Advertisement
detonax

videobackground.xml

Dec 5th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
  4.    android:layout_height="match_parent">
  5.  
  6.  
  7.     <VideoView
  8.        android:id="@+id/videoView"
  9.        android:layout_width="match_parent"
  10.        android:layout_height="match_parent"
  11.        android:layout_alignParentBottom="true"
  12.        android:layout_alignParentTop="true"
  13.        android:layout_gravity="center" />
  14.  
  15.  
  16. </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement