diff options
author | Ash Hughes <spirit.returned@googlemail.com> | 2013-03-18 18:51:24 +0000 |
---|---|---|
committer | Ash Hughes <spirit.returned@googlemail.com> | 2013-03-18 18:51:24 +0000 |
commit | 2d856c5f0e4f0ba9e1973ad85fde14ad06a1133c (patch) | |
tree | 047268e97e2469f53015381d6e5ddd782ecaf5b3 /OpenPGP-Keychain/res | |
parent | 12d6cfefd7f36d90780d0eea6863311dd5c2ae2d (diff) | |
download | open-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')
-rw-r--r-- | OpenPGP-Keychain/res/drawable-hdpi/certify_small.png | bin | 0 -> 2091 bytes | |||
-rw-r--r-- | OpenPGP-Keychain/res/drawable-mdpi/certify_small.png | bin | 0 -> 1401 bytes | |||
-rw-r--r-- | OpenPGP-Keychain/res/drawable/certify_small.png | bin | 0 -> 1401 bytes | |||
-rw-r--r-- | OpenPGP-Keychain/res/layout/key_list_child_item.xml | 8 |
4 files changed, 7 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/drawable-hdpi/certify_small.png b/OpenPGP-Keychain/res/drawable-hdpi/certify_small.png Binary files differnew file mode 100644 index 000000000..9e54464ed --- /dev/null +++ b/OpenPGP-Keychain/res/drawable-hdpi/certify_small.png diff --git a/OpenPGP-Keychain/res/drawable-mdpi/certify_small.png b/OpenPGP-Keychain/res/drawable-mdpi/certify_small.png Binary files differnew file mode 100644 index 000000000..575b2d866 --- /dev/null +++ b/OpenPGP-Keychain/res/drawable-mdpi/certify_small.png diff --git a/OpenPGP-Keychain/res/drawable/certify_small.png b/OpenPGP-Keychain/res/drawable/certify_small.png Binary files differnew file mode 100644 index 000000000..575b2d866 --- /dev/null +++ b/OpenPGP-Keychain/res/drawable/certify_small.png 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> |