글목록

2014. 4. 11.

[Android] VideoView Fullscreen



RelativeLayout

<RelativeLayout 
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">

       <VideoView
          android:id="@+id/videoView1"
          android:layout_width="fill_parent"
          android:layout_alignParentRight="true"
          android:layout_alignParentLeft="true"
          android:layout_alignParentTop="true"
          android:layout_alignParentBottom="true"
          android:layout_height="fill_parent"/>

</RelativeLayout>




댓글 없음:

댓글 쓰기