Skip to content

Commit

Permalink
increase intro fragment padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Sep 11, 2023
1 parent 8b3f195 commit edf6f82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<LinearLayout
android:orientation="vertical"
android:paddingStart="24dp"
android:paddingEnd="24dp"
android:paddingStart="32dp"
android:paddingEnd="32dp"
app:layout_constraintWidth_max="550dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit edf6f82

Please sign in to comment.