From aa73a1d4012284516d0958417db9de9cc7935f3d Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sat, 21 Oct 2023 11:14:14 +0200 Subject: [PATCH] Revert "UI: Increased touch target size of action buttons" --- .../src/main/res/layout/overview_fragment.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/plugins/main/src/main/res/layout/overview_fragment.xml b/plugins/main/src/main/res/layout/overview_fragment.xml index a55025674e..d55930675a 100644 --- a/plugins/main/src/main/res/layout/overview_fragment.xml +++ b/plugins/main/src/main/res/layout/overview_fragment.xml @@ -28,11 +28,9 @@ 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" > - - @@ -68,7 +72,7 @@ android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" - android:layout_marginTop="1dp" + android:layout_marginTop="4dp" app:cardCornerRadius="4dp" app:contentPadding="2dp" app:cardElevation="2dp"