Merge pull request #683 from tobiasKaminsky/videoFullsize
authorDavid A. Velasco <dvelasco@owncloud.com>
Wed, 12 Nov 2014 08:29:28 +0000 (09:29 +0100)
committerDavid 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

index dfa29f7..8063ab4 100644 (file)
@@ -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