Minor UI fix

This commit is contained in:
Sylvain Berfini 2022-04-20 15:06:25 +02:00
parent 191ec0b830
commit 5ce69e63cd
2 changed files with 3 additions and 2 deletions

View file

@ -93,6 +93,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="5dp"
android:drawablePadding="3dp"
android:fontFamily="sans-serif"
@ -110,6 +111,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="5dp"
android:drawablePadding="3dp"
android:fontFamily="sans-serif"

View file

@ -55,8 +55,7 @@
layout="@layout/chat_message_list_cell"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:data="@{viewModel.chatMessageViewModel}"
android:layout_margin="20dp" />
app:data="@{viewModel.chatMessageViewModel}" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/participantsList"