mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
- bugfix: video is now playing in fullscreen
This commit is contained in:
parent
8d3a956c97
commit
b18fabe9d7
1 changed files with 5 additions and 4 deletions
|
@ -3,9 +3,10 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" >
|
||||
|
||||
<VideoView android:id="@+id/videoPlayer"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
<VideoView
|
||||
android:id="@+id/videoPlayer"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="center" />
|
||||
|
||||
</FrameLayout>
|
Loading…
Reference in a new issue