From bb53d7cef6b19e7089ca4d15de32f11ae09f50aa Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 1 Oct 2018 15:31:21 +0200 Subject: add shortcut for QR-Code scanning in profile fixes #190 --- src/main/res/layout/activity_edit_account.xml | 51 ++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 9 deletions(-) (limited to 'src/main/res/layout/activity_edit_account.xml') diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 342d748f0..2bfdf784c 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -557,8 +557,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" android:layout_centerVertical="true" - android:layout_toLeftOf="@+id/action_copy_to_clipboard" + android:layout_toLeftOf="@+id/key_actions" + android:layout_toStartOf="@+id/key_actions" android:orientation="vertical"> - + android:orientation="horizontal"> + + + + + + android:orientation="horizontal"> + +