From 47e435ff0b9ffaf90c6220e4ab92ee02a32ab595 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Wed, 20 Dec 2023 19:33:29 +0100 Subject: [PATCH] fix: increase bottom margin of tags Increase the bottom margin of tags in a video description, letting them display their shadow. --- app/src/main/res/layout/video_tag_row.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/video_tag_row.xml b/app/src/main/res/layout/video_tag_row.xml index 129d5bc5c..562071524 100644 --- a/app/src/main/res/layout/video_tag_row.xml +++ b/app/src/main/res/layout/video_tag_row.xml @@ -8,6 +8,7 @@ style="@style/Widget.Material3.CardView.Elevated" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginBottom="1dp" android:layout_marginHorizontal="3dp">