diff --git a/.idea/misc.xml b/.idea/misc.xml index fee46db..0ef97c4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,9 +1,10 @@ + - + diff --git a/app/src/main/res/layout/activity_edit_store_profile.xml b/app/src/main/res/layout/activity_edit_store_profile.xml index 361ce8e..1d1918e 100644 --- a/app/src/main/res/layout/activity_edit_store_profile.xml +++ b/app/src/main/res/layout/activity_edit_store_profile.xml @@ -5,6 +5,7 @@ android:id="@+id/main" android:layout_width="match_parent" android:layout_height="match_parent" + android:orientation="vertical" tools:context=".ui.profile.mystore.profile.EditStoreProfileActivity"> @@ -24,7 +25,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - android:layout_gravity="center"> + android:layout_gravity="center" + android:gravity="center" + android:paddingVertical="@dimen/vertical_safe_area" + android:paddingHorizontal="@dimen/horizontal_safe_area" + android:layout_marginTop="19dp" + android:layout_marginBottom="10dp"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +