diff options
Diffstat (limited to 'main/res/layout/addresslist_activity.xml')
| -rw-r--r-- | main/res/layout/addresslist_activity.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/res/layout/addresslist_activity.xml b/main/res/layout/addresslist_activity.xml new file mode 100644 index 0000000..c48c28f --- /dev/null +++ b/main/res/layout/addresslist_activity.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + 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" + android:layout_height="fill_parent" + android:layout_margin="0dip" + android:background="?background_color" + android:cacheColorHint="?background_color" + android:dividerHeight="1dip" + android:padding="0dip" /> + +</LinearLayout>
\ No newline at end of file |
