Fix tags view position

This commit is contained in:
J-Jamet
2021-10-08 17:44:47 +02:00
parent 94b6118bf7
commit 494544a4c2
2 changed files with 5 additions and 3 deletions

View File

@@ -108,8 +108,10 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/entry_tags_list_view"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:paddingStart="5dp"
android:paddingLeft="5dp"
android:paddingEnd="5dp"

View File

@@ -22,8 +22,8 @@
android:layout_marginLeft="5dp"
android:layout_marginEnd="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="1dp"
android:layout_marginTop="2dp"
android:layout_marginBottom="2dp"
android:paddingBottom="0dp"
android:orientation="horizontal">
<TextView