xref: /aosp_15_r20/external/robolectric/testapp/src/main/res/layout/activity_main.xml (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)
1<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2    android:layout_width="match_parent"
3    android:layout_height="match_parent" >
4
5    <TextView
6        android:id="@+id/hello"
7        android:layout_width="wrap_content"
8        android:layout_height="wrap_content"
9        android:text="hello" />
10
11</RelativeLayout>