Skip to content

Instantly share code, notes, and snippets.

@framundo
Created April 14, 2016 13:22
Show Gist options
  • Select an option

  • Save framundo/2b979539ee5ac853d6e12d24d0a34a61 to your computer and use it in GitHub Desktop.

Select an option

Save framundo/2b979539ee5ac853d6e12d24d0a34a61 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">
<ar.com.wolox.easygl.view.EasyGLView
android:id="@+id/easygl"
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