guoshen
2024-06-29 bcfecfc94232b54cb5a19c497a3d7ac244616e90
app_base/src/main/res/values/arrts.xml
@@ -22,4 +22,12 @@
        <!-- 动画时间 -->
        <attr name="pb_animDuration" format="integer" />
    </declare-styleable>
    <!-- 仿 ios 开关按钮 -->
    <declare-styleable name="SwitchButton">
        <!-- 是否选中 -->
        <attr name="android:checked" />
        <!-- 是否禁用 -->
        <attr name="android:enabled" />
    </declare-styleable>
</resources>