aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorRyan Hansberry <rhansby@gmail.com>2015-09-17 15:07:22 -0700
committerRyan Hansberry <rhansby@gmail.com>2015-09-17 15:07:22 -0700
commit8af4f1e233e2a96cb561bc63f80656efd04e45a6 (patch)
treece3807d3a84928ca37d682c49823919a0775a45d /app/src/main/res/drawable
parentdef881d76ddafc1484d902d0196dc2c0e480a975 (diff)
downloadconnectbot-8af4f1e233e2a96cb561bc63f80656efd04e45a6.tar.gz
connectbot-8af4f1e233e2a96cb561bc63f80656efd04e45a6.tar.bz2
connectbot-8af4f1e233e2a96cb561bc63f80656efd04e45a6.zip
Switch all pubkey icon references to new icons.
Diffstat (limited to 'app/src/main/res/drawable')
-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 0dbdba9..8c40a98 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:drawable="@drawable/pubkey_unlocked"
+ android:drawable="@drawable/ic_lock_open"
android:state_checked="true"/>
<item
- android:drawable="@drawable/pubkey_locked"/>
+ android:drawable="@drawable/ic_lock"/>
-</selector> \ No newline at end of file
+</selector>