From 1c49f20bdd87b837710b9a9d6e5a52128d0dfdfc Mon Sep 17 00:00:00 2001 From: kenzo44 Date: Thu, 19 Oct 2023 18:21:11 -0600 Subject: [PATCH] Fixed width with dynamic height for action buttons --- .../main/src/main/res/layout/overview_fragment.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 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..62db646b98 100644 --- a/plugins/main/src/main/res/layout/overview_fragment.xml +++ b/plugins/main/src/main/res/layout/overview_fragment.xml @@ -34,22 +34,23 @@ @@ -68,7 +70,7 @@ android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" - android:layout_marginTop="1dp" + android:layout_marginTop="0dp" app:cardCornerRadius="4dp" app:contentPadding="2dp" app:cardElevation="2dp"