From df8352b7a66afa41a47a31a800de4d5d34684ec1 Mon Sep 17 00:00:00 2001 From: Juan Docal <109512072+kp-juan-docal@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:43:42 +0100 Subject: [PATCH] PIA-1361: Fix margin issue in the email purchase fragment (#71) --- app/src/main/res/layout/fragment_purchase_process.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"