Skip to content

Commit

Permalink
another fix game_about_dialog layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored May 5, 2024
1 parent 547308c commit bae8d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/app/src/main/res/layout/game_about_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<LinearLayout
android:id="@+id/horizontal_layout"
style="@style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="start|center"
Expand Down Expand Up @@ -103,7 +103,7 @@
<LinearLayout
android:id="@+id/layout_horizontal_saves"
style="@style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="start|center"
Expand Down

0 comments on commit bae8d96

Please sign in to comment.