• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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=".${CollectionName}Activity"
10    tools:layout="@android:layout/list_content" />
11