BasicSyncAdapter / res / layout /

activity_entry_list.xml

1
<?xml version="1.0" encoding="utf-8"?>
2
 
3
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
4
          xmlns:tools="http://schemas.android.com/tools"
5
          android:id="@+id/entry_list"
6
          android:name="com.example.android.basicsyncadapter.EntryListFragment"
7
          android:layout_width="match_parent"
8
          android:layout_height="match_parent"
9
          android:layout_marginLeft="16dp"
10
          android:layout_marginRight="16dp"
11
          tools:context=".EntryListActivity"
12
          tools:layout="@android:layout/list_content" />