mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue