/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
- <?xml version="1.0" encoding="UTF-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <!-- Main viewing section -->
- <sand.falling.opengl.SandView
- android:id="@+id/sand_view"
- android:gravity="center"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" />
- </LinearLayout>