Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <org.robolectric.android.CustomView2
      4     xmlns:android="http://schemas.android.com/apk/res/android"
      5     android:layout_width="wrap_content"
      6     android:layout_height="wrap_content"
      7     message="@string/hello">
      8   <org.robolectric.android.CustomView2
      9       android:layout_width="wrap_content"
     10       android:layout_height="wrap_content"
     11       >
     12     <TextView
     13         android:layout_width="wrap_content"
     14         android:layout_height="wrap_content"
     15         />
     16     <TextView
     17         android:layout_width="wrap_content"
     18         android:layout_height="wrap_content"
     19         />
     20     <TextView
     21         android:layout_width="wrap_content"
     22         android:layout_height="wrap_content"
     23         />
     24   </org.robolectric.android.CustomView2>
     25 </org.robolectric.android.CustomView2>