Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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" />