diff options
author | Thialfihar <thialfihar@gmail.com> | 2010-05-27 01:40:50 +0000 |
---|---|---|
committer | Thialfihar <thialfihar@gmail.com> | 2010-05-27 01:40:50 +0000 |
commit | edd9a22882c02a1278af137b3e0b234b163e2b9e (patch) | |
tree | 775b7cb04f2775a2452adca94ca63cd225434d55 /res | |
parent | 5fb8cb4d5efab46a7019d2766102a9fca5f73d47 (diff) | |
download | open-keychain-edd9a22882c02a1278af137b3e0b234b163e2b9e.tar.gz open-keychain-edd9a22882c02a1278af137b3e0b234b163e2b9e.tar.bz2 open-keychain-edd9a22882c02a1278af137b3e0b234b163e2b9e.zip |
some (hopefully better) database/cursor handling, picking encryption and signature keys working again, tho it'll have to be tidied up
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/select_secret_key_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/select_secret_key_item.xml b/res/layout/select_secret_key_item.xml index 35bf58e23..257128cdb 100644 --- a/res/layout/select_secret_key_item.xml +++ b/res/layout/select_secret_key_item.xml @@ -62,7 +62,7 @@ android:layout_width="wrap_content" android:layout_height="fill_parent"/> - <TextView + <!-- <TextView android:id="@+id/creation" android:textAppearance="?android:attr/textAppearanceSmall" android:text="31.12.2009" @@ -74,7 +74,7 @@ android:textAppearance="?android:attr/textAppearanceSmall" android:text="31.12.2010" android:layout_width="wrap_content" - android:layout_height="wrap_content"/> + android:layout_height="wrap_content"/> --> <TextView android:id="@+id/status" |