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"> - + -