From 8b6ecd1d2e6304cd40cf422c87b5782276ec3fa8 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Thu, 7 Mar 2019 17:25:02 -0800 Subject: [PATCH] Fixed profile screen layout on small screens. Fixes #8670 --- res/layout/labeled_edit_text_default.xml | 5 +- res/layout/profile_create_activity.xml | 312 +++++++++++------------ res/layout/profile_name_text.xml | 5 +- 3 files changed, 164 insertions(+), 158 deletions(-) diff --git a/res/layout/labeled_edit_text_default.xml b/res/layout/labeled_edit_text_default.xml index eb5a297e94..95d1a8886a 100644 --- a/res/layout/labeled_edit_text_default.xml +++ b/res/layout/labeled_edit_text_default.xml @@ -5,7 +5,10 @@ android:id="@+id/input" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="16dp" + android:paddingTop="7dp" + android:paddingBottom="16dp" + android:paddingLeft="16dp" + android:paddingRight="16dp" android:background="@color/transparent" android:singleLine="true" tools:text="Peter Parker"/> diff --git a/res/layout/profile_create_activity.xml b/res/layout/profile_create_activity.xml index ea22a1ab98..3514c97d19 100644 --- a/res/layout/profile_create_activity.xml +++ b/res/layout/profile_create_activity.xml @@ -12,171 +12,171 @@ android:layout_height="match_parent" android:orientation="vertical"> - - - - - - - - - - - - - - - - + android:layout_height="wrap_content"> - + -