From ce355c108e109c101e0bac9e4e503bfcd3c25147 Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:43:01 -0600 Subject: [PATCH] fix: right-side padding on nested comments --- app/src/main/res/layout/item_comments.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/item_comments.xml b/app/src/main/res/layout/item_comments.xml index c734c3dd..4b2b8a4c 100644 --- a/app/src/main/res/layout/item_comments.xml +++ b/app/src/main/res/layout/item_comments.xml @@ -5,16 +5,14 @@ android:id="@+id/commentsCardView" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="6dp" - android:layout_marginEnd="6dp" - android:orientation="vertical" - android:padding="6dp" - android:paddingStart="8dp" - android:paddingEnd="8dp"> + android:orientation="vertical"> \ No newline at end of file