activity_main.xml 528 B

123456789101112131415
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical"
  6. tools:context="${relativePackage}.${activityClass}" >
  7. <VideoView
  8. android:id="@+id/videoView1"
  9. android:layout_width="480dp"
  10. android:layout_height="640dp"
  11. android:layout_centerInParent="true"
  12. android:gravity="center" />
  13. </RelativeLayout>