浏览代码

- use match_parent instead

tobiasKaminsky 10 年之前
父节点
当前提交
4560776ecc
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>