blob: f921d60c4c0d3422d900d564cda66a91be3e0567 [file] [log] [blame]
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/${detail_name}"
style="?android:attr/textAppearanceLarge"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
android:textIsSelectable="true"
tools:context="${relativePackage}.${DetailName}Fragment" />