mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-17 21:33:56 +00:00
fix: right-side padding on nested comments
This commit is contained in:
@@ -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">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:padding="6dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
@@ -219,7 +217,6 @@
|
||||
android:paddingStart="8dp"
|
||||
android:visibility="visible"
|
||||
tools:visibility="visible"
|
||||
tools:listitem="@layout/item_comments"
|
||||
tools:ignore="RtlSymmetry" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user