Skip to content

Commit

Permalink
Update settings_activity.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Benojir committed Aug 31, 2024
1 parent d555f91 commit c387ff1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/res/layout/settings_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@

<ImageButton
android:id="@+id/backButton"
style="@style/ExoStyledControls.Button.Bottom.RepeatToggle"
android:layout_width="48dp"
android:layout_height="48dp"
android:padding="12dp"
android:scaleType="centerInside"
android:background="@drawable/round_transparent_ripple_button"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_marginStart="10dp"
Expand Down

0 comments on commit c387ff1

Please sign in to comment.