summaryrefslogtreecommitdiff
path: root/android/testData/projects/navigationEditor/masterDetail/src/main/res/layout/fragment_item_detail.xml
blob: dd53b8eeaf42192549431838c1ea3c85fb30245a (plain)
1
2
3
4
5
6
7
8
9
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/item_detail"
    style="?android:attr/textAppearanceLarge"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="16dp"
    android:textIsSelectable="true"
    tools:context=".ItemDetailFragment" />