Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / MasterDetailFlow / root / res / layout / activity_content_list.xml.ftl
blob87774315310c45ff76f552585b7f62a3d11db0b0
1 <fragment xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:id="@+id/${collection_name}"
4     android:name="${packageName}.${CollectionName}Fragment"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent"
7     android:layout_marginLeft="16dp"
8     android:layout_marginRight="16dp"
9     tools:context="${relativePackage}.${CollectionName}Activity"
10     tools:layout="@android:layout/list_content" />