/TheElements/res/layout/non_ui.xml

http://thelements.googlecode.com/ · XML · 14 lines · 11 code · 2 blank · 1 comment · 0 complexity · ca6cbf6820fb27e583521c491bbe26e7 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent" >
  6. <!-- Main viewing section -->
  7. <sand.falling.opengl.SandView
  8. android:id="@+id/sand_view"
  9. android:gravity="center"
  10. android:layout_width="fill_parent"
  11. android:layout_height="fill_parent" />
  12. </LinearLayout>