0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

fix: gesture_display.xml simmetry

This commit is contained in:
Brayan Oliveira 2023-06-14 14:51:08 -03:00 committed by Mike Hardy
parent 1c8a48f81d
commit 1a2ca3068b

View File

@ -22,7 +22,6 @@
tools:layout_width="400dp">
<ImageView
android:id="@+id/top_left"
style="@style/binding_gesture_tap_button"
@ -80,7 +79,8 @@
<ImageView
android:id="@+id/bottom_center"
style="@style/binding_gesture_tap_button"
app:layout_constraintBottom_toBottomOf="@+id/bottom_left"
android:layout_marginBottom="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
@ -88,7 +88,8 @@
android:id="@+id/bottom_right"
style="@style/binding_gesture_tap_button"
android:layout_marginEnd="16dp"
app:layout_constraintBottom_toBottomOf="@+id/bottom_center"
android:layout_marginBottom="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<ImageView