jimu-decompiled/resources/res/drawable/selector_circle.xml
2025-05-13 19:24:51 +02:00

29 lines
849 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true">
<shape android:shape="oval">
<solid android:color="#eeeeee"/>
</shape>
</item>
<item android:state_focused="true">
<shape android:shape="oval">
<solid android:color="#eeeeee"/>
</shape>
</item>
<item android:state_pressed="true">
<shape android:shape="oval">
<solid android:color="#eeeeee"/>
</shape>
</item>
<item android:state_enabled="false">
<shape android:shape="oval">
<solid android:color="#eeeeee"/>
</shape>
</item>
<item>
<shape android:shape="oval">
<solid android:color="#ffffff"/>
</shape>
</item>
</selector>