Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS

This commit is contained in:
squallzhjch
2023-07-07 13:55:31 +08:00
17 changed files with 721 additions and 163 deletions

View File

@@ -9,4 +9,10 @@
<attr name="textSize" format="dimension" />
<attr name="text" format="string" />
</declare-styleable>
//自定义删除按钮的宽度
<declare-styleable name="LeftDeleteView">
<attr name="deleteBtnWidth" format="float"/>
</declare-styleable>
</resources>