Skip to content

Instantly share code, notes, and snippets.

@nikhilbansal97
Created December 5, 2017 07:54
Show Gist options
  • Save nikhilbansal97/ef1d2ff5e87914e8a97414ffdc8dcc33 to your computer and use it in GitHub Desktop.
Save nikhilbansal97/ef1d2ff5e87914e8a97414ffdc8dcc33 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<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.example.nikhil.exoplayer.MainActivity">
<com.google.android.exoplayer2.ui.SimpleExoPlayerView
android:id="@+id/simpleExoPlayerView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment