1 <?xml version="1.0" encoding="utf-8"?> 2 3 <LinearLayout 4 xmlns:android="http://schemas.android.com/apk/res/android" 5 xmlns:robolectric="http://schemas.android.com/apk/res-auto" 6 xmlns:fakens="http://example.com/fakens" 7 > 8 <org.robolectric.android.CustomView 9 android:id="@+id/custom_view" 10 android:layout_width="wrap_content" 11 android:layout_height="wrap_content" 12 android:gravity="center" 13 robolectric:message="@string/hello" 14 robolectric:itemType="marsupial" 15 fakens:message="@layout/text_views" 16 > 17 <View 18 android:layout_width="wrap_content" 19 android:layout_height="wrap_content" 20 /> 21 </org.robolectric.android.CustomView> 22 </LinearLayout>