From 3feabe29d8dcd19314907ff609a925656c6e1dc1 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sat, 21 Oct 2023 11:13:04 +0200 Subject: [PATCH] Revert "Bugfix #2948 Dynamic height for action buttons" --- .../main/src/main/res/layout/overview_fragment.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/plugins/main/src/main/res/layout/overview_fragment.xml b/plugins/main/src/main/res/layout/overview_fragment.xml index 62db646b98..a55025674e 100644 --- a/plugins/main/src/main/res/layout/overview_fragment.xml +++ b/plugins/main/src/main/res/layout/overview_fragment.xml @@ -34,23 +34,22 @@ @@ -70,7 +68,7 @@ android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" - android:layout_marginTop="0dp" + android:layout_marginTop="1dp" app:cardCornerRadius="4dp" app:contentPadding="2dp" app:cardElevation="2dp"