- use match_parent instead
authortobiasKaminsky <tobias@kaminsky.me>
Mon, 10 Nov 2014 19:14:45 +0000 (20:14 +0100)
committertobiasKaminsky <tobias@kaminsky.me>
Mon, 10 Nov 2014 19:14:45 +0000 (20:14 +0100)
res/layout/video_layout.xml

index 3c28ae3..8063ab4 100644 (file)
@@ -5,8 +5,8 @@
 
        <VideoView
            android:id="@+id/videoPlayer"
-           android:layout_width="fill_parent"
-           android:layout_height="fill_parent"
+           android:layout_width="match_parent"
+           android:layout_height="match_parent"
            android:layout_gravity="center" />
        
 </FrameLayout>
\ No newline at end of file