Cam,
I'm an amateur coder... but I believe you need to take the linear view
out completely. Try it with this structure:
<LinearLayout>
<ScrollView>
<ListView>
-Mike
On Jan 14, 10:42 am, SoftwareEngCam <[email protected]>
wrote:
> Hi,
>
> Does anyone know how to make a ListView object larger such that more
> than one Entry item is visible at the same moment ? Both parents are
> already set with "fill_parent" but the view continues to show one-and-
> a-half Entries .
>
> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
> android:layout_width="fill_parent"
> android:layout_height="fill_parent">
>
> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/
> android"
> android:layout_width = "fill_parent"
> android:layout_height = "fill_parent"
> android:orientation = "vertical">
>
> <ListView android:id="@+id/StatusTextList"
> android:layout_height="fill_parent"
> android:layout_width="fill_parent"
> android:minHeight="300px"/>
>
> thanks,
> -Cam
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en