Skip to content

Commit

Permalink
attr文件修改
Browse files Browse the repository at this point in the history
  • Loading branch information
luyousheng committed Feb 25, 2020
1 parent 2b8f8a3 commit 20ba954
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qfbottomtablib/src/main/res/values/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</attr>

<!-- tab -->
<attr name="qf_tab_padding" format="float"/>
<attr name="qf_tab_padding" format="dimension"/>
<attr name="qf_tab_space_equal" format="boolean"/>
<attr name="qf_tab_width" format="float"/>
<attr name="qf_tab_width" format="dimension"/>
<attr name="qf_background" format="enum"/>

<!-- title -->
<attr name="qf_textsize" format="float"/>
<attr name="qf_textSelectColor" format="integer"/>
<attr name="qf_textUnselectColor" format="integer"/>
<attr name="qf_textsize" format="dimension"/>
<attr name="qf_textSelectColor" format="color"/>
<attr name="qf_textUnselectColor" format="color"/>
<attr name="qf_textBold" format="integer"/>
<attr name="qf_textAllCaps" format="boolean"/>
<!-- 设置文字是否可见 -->
Expand Down

0 comments on commit 20ba954

Please sign in to comment.