aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_pubkey.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_pubkey.xml')
-rw-r--r--app/src/main/res/layout/item_pubkey.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_pubkey.xml b/app/src/main/res/layout/item_pubkey.xml
index ed0c7d2..2dce26b 100644
--- a/app/src/main/res/layout/item_pubkey.xml
+++ b/app/src/main/res/layout/item_pubkey.xml
@@ -28,11 +28,10 @@
<ImageView
android:id="@android:id/icon1"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="fill_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
- android:layout_alignParentTop="true"
- android:layout_marginLeft="10dip"
+ android:layout_centerVertical="true"
android:contentDescription="@string/image_description_key_is_locked"
android:src="@drawable/pubkey"/>