mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
Merge pull request #7359 from nextcloud/videoBlackBackgronud
Black background on video playback in fullscreen mode
This commit is contained in:
commit
96d9ab4ea1
1 changed files with 11 additions and 10 deletions
|
@ -18,7 +18,8 @@
|
|||
-->
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" >
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black">
|
||||
|
||||
<VideoView
|
||||
android:id="@+id/videoPlayer"
|
||||
|
|
Loading…
Reference in a new issue