aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/pubkey.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/pubkey.xml')
-rw-r--r--app/src/main/res/drawable/pubkey.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/drawable/pubkey.xml b/app/src/main/res/drawable/pubkey.xml
index 1926d24..0dbdba9 100644
--- a/app/src/main/res/drawable/pubkey.xml
+++ b/app/src/main/res/drawable/pubkey.xml
@@ -21,10 +21,10 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<item
- android:state_checked="true"
- android:drawable="@drawable/pubkey_unlocked" />
+ android:drawable="@drawable/pubkey_unlocked"
+ android:state_checked="true"/>
<item
- android:drawable="@drawable/pubkey_locked" />
+ android:drawable="@drawable/pubkey_locked"/>
</selector> \ No newline at end of file