diff --git a/app/src/main/res/layout/fragment_purchase_process.xml b/app/src/main/res/layout/fragment_purchase_process.xml index c652e70..8d7d6be 100644 --- a/app/src/main/res/layout/fragment_purchase_process.xml +++ b/app/src/main/res/layout/fragment_purchase_process.xml @@ -40,6 +40,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="3dp" + android:paddingHorizontal="16dp" android:background="@color/windowBackground"> @@ -82,8 +82,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="25dp" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" app:hint="@string/email_address" app:textColorMain="?attr/piax_edit_text_color" app:underlineColor="?attr/piax_edit_underline_color" @@ -93,8 +91,6 @@ android:layout_width="match_parent" android:layout_height="50dp" android:layout_marginTop="15dp" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" style="@style/PiaxGreenButton" android:text="@string/submit" android:id="@+id/fragment_purchasing_email_submit"