diff options
Diffstat (limited to 'templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl')
-rw-r--r-- | templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl b/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl index 9b7ca72..0a51cb7 100644 --- a/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl +++ b/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl @@ -1,6 +1,8 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" style="?android:attr/textAppearanceLarge" android:id="@+id/${detail_name}" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="16dp" /> + android:padding="16dp" + tools:context=".${DetailName}Fragment" /> |