From 25e1783b1b4dc953b4b2557947ec7bdf73e67976 Mon Sep 17 00:00:00 2001 From: kenzo44 Date: Mon, 16 Oct 2023 22:50:51 -0600 Subject: [PATCH] Increased touch target size of action buttons --- .../src/main/res/layout/overview_fragment.xml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/plugins/main/src/main/res/layout/overview_fragment.xml b/plugins/main/src/main/res/layout/overview_fragment.xml index d55930675a..a55025674e 100644 --- a/plugins/main/src/main/res/layout/overview_fragment.xml +++ b/plugins/main/src/main/res/layout/overview_fragment.xml @@ -28,9 +28,11 @@ android:id="@+id/loop_layout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" android:orientation="horizontal" > - - @@ -72,7 +68,7 @@ android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" - android:layout_marginTop="4dp" + android:layout_marginTop="1dp" app:cardCornerRadius="4dp" app:contentPadding="2dp" app:cardElevation="2dp"