version:2.3
fix: update:接口优化,更换图标,增加可折叠TextView
This commit is contained in:
@@ -16,6 +16,17 @@
|
||||
<attr name="left_bottom_radius" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="FoldTextView">
|
||||
<attr name="showMaxLine" format="integer" />
|
||||
<attr name="tipGravity" format="integer" />
|
||||
<attr name="tipColor" format="reference|color" />
|
||||
<attr name="tipClickable" format="boolean" />
|
||||
<attr name="foldText" format="string" />
|
||||
<attr name="expandText" format="string" />
|
||||
<attr name="showTipAfterExpand" format="boolean" />
|
||||
<attr name="isSetParentClick" format="boolean"/>
|
||||
</declare-styleable>
|
||||
|
||||
<string-array name="entryvalues_font_size" translatable="false">
|
||||
<!-- <item>0.85</item>-->
|
||||
<item>1.0</item>
|
||||
|
||||
Reference in New Issue
Block a user