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