From 6240c61a11d2ae5b07530ce321a450988d8128f3 Mon Sep 17 00:00:00 2001
From: rebelonion <87634197+rebelonion@users.noreply.github.com>
Date: Thu, 29 Feb 2024 03:29:14 -0600
Subject: [PATCH] fix: comment item spacing
---
app/src/main/res/layout/item_comments.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/item_comments.xml b/app/src/main/res/layout/item_comments.xml
index f5a60d98..b1cf1fff 100644
--- a/app/src/main/res/layout/item_comments.xml
+++ b/app/src/main/res/layout/item_comments.xml
@@ -5,9 +5,10 @@
android:id="@+id/commentsCardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
- android:layout_marginBottom="6dp">
+ android:layout_marginBottom="4dp">