diff options
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" |