Created
October 8, 2018 16:38
-
-
Save ZephiroRB/5af1f7a9752d80a90c6c3d4a3178e32d to your computer and use it in GitHub Desktop.
Video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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