Fix layout width for list children
This commit is contained in:
parent
be02add3be
commit
6100d8a757
@ -3,7 +3,7 @@
|
|||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<ListView android:id="@+id/android:list" android:layout_width="fill_parent"
|
<ListView android:id="@+id/android:list" android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content" android:choiceMode="singleChoice" />
|
android:layout_height="wrap_content" android:choiceMode="singleChoice" android:fillViewport="true" />
|
||||||
<TextView android:id="@+id/android:empty"
|
<TextView android:id="@+id/android:empty"
|
||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:text="@string/nodelivery" />
|
android:text="@string/nodelivery" />
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<ListView android:id="@+id/android:list"
|
<ListView android:id="@+id/android:list"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:choiceMode="singleChoice" />
|
android:choiceMode="singleChoice" android:fillViewport="true" />
|
||||||
<TextView android:id="@+id/android:empty"
|
<TextView android:id="@+id/android:empty"
|
||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:text="@string/nodelivery" />
|
android:text="@string/nodelivery" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<ListView android:id="@+id/android:list" android:layout_width="fill_parent"
|
<ListView android:id="@+id/android:list" android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content" android:choiceMode="multipleChoice" />
|
android:layout_height="wrap_content" android:choiceMode="multipleChoice" android:fillViewport="true" />
|
||||||
<TextView android:id="@+id/android:empty"
|
<TextView android:id="@+id/android:empty"
|
||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:text="@string/nogroups" />
|
android:text="@string/nogroups" />
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<Button android:text="@string/ok" android:id="@+id/okContacts" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
|
<Button android:text="@string/ok" android:id="@+id/okContacts" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
|
||||||
<ListView android:id="@+id/android:list" android:layout_width="wrap_content"
|
<ListView android:id="@+id/android:list" android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content" android:choiceMode="multipleChoice" />
|
android:layout_height="wrap_content" android:choiceMode="multipleChoice" android:fillViewport="true" />
|
||||||
<TextView android:id="@+id/android:empty"
|
<TextView android:id="@+id/android:empty"
|
||||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||||
android:text="@string/nocontacts" />
|
android:text="@string/nocontacts" />
|
||||||
|
Loading…
Reference in New Issue
Block a user