Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.         android:layout_width="fill_parent" android:layout_height="fill_parent"
  4.         >
  5.         <com.artest.AROpenGLRender android:id="@+id/surfacegl"
  6.                 android:layout_width="fill_parent"
  7.                 android:layout_height="fill_parent"
  8.         android:background="#0000"      
  9.     />
  10.     <com.artest.ARCameraPreview android:id="@+id/surfacecamera"
  11.                 android:layout_width="fill_parent"
  12.                 android:layout_height="fill_parent"
  13.         />
  14. </RelativeLayout>