Merge pull request #746 from owncloud/thumbnailForUpload
[pub/Android/ownCloud.git] / 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