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

10 lines
358 B
XML

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