Fixed meetings participants not aligned top in list

This commit is contained in:
Sylvain Berfini 2024-05-28 16:01:09 +02:00
parent 1594252aeb
commit 46a6751df6

View file

@ -319,6 +319,7 @@
android:layout_marginEnd="16dp"
android:nestedScrollingEnabled="true"
app:layout_constrainedHeight="true"
app:layout_constraintVertical_bias="0"
app:layout_constraintTop_toBottomOf="@id/separator_4"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/participants_icon"