fix: comment item spacing

This commit is contained in:
rebelonion 2024-02-29 03:29:14 -06:00
parent 0ab283b254
commit 6240c61a11

View file

@ -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">
<LinearLayout
@ -290,7 +291,7 @@
app:layout_constraintStart_toEndOf="@+id/linearLayout5"
android:layout_marginTop="8dp"
android:layout_gravity="center"
android:layout_marginStart="16dp"
android:layout_marginStart="4dp"
android:background="@color/nav_tab" />
<TextView