Ensure message details video container matches placement of recycler.

fork-5.53.8
Alex Hart 2021-09-20 10:22:43 -03:00
rodzic d5491a2e84
commit 39b80a48c7
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -30,8 +30,12 @@
<FrameLayout
android:id="@+id/video_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/toolbar" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/message_details_list"