projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
1efefbd
)
Merge pull request #683 from tobiasKaminsky/videoFullsize
author
David A. Velasco
<dvelasco@owncloud.com>
Wed, 12 Nov 2014 08:29:28 +0000
(09:29 +0100)
committer
David A. Velasco
<dvelasco@owncloud.com>
Wed, 12 Nov 2014 08:29:28 +0000
(09:29 +0100)
Bugfix: video is now playing in fullscreen
res/layout/video_layout.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/layout/video_layout.xml
b/res/layout/video_layout.xml
index
dfa29f7
..
8063ab4
100644
(file)
--- a/
res/layout/video_layout.xml
+++ b/
res/layout/video_layout.xml
@@
-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"
- android:layout_gravity="center" />
+ <VideoView
+ android:id="@+id/videoPlayer"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center" />
</FrameLayout>
\ No newline at end of file