Rev 119 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 108 | 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 | > |
||
| 7 | |||
| 8 | <FrameLayout |
||
| 9 | android:layout_width="fill_parent" |
||
| 10 | android:layout_height="0px" |
||
| 11 | android:layout_weight="1"> |
||
| 12 | |||
| 120 | chris | 13 | <!-- LinearLayout |
| 108 | chris | 14 | android:orientation="vertical" |
| 15 | android:layout_width="fill_parent" |
||
| 16 | android:layout_height="fill_parent" |
||
| 17 | > |
||
| 18 | <TextView |
||
| 19 | android:layout_width="fill_parent" |
||
| 20 | android:layout_height="60dp" |
||
| 21 | android:text="teststydssfg" |
||
| 120 | chris | 22 | /--> |
| 108 | chris | 23 | <android.opengl.GLSurfaceView |
| 24 | android:id="@+id/glsurfaceview" |
||
| 25 | android:layout_width="fill_parent" |
||
| 26 | android:layout_height="fill_parent" |
||
| 27 | android:keepScreenOn="true" |
||
| 28 | /> |
||
| 120 | chris | 29 | <!-- /LinearLayout--> |
| 108 | chris | 30 | |
| 31 | |||
| 32 | <TextView |
||
| 33 | android:id="@+id/debug_text" |
||
| 34 | android:text="" |
||
| 35 | android:textSize="12sp" |
||
| 36 | android:textColor="#ffffff" |
||
| 37 | android:layout_height="fill_parent" |
||
| 38 | android:layout_width="fill_parent" |
||
| 39 | android:gravity="center"/> |
||
| 40 | |||
| 41 | <!-- LinearLayout android:id="@+id/hidecontainer" |
||
| 42 | android:orientation="vertical" |
||
| 43 | android:visibility="gone" |
||
| 44 | android:background="@drawable/translucent_background" |
||
| 45 | android:gravity="center" |
||
| 46 | android:layout_width="match_parent" |
||
| 47 | android:layout_height="match_parent"> |
||
| 48 | |||
| 49 | <Button android:id="@+id/hideme1" |
||
| 50 | android:layout_width="wrap_content" |
||
| 51 | android:layout_height="wrap_content" |
||
| 52 | android:layout_gravity="center" |
||
| 53 | android:visibility="gone" |
||
| 54 | android:text="@string/hide_me"/> |
||
| 55 | |||
| 56 | <Button android:id="@+id/hideme2" |
||
| 57 | android:layout_width="wrap_content" |
||
| 58 | android:layout_height="wrap_content" |
||
| 59 | android:layout_gravity="center" |
||
| 60 | android:visibility="gone" |
||
| 61 | android:text="@string/hide_me"/> |
||
| 62 | |||
| 63 | </LinearLayout--> |
||
| 64 | <LinearLayout |
||
| 65 | android:layout_width="320dp" |
||
| 66 | android:layout_height="50dp" |
||
| 67 | android:id="@+id/adContainer" |
||
| 68 | android:layout_gravity="center_horizontal|bottom" |
||
| 69 | /> |
||
| 70 | |||
| 71 | </FrameLayout> |
||
| 72 | </LinearLayout> |