version:2.7

fix:
update:视频圆角
This commit is contained in:
2022-09-01 09:31:37 +08:00
parent 61fb4663a6
commit e5b3385346
7 changed files with 122 additions and 9 deletions

View File

@@ -7,4 +7,13 @@
<attr name="itemMargin" format="integer" />
</declare-styleable>
<!-- JzvdStdRound -->
<declare-styleable name="JzvdStdRound">
<attr name="radius" format="dimension" />
<attr name="left_top_radius" format="dimension" />
<attr name="right_top_radius" format="dimension" />
<attr name="right_bottom_radius" format="dimension" />
<attr name="left_bottom_radius" format="dimension" />
</declare-styleable>
</resources>