aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl
blob: 9b7ca72ab58e1631bc24def3f33b3ee9388384c0 (plain)
1
2
3
4
5
6
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    style="?android:attr/textAppearanceLarge"
    android:id="@+id/${detail_name}"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="16dp" />