Initial commit
This commit is contained in:
9
resources/res/drawable/slt_community_collection.xml
Normal file
9
resources/res/drawable/slt_community_collection.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_selected="false"
|
||||
android:drawable="@mipmap/community_collection_default"/>
|
||||
<item
|
||||
android:state_selected="true"
|
||||
android:drawable="@mipmap/community_collection"/>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user