From dfd8b597cd95a1296d5283951c80892a1ae66ba5 Mon Sep 17 00:00:00 2001
From: rebelonion <87634197+rebelonion@users.noreply.github.com>
Date: Wed, 28 Feb 2024 12:41:31 -0600
Subject: [PATCH] fix: limit comment size
---
app/src/main/res/layout/item_comments.xml | 570 +++++++++++-----------
1 file changed, 293 insertions(+), 277 deletions(-)
diff --git a/app/src/main/res/layout/item_comments.xml b/app/src/main/res/layout/item_comments.xml
index f48b1dce..0fc4409b 100644
--- a/app/src/main/res/layout/item_comments.xml
+++ b/app/src/main/res/layout/item_comments.xml
@@ -1,306 +1,322 @@
-
+ android:layout_marginBottom="6dp">
+
+ android:orientation="vertical"
+ android:paddingEnd="8dp"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent">
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:orientation="horizontal"
+ tools:ignore="UseCompoundDrawables">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tools:ignore="RtlSymmetry"
+ tools:visibility="visible" />
-
\ No newline at end of file
+
\ No newline at end of file