aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/pubkey.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-01 07:19:30 +0000
committerKenny Root <kenny@the-b.org>2008-11-01 07:19:30 +0000
commitef8ab06c345ee3cf82a41034b4eda669b5d9ce6e (patch)
treee1bb0a70a2a274637cf7d4f91eb3917ac454c976 /res/drawable/pubkey.xml
parent2dfa7ae033d953efb670bcc0d51e50603cf1b49a (diff)
downloadconnectbot-ef8ab06c345ee3cf82a41034b4eda669b5d9ce6e.tar.gz
connectbot-ef8ab06c345ee3cf82a41034b4eda669b5d9ce6e.tar.bz2
connectbot-ef8ab06c345ee3cf82a41034b4eda669b5d9ce6e.zip
* Convert PubkeyListActivity to use a ViewBinder instead of a custom CursorAdapter
* Convert PubkeyListActivity's icons to image states * Fix typo from last checkin.
Diffstat (limited to 'res/drawable/pubkey.xml')
-rw-r--r--res/drawable/pubkey.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/drawable/pubkey.xml b/res/drawable/pubkey.xml
new file mode 100644
index 0000000..a77e97a
--- /dev/null
+++ b/res/drawable/pubkey.xml
@@ -0,0 +1,4 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_checked="true" android:drawable="@drawable/pubkey_locked" />
+ <item android:drawable="@drawable/pubkey_unlocked" />
+</selector> \ No newline at end of file