Skip to content

Commit

Permalink
PIA-1361: Fix margin issue in the email purchase fragment (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-juan-docal authored Feb 19, 2024
1 parent e3584d7 commit df8352b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/src/main/res/layout/fragment_purchase_process.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:paddingHorizontal="16dp"
android:background="@color/windowBackground">

<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/fragment_trial_logo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="25dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
android:layout_marginHorizontal="9dp"
android:scaleType="centerInside"
app:srcCompat="@drawable/ic_pia_logo"/>

Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit df8352b

Please sign in to comment.