Files
Xuewang365OSNeutral/app/src/main/res/values/attrs.xml
fanhuitong e5b3385346 version:2.7
fix:
update:视频圆角
2022-09-01 09:31:37 +08:00

19 lines
677 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MyGridLayout">
<attr name="numColumns" format="integer" />
<attr name="numRows" format="integer" />
<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>