Minor UI fix
This commit is contained in:
parent
191ec0b830
commit
5ce69e63cd
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue