Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 10, 2024
1 parent 454e283 commit a5e0df8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pandroid/app/src/main/res/layout/game_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,24 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/game_play"
style="@style/Widget.Material3.Button.ElevatedButton"
style="@style/Widget.Material3.Button.Icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="play"
android:focusedByDefault="true"
android:text="Play"
app:icon="@drawable/ic_play"
app:layout_flexGrow="1"
app:layout_maxWidth="140dp"/>

<com.google.android.material.button.MaterialButton
android:id="@+id/game_settings"
style="@style/Widget.Material3.Button.ElevatedButton"
android:layout_width="wrap_content"
style="@style/Widget.Material3.Button.IconButton.Filled.Tonal"
android:layout_width="48dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:contentDescription="settings"
android:text="Settings"
app:layout_maxWidth="140dp"/>
app:icon="@drawable/ic_settings"/>

</com.google.android.flexbox.FlexboxLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit a5e0df8

Please sign in to comment.