Advertisement
Guest User

activity_main.xml

a guest
Mar 29th, 2017
10,244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3.         xmlns:android="http://schemas.android.com/apk/res/android"
  4.         xmlns:tools="http://schemas.android.com/tools"
  5.         android:layout_width="match_parent"
  6.         android:layout_height="match_parent"
  7.         android:id="@+id/activity_main"
  8.         android:layout_marginTop="@dimen/activity_vertical_margin"
  9.         android:layout_marginBottom="@dimen/activity_vertical_margin"
  10.         android:layout_marginRight="@dimen/activity_vertical_margin"
  11.         android:layout_marginLeft="@dimen/activity_vertical_margin"
  12.         >
  13.  
  14.  
  15.     <VideoView
  16.             android:layout_width="350dp"
  17.             android:layout_height="250dp"
  18.             android:id="@+id/videoView"
  19.             android:layout_centerVertical="true"
  20.             android:layout_alignParentLeft="true"
  21.             android:layout_alignParentStart="true"/>
  22. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement