fix: comment item spacing
This commit is contained in:
parent
0ab283b254
commit
6240c61a11
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@
|
||||||
android:id="@+id/commentsCardView"
|
android:id="@+id/commentsCardView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginBottom="6dp">
|
android:layout_marginBottom="4dp">
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -290,7 +291,7 @@
|
||||||
app:layout_constraintStart_toEndOf="@+id/linearLayout5"
|
app:layout_constraintStart_toEndOf="@+id/linearLayout5"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="4dp"
|
||||||
android:background="@color/nav_tab" />
|
android:background="@color/nav_tab" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue