Fixed small UI issue in IMDN list

This commit is contained in:
Sylvain Berfini 2022-07-20 09:49:57 +02:00
parent 95de49be30
commit 0f9b4d706d
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/participantsList"
android:layout_marginTop="5dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View file

@ -11,7 +11,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:padding="5dp"
android:gravity="center_vertical">
<ImageView