Tango: Fullscreen mode

This commit is contained in:
matlabbe
2017-06-21 20:54:16 -04:00
parent 7a2d1c29f0
commit 3e7929bed6
3 changed files with 113 additions and 15 deletions

View File

@@ -15,13 +15,18 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
android:layout_height="wrap_content">
<android.opengl.GLSurfaceView
android:id="@+id/gl_surface_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="top" />
android:layout_gravity="top"/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fitsSystemWindows="true">
<ToggleButton
android:id="@+id/wireframe_button"
@@ -146,5 +151,5 @@
android:layout_gravity="center"
android:layout_marginLeft="-50dp" />
</RelativeLayout>
</RelativeLayout>