Skip to content

Commit

Permalink
main screen: avoid key pad to be overlapped by grid using a tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Oct 20, 2024
1 parent eac6844 commit 72a014a
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@

<org.piepmeyer.gauguin.ui.grid.GridUI
android:id="@+id/gridview"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="120dp"
android:transitionName="grid"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@id/gameTopFrame"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@id/keypadFrame"
app:layout_constraintTop_toBottomOf="@id/gameTopFrame" />

Expand Down Expand Up @@ -87,7 +87,6 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginEnd="16dp"
app:layout_constraintStart_toEndOf="@id/gridview"
app:layout_constraintEnd_toEndOf="@id/gameTopFrame"
app:layout_constraintTop_toBottomOf="@id/gameTopFrame"
app:layout_constraintBottom_toBottomOf="parent"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginEnd="16dp"
app:layout_constraintStart_toEndOf="@id/gridview"
app:layout_constraintEnd_toEndOf="@id/gameTopFrame"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/gameTopFrame"
app:layout_constraintBottom_toBottomOf="parent"/>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72a014a

Please sign in to comment.