Advertisement
Guest User

FrameLayout included...

a guest
Dec 2nd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
  3. <cc.openframeworks.OFGLSurfaceView android:id="@+id/of_gl_surface"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"/>
  6. <!-- add here other views' layouts -->
  7.  
  8. <FrameLayout android:id="@+id/frameLayout1"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:layout_alignParentBottom="true"
  12. android:layout_centerHorizontal="true"
  13. android:layout_marginBottom="65dp" >
  14. </FrameLayout>
  15. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement