Subversion Repositories AndroidProjects

Rev

Rev 151 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?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"
   >

    <FrameLayout
                android:layout_width="fill_parent"
                android:layout_height="0px"
                android:layout_weight="1">

        <com.gebauz.Bauzoid.app.GLSurfaceView
                android:id="@+id/glsurfaceview"
           android:layout_width="fill_parent"
           android:layout_height="fill_parent"
           android:keepScreenOn="true"
                />            
               
                <TextView
                        android:id="@+id/debug_text"
                        android:text=""
                        android:textSize="12sp"
                        android:textColor="#ffffff"
                        android:layout_height="fill_parent"
                        android:layout_width="fill_parent"
                        android:gravity="center"
                        />

                <LinearLayout
                        android:layout_width="320dp"
                        android:layout_height="50dp"
                        android:id="@+id/adContainer"
                        android:layout_gravity="center_horizontal|bottom"
                        />
       
    </FrameLayout>
</LinearLayout>