improve comments padding

This commit is contained in:
Bnyro 2022-07-04 18:12:24 +02:00
parent e8dfbbc7f6
commit 21198a7ec9
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,10 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:paddingStart="10dp"
android:paddingEnd="10dp"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout
android:layout_width="match_parent"

View File

@ -333,9 +333,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/comments_recView"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="10dp"
android:nestedScrollingEnabled="false" />
</RelativeLayout>