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.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/addresslist_activity.xml b/main/res/layout/addresslist_activity.xml
index 3410137..6bcbf79 100644
--- a/main/res/layout/addresslist_activity.xml
+++ b/main/res/layout/addresslist_activity.xml
@@ -1,5 +1,6 @@
<?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" >
@@ -12,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