Skip to content

Commit

Permalink
fix(new reviewer): increase answer buttons margin
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Jun 30, 2024
1 parent 1aa20df commit 82ad261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/layout/reviewer2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
android:id="@+id/buttons_area"
android:layout_width="0dp"
android:layout_height="@dimen/touch_target"
android:layout_marginVertical="2dp"
android:layout_marginVertical="6dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/webview_container"
app:layout_constraintStart_toStartOf="@id/webview_container"
Expand Down

0 comments on commit 82ad261

Please sign in to comment.