From 73d354b23c4ec2b11e96b3c99d6d22c2540a34f9 Mon Sep 17 00:00:00 2001 From: Matija Nalis Date: Wed, 18 Sep 2024 01:58:05 +0200 Subject: [PATCH] increase margin --- app/src/main/res/layout/view_select_preset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/view_select_preset.xml b/app/src/main/res/layout/view_select_preset.xml index 97f282fe45..f04d94ccf7 100644 --- a/app/src/main/res/layout/view_select_preset.xml +++ b/app/src/main/res/layout/view_select_preset.xml @@ -48,7 +48,7 @@ android:layout_height="0dp" android:background="@color/divider" android:layout_marginStart="2dp" - android:layout_marginEnd="2dp" + android:layout_marginEnd="12dp" app:layout_constraintTop_toBottomOf="@+id/searchEditText" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/shortcutScrollView" />