aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_item.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-04-17 14:41:53 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-04-17 14:42:24 +0200
commitfda9bd13866ff5561725151d0fe25b5a3c9d6342 (patch)
tree98783fdb31a2da2ee8ab650ad1578447b9e10c10 /OpenKeychain/src/main/res/layout/key_list_item.xml
parent0be4f6986037165c9cbf740e434e709ffe852e30 (diff)
downloadopen-keychain-fda9bd13866ff5561725151d0fe25b5a3c9d6342.tar.gz
open-keychain-fda9bd13866ff5561725151d0fe25b5a3c9d6342.tar.bz2
open-keychain-fda9bd13866ff5561725151d0fe25b5a3c9d6342.zip
use project icons for certification status
Closes #573
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_item.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_item.xml b/OpenKeychain/src/main/res/layout/key_list_item.xml
index 940181306..4676a624d 100644
--- a/OpenKeychain/src/main/res/layout/key_list_item.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_item.xml
@@ -79,7 +79,7 @@
android:layout_height="wrap_content"
android:id="@+id/verified"
android:layout_gravity="center"
- android:src="@android:drawable/presence_online"
+ android:src="@drawable/key_certify_ok_depth0"
android:paddingLeft="25dp" />
</FrameLayout>