aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/activity_edit_account.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/activity_edit_account.xml b/res/layout/activity_edit_account.xml
index 0f4bae97..04e176c0 100644
--- a/res/layout/activity_edit_account.xml
+++ b/res/layout/activity_edit_account.xml
@@ -189,7 +189,8 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_toLeftOf="@+id/action_copy_to_clipboard"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:layout_centerVertical="true">
<TextView
android:id="@+id/otr_fingerprint"
@@ -206,6 +207,7 @@
android:background="?android:selectableItemBackground"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
+ android:padding="8dp"
android:src="@drawable/ic_action_copy"
android:visibility="invisible" />
</RelativeLayout>