
Untitled
By: a guest on
Jul 4th, 2012 | syntax:
None | size: 0.53 KB | hits: 7 | expires: Never
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent"
>
<com.artest.AROpenGLRender android:id="@+id/surfacegl"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#0000"
/>
<com.artest.ARCameraPreview android:id="@+id/surfacecamera"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</RelativeLayout>