Home | History | Annotate | Download | only in layout
      1 <LinearLayout
      2     xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:layout_width="wrap_content"
      4     android:layout_height="wrap_content"
      5     >
      6     <TextView
      7         android:id="@android:id/text1"
      8         android:layout_width="wrap_content"
      9         android:layout_height="wrap_content"
     10         android:text="default"
     11         />
     12 </LinearLayout>
     13