视频播放UI

动态页面UI
This commit is contained in:
hch
2024-03-12 18:30:02 +08:00
parent 409e38e304
commit aa1db981e8
44 changed files with 3271 additions and 540 deletions

View File

@@ -67,4 +67,11 @@
<attr name="cgl_arrow_height" format="dimension"/>
<attr name="cgl_arrow_offset_x" format="dimension"/>
</declare-styleable>
<declare-styleable name="NineGridLayout">
<attr name="ngl_space" format="dimension" />
<attr name="ngl_divider_width" format="dimension" />
<attr name="ngl_corner_radius" format="dimension" />
<attr name="ngl_item_width" format="dimension" />
<attr name="ngl_play_icon" format="reference" />
</declare-styleable>
</resources>