mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 20:53:56 +00:00
fix: comment item spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user