Skip to content

Commit

Permalink
minor padding fix on settings activity
Browse files Browse the repository at this point in the history
  • Loading branch information
TrianguloY committed Mar 2, 2025
1 parent e02c175 commit af50aaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
android:id="@+id/animations"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/smallPadding"
android:paddingLeft="@dimen/smallPadding"
android:paddingEnd="@dimen/smallPadding"
android:paddingRight="@dimen/smallPadding"
android:text="@string/txt_animation" />

<FrameLayout
Expand Down

0 comments on commit af50aaa

Please sign in to comment.