Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <LinearLayout
      4     xmlns:android="http://schemas.android.com/apk/res/android"
      5     android:orientation="vertical"
      6     android:layout_width="fill_parent"
      7     android:layout_height="fill_parent"
      8 >
      9     <LinearLayout
     10         android:id="@+id/buttonsContainer"
     11         xmlns:android="http://schemas.android.com/apk/res/android"
     12         android:orientation="vertical"
     13         android:layout_width="fill_parent"
     14         android:layout_height="fill_parent">
     15 <!--
     16 		<Button
     17 			android:id="@+id/SimpleTextured"
     18 			android:layout_width="wrap_content"
     19 			android:layout_height="fill_parent"
     20 			android:text="Simple Textured"
     21 			android:layout_weight="1"
     22 		/>
     23 -->
     24     </LinearLayout>
     25 </LinearLayout>
     26