aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/addresslist_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/addresslist_activity.xml')
-rw-r--r--main/res/layout/addresslist_activity.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/addresslist_activity.xml b/main/res/layout/addresslist_activity.xml
index c48c28f..6bcbf79 100644
--- a/main/res/layout/addresslist_activity.xml
+++ b/main/res/layout/addresslist_activity.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
- <include layout="@layout/actionbar" />
-
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
@@ -14,6 +13,7 @@
android:background="?background_color"
android:cacheColorHint="?background_color"
android:dividerHeight="1dip"
- android:padding="0dip" />
+ android:padding="0dip"
+ tools:listitem="@layout/addresslist_item" />
</LinearLayout> \ No newline at end of file