FlowingLightBoard/app/src/main/res/drawable/selector_enable_light.xml
2026-01-05 16:28:06 +08:00

6 lines
289 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/bg_dialog_select_enable_light" android:state_selected="false" />
<item android:drawable="@drawable/bg_dialog_enable_light" />
</selector>