Skip to content

Instantly share code, notes, and snippets.

@ZephiroRB
Created October 8, 2018 16:38
Show Gist options
  • Save ZephiroRB/5af1f7a9752d80a90c6c3d4a3178e32d to your computer and use it in GitHub Desktop.
Save ZephiroRB/5af1f7a9752d80a90c6c3d4a3178e32d to your computer and use it in GitHub Desktop.
Video
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.tocame.carlosmontalvo.tocame.MainActivity">
<com.tocame.carlosmontalvo.tocame.MultiTouch
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimaryDark"/>
<VideoView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/video1"/>
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment