aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/MasterDetailFlow/root/res/layout/activity_content_list.xml.ftl
blob: 788e763a41eba7c374468b650372d55114e17842 (plain)
1
2
3
4
5
6
7
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
    android:name="${packageName}.${CollectionName}Fragment"
    android:id="@+id/${collection_name}"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_marginLeft="16dp"
    android:layout_marginRight="16dp" />