fix: increase bottom margin of tags

Increase the bottom margin of tags in a video description, letting them display their shadow.
This commit is contained in:
FineFindus 2023-12-20 19:33:29 +01:00
parent 96ace8bffd
commit 47e435ff0b
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B

View File

@ -8,6 +8,7 @@
style="@style/Widget.Material3.CardView.Elevated" style="@style/Widget.Material3.CardView.Elevated"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="1dp"
android:layout_marginHorizontal="3dp"> android:layout_marginHorizontal="3dp">
<TextView <TextView