Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 8, 2024
1 parent d647491 commit 0148f81
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/pandroid/app/src/main/res/layout/game_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
app:flexWrap="nowrap"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/game_icon"
Expand All @@ -75,9 +74,7 @@
android:layout_height="wrap_content"
android:contentDescription="play"
android:focusedByDefault="true"
android:text="Play"
app:layout_flexGrow="1"
app:layout_maxWidth="140dp" />
android:text="Play" />

<com.google.android.material.button.MaterialButton
android:id="@+id/game_settings"
Expand All @@ -86,8 +83,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:contentDescription="settings"
android:text="Settings"
app:layout_maxWidth="140dp"/>
android:text="Settings"/>

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

0 comments on commit 0148f81

Please sign in to comment.