From 2763bd9c68cd0746b723173578d83c9443c2349b Mon Sep 17 00:00:00 2001 From: PhotonQyv Date: Thu, 3 Aug 2017 20:37:32 +0100 Subject: [PATCH 01/21] Updated modules.xml. --- .idea/modules.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/modules.xml b/.idea/modules.xml index 36eb0b784..944643c67 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + \ No newline at end of file From 5ee61ff846574838a73a121cd5672ad99e7f4712 Mon Sep 17 00:00:00 2001 From: PhotonQyv Date: Fri, 4 Aug 2017 09:48:30 +0100 Subject: [PATCH 02/21] Updated to fix issues with larger screens, fixes my issue. --- .../layout-sw600dp/activity_show_account.xml | 120 ++++++++++-------- 1 file changed, 66 insertions(+), 54 deletions(-) diff --git a/app/src/main/res/layout-sw600dp/activity_show_account.xml b/app/src/main/res/layout-sw600dp/activity_show_account.xml index a6aab0e85..ae762f3e1 100644 --- a/app/src/main/res/layout-sw600dp/activity_show_account.xml +++ b/app/src/main/res/layout-sw600dp/activity_show_account.xml @@ -17,43 +17,45 @@ --> + android:orientation="vertical"> - + android:id="@+id/header_container" + android:layout_marginTop="5dp" + android:layout_width="match_parent" + android:gravity="center" + android:orientation="horizontal" + android:layout_height="wrap_content" + > + + android:layout_width="0dp" + android:layout_weight="1" + android:orientation="vertical" + android:layout_height="wrap_content"> + + + + - - -