summaryrefslogtreecommitdiff
path: root/android/testData/xmlpull/root_fragment.xml
blob: a97c88d0f055e92ca3fc7da2c22903d4036da034 (plain)
1
2
3
4
5
6
7
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/item_list"
    android:name="com.unit.test.app.ItemListFragment"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:layout="@android:layout/list_content" />