Fixed in-app video player size (used when VFS is enabled)
This commit is contained in:
parent
d590d59bb8
commit
4cb9b62418
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
<VideoView
|
<VideoView
|
||||||
android:id="@+id/video_view"
|
android:id="@+id/video_view"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_centerInParent="true"/>
|
android:layout_centerInParent="true"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
Loading…
Reference in a new issue