aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout
diff options
context:
space:
mode:
authorAsh Hughes <spirit.returned@googlemail.com>2013-03-18 18:51:24 +0000
committerAsh Hughes <spirit.returned@googlemail.com>2013-03-18 18:51:24 +0000
commit2d856c5f0e4f0ba9e1973ad85fde14ad06a1133c (patch)
tree047268e97e2469f53015381d6e5ddd782ecaf5b3 /OpenPGP-Keychain/res/layout
parent12d6cfefd7f36d90780d0eea6863311dd5c2ae2d (diff)
downloadopen-keychain-2d856c5f0e4f0ba9e1973ad85fde14ad06a1133c.tar.gz
open-keychain-2d856c5f0e4f0ba9e1973ad85fde14ad06a1133c.tar.bz2
open-keychain-2d856c5f0e4f0ba9e1973ad85fde14ad06a1133c.zip
use db to mark keys which can certify
Diffstat (limited to 'OpenPGP-Keychain/res/layout')
-rw-r--r--OpenPGP-Keychain/res/layout/key_list_child_item.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_list_child_item.xml b/OpenPGP-Keychain/res/layout/key_list_child_item.xml
index 868989cf6..81d843529 100644
--- a/OpenPGP-Keychain/res/layout/key_list_child_item.xml
+++ b/OpenPGP-Keychain/res/layout/key_list_child_item.xml
@@ -64,6 +64,12 @@
android:paddingTop="2dip" >
<ImageView
+ android:id="@+id/ic_certifyKey"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/certify_small" />
+
+ <ImageView
android:id="@+id/ic_encryptKey"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -93,4 +99,4 @@
android:textAppearance="?android:attr/textAppearanceSmall" />
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>