aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-19 23:48:11 -0700
committerKenny Root <kenny@the-b.org>2015-08-19 23:55:22 -0700
commitae8b6d36493fc3629afe997a9700d001d6594b60 (patch)
treeef1289b6fa06174ff2d856c5f216d6263fa1257c /app/src/main/res/drawable
parent72a09ffdae339fbdc73999b797bf1e2365bd661d (diff)
downloadconnectbot-ae8b6d36493fc3629afe997a9700d001d6594b60.tar.gz
connectbot-ae8b6d36493fc3629afe997a9700d001d6594b60.tar.bz2
connectbot-ae8b6d36493fc3629afe997a9700d001d6594b60.zip
Update XML style and reformat all files with it
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/connected.xml10
-rw-r--r--app/src/main/res/drawable/pubkey.xml6
2 files changed, 8 insertions, 8 deletions
diff --git a/app/src/main/res/drawable/connected.xml b/app/src/main/res/drawable/connected.xml
index 7b633d3..7e15a8d 100644
--- a/app/src/main/res/drawable/connected.xml
+++ b/app/src/main/res/drawable/connected.xml
@@ -21,14 +21,14 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<item
- android:state_checked="true"
- android:drawable="@android:drawable/presence_online" />
+ android:drawable="@android:drawable/presence_online"
+ android:state_checked="true"/>
<item
- android:state_expanded="true"
- android:drawable="@android:drawable/presence_busy" />
+ android:drawable="@android:drawable/presence_busy"
+ android:state_expanded="true"/>
<item
- android:drawable="@android:drawable/presence_invisible" />
+ android:drawable="@android:drawable/presence_invisible"/>
</selector>
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