diff options
Diffstat (limited to 'res/layout/item_pubkey.xml')
| -rw-r--r-- | res/layout/item_pubkey.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/item_pubkey.xml b/res/layout/item_pubkey.xml index a0d49ba..7f4fa5f 100644 --- a/res/layout/item_pubkey.xml +++ b/res/layout/item_pubkey.xml @@ -29,8 +29,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/pubkey" + android:contentDescription="@string/image_description_key_is_locked" android:layout_alignParentRight="true" - android:layout_alignParentTop="true" android:layout_marginLeft="10dip"/> + android:layout_alignParentTop="true" + android:layout_marginLeft="10dip"/> <TextView android:id="@android:id/text1" |
