Home | History | Annotate | Download | only in layout
      1 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
      2     xmlns:tools="http://schemas.android.com/tools"
      3     android:id="@+id/${detail_name}"
      4     style="?android:attr/textAppearanceLarge"
      5     android:layout_width="match_parent"
      6     android:layout_height="match_parent"
      7     android:padding="16dp"
      8     android:textIsSelectable="true"
      9     tools:context=".${DetailName}Fragment" />
     10