diff --git a/app/src/main/res/layout/meeting_fragment.xml b/app/src/main/res/layout/meeting_fragment.xml index b6a5433d2..7762b2dfd 100644 --- a/app/src/main/res/layout/meeting_fragment.xml +++ b/app/src/main/res/layout/meeting_fragment.xml @@ -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"