Skip to content

Commit

Permalink
Raised tilt buttons to prevent accidental click
Browse files Browse the repository at this point in the history
  • Loading branch information
fexed committed Jun 4, 2022
1 parent af2305b commit 2f3abb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="24dp"
android:layout_marginBottom="24dp"
android:text="@string/tilt"
app:layout_constraintBottom_toTopOf="@+id/left"
app:layout_constraintEnd_toEndOf="@+id/left"
Expand All @@ -35,6 +36,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginBottom="24dp"
android:text="@string/tilt"
app:layout_constraintBottom_toTopOf="@+id/left"
app:layout_constraintEnd_toEndOf="@+id/right"
Expand Down

0 comments on commit 2f3abb9

Please sign in to comment.