Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Mar 17, 2024
1 parent a028d51 commit 4293e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pandroid/app/src/main/res/layout/dialog_game_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@
android:layout_marginTop="20dp" />

<com.google.android.material.button.MaterialButton
android:id="@+id/import_save"
android:id="@+id/manage_save"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:contentDescription="@string/manage_save"
android:gravity="left|center_vertical"
android:text="@string/manage_save"
android:textSize="15sp"
android:textColor="?colorOnSurfaceVariant" />
Expand Down

0 comments on commit 4293e44

Please sign in to comment.