version:2.3

fix:
update:接口优化,更换图标,增加可折叠TextView
This commit is contained in:
2023-01-09 10:01:19 +08:00
parent 39d0f0b597
commit 6540365e9f
17 changed files with 453 additions and 216 deletions

View File

@@ -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>