diff options
| author | Thialfihar <thialfihar@gmail.com> | 2010-05-27 20:09:26 +0000 |
|---|---|---|
| committer | Thialfihar <thialfihar@gmail.com> | 2010-05-27 20:09:26 +0000 |
| commit | 570b7a6d8eaeeede6421070578485444e8b632ca (patch) | |
| tree | 28afdf20316fdb3d0d237d322e08a0ee9bb72eb4 /res/layout | |
| parent | edd9a22882c02a1278af137b3e0b234b163e2b9e (diff) | |
| download | open-keychain-570b7a6d8eaeeede6421070578485444e8b632ca.tar.gz open-keychain-570b7a6d8eaeeede6421070578485444e8b632ca.tar.bz2 open-keychain-570b7a6d8eaeeede6421070578485444e8b632ca.zip | |
added revocation and creation/expire time info to key table, use both for public and secret key selection
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/select_public_key_item.xml | 14 | ||||
| -rw-r--r-- | res/layout/select_secret_key_item.xml | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/res/layout/select_public_key_item.xml b/res/layout/select_public_key_item.xml index a8f135c1a..beca23176 100644 --- a/res/layout/select_public_key_item.xml +++ b/res/layout/select_public_key_item.xml @@ -69,20 +69,6 @@ android:layout_width="wrap_content" android:layout_height="fill_parent"/> - <!-- <TextView - android:id="@+id/creation" - android:textAppearance="?android:attr/textAppearanceSmall" - android:text="31.12.2009" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> - - <TextView - android:id="@+id/expiry" - android:textAppearance="?android:attr/textAppearanceSmall" - android:text="31.12.2010" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> --> - <TextView android:id="@+id/status" android:textAppearance="?android:attr/textAppearanceSmall" diff --git a/res/layout/select_secret_key_item.xml b/res/layout/select_secret_key_item.xml index 257128cdb..022545152 100644 --- a/res/layout/select_secret_key_item.xml +++ b/res/layout/select_secret_key_item.xml @@ -62,20 +62,6 @@ android:layout_width="wrap_content" android:layout_height="fill_parent"/> - <!-- <TextView - android:id="@+id/creation" - android:textAppearance="?android:attr/textAppearanceSmall" - android:text="31.12.2009" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> - - <TextView - android:id="@+id/expiry" - android:textAppearance="?android:attr/textAppearanceSmall" - android:text="31.12.2010" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> --> - <TextView android:id="@+id/status" android:textAppearance="?android:attr/textAppearanceSmall" |
