Fixed conference call history details not scrollable

This commit is contained in:
Sylvain Berfini 2022-07-04 14:00:31 +02:00
parent 318d41a9fc
commit 6d50317330

View file

@ -56,10 +56,14 @@
</LinearLayout>
<LinearLayout
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/top_bar"
android:layout_below="@id/top_bar">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="10dp"
android:paddingBottom="5dp">
@ -188,6 +192,8 @@
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>
</layout>