Fixed in-app video player size (used when VFS is enabled)

This commit is contained in:
Sylvain Berfini 2021-07-30 21:08:06 +02:00
parent d590d59bb8
commit 4cb9b62418

View file

@ -29,8 +29,8 @@
<VideoView
android:id="@+id/video_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"/>
</RelativeLayout>