aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl
blob: 808fc3190162203c184c1349c7bf5281c686ffba (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/${detail_name}"
    style="?android:attr/textAppearanceLarge"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="16dp"
    android:textIsSelectable="true"
    tools:context=".${DetailName}Fragment" />