From 6100d8a7571602aed11bb14752db66e68fed70bd Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 2 Oct 2012 13:29:03 +0200 Subject: [PATCH] Fix layout width for list children --- res/layout/delivery_list.xml | 2 +- res/layout/entry_list.xml | 2 +- res/layout/group_list.xml | 2 +- res/layout/number_list.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/res/layout/delivery_list.xml b/res/layout/delivery_list.xml index df21540..2035295 100644 --- a/res/layout/delivery_list.xml +++ b/res/layout/delivery_list.xml @@ -3,7 +3,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical"> + android:layout_height="wrap_content" android:choiceMode="singleChoice" android:fillViewport="true" /> diff --git a/res/layout/entry_list.xml b/res/layout/entry_list.xml index fb08be6..dd1b3be 100644 --- a/res/layout/entry_list.xml +++ b/res/layout/entry_list.xml @@ -5,7 +5,7 @@ + android:choiceMode="singleChoice" android:fillViewport="true" /> diff --git a/res/layout/group_list.xml b/res/layout/group_list.xml index 035fd06..c5f96ec 100644 --- a/res/layout/group_list.xml +++ b/res/layout/group_list.xml @@ -3,7 +3,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical"> + android:layout_height="wrap_content" android:choiceMode="multipleChoice" android:fillViewport="true" /> diff --git a/res/layout/number_list.xml b/res/layout/number_list.xml index 0e34ce6..a80dd14 100644 --- a/res/layout/number_list.xml +++ b/res/layout/number_list.xml @@ -3,8 +3,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical"> - +