Linjiajia
2023-08-27 1df231fd6aafa221aef3532d069c7e27d4331be7
app_base/src/main/res/values/arrts.xml
@@ -9,4 +9,17 @@
        <attr name="border_radius" format="dimension"/>
    </declare-styleable>
    <declare-styleable name="ClearEditText">
        <attr name="background" format="reference"/>
        <attr name="padding" format="dimension"/>
    </declare-styleable>
    <declare-styleable name="PlayButton">
        <!-- 线条颜色 -->
        <attr name="pb_lineColor" format="color" />
        <!-- 线条大小 -->
        <attr name="pb_lineSize" format="integer" />
        <!-- 动画时间 -->
        <attr name="pb_animDuration" format="integer" />
    </declare-styleable>
</resources>