Rev 151 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 133 | chris | 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 | > |
||
| 134 | chris | 7 | |
| 8 | <FrameLayout |
||
| 9 | android:layout_width="fill_parent" |
||
| 10 | android:layout_height="0px" |
||
| 11 | android:layout_weight="1"> |
||
| 12 | |||
| 151 | chris | 13 | <com.gebauz.Bauzoid.app.GLSurfaceView |
| 134 | chris | 14 | android:id="@+id/glsurfaceview" |
| 15 | android:layout_width="fill_parent" |
||
| 16 | android:layout_height="fill_parent" |
||
| 17 | android:keepScreenOn="true" |
||
| 18 | /> |
||
| 19 | |||
| 20 | <TextView |
||
| 21 | android:id="@+id/debug_text" |
||
| 22 | android:text="" |
||
| 23 | android:textSize="12sp" |
||
| 24 | android:textColor="#ffffff" |
||
| 25 | android:layout_height="fill_parent" |
||
| 26 | android:layout_width="fill_parent" |
||
| 27 | android:gravity="center" |
||
| 28 | /> |
||
| 29 | |||
| 30 | <LinearLayout |
||
| 31 | android:layout_width="320dp" |
||
| 32 | android:layout_height="50dp" |
||
| 33 | android:id="@+id/adContainer" |
||
| 34 | android:layout_gravity="center_horizontal|bottom" |
||
| 35 | /> |
||
| 36 | |||
| 37 | </FrameLayout> |
||
| 133 | chris | 38 | </LinearLayout> |