Ver Fonte

- use match_parent instead

tobiasKaminsky há 10 anos atrás
pai
commit
4560776ecc
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      res/layout/video_layout.xml

+ 2 - 2
res/layout/video_layout.xml

@@ -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>