Skip to content

Instantly share code, notes, and snippets.

@ojw28
Last active October 31, 2016 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojw28/6e2f9c61eb1724698181bc481b741747 to your computer and use it in GitHub Desktop.
Save ojw28/6e2f9c61eb1724698181bc481b741747 to your computer and use it in GitHub Desktop.
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.exoplayer2.ui.SimpleExoPlayerView android:id="@+id/player"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment