[android-beginners] Re: listview height

2009-10-24 Thread Jeffrey Blattman
Yes I tried that thanks. I ended up just setting a static height. Everything
I read says not to embed a listview in a scrollview (from the experts).
Seems kind of short sighted to me. A listview offers a lot more than just
the fact that it can scroll.

On Oct 24, 2009 9:00 PM, "Justin Anderson"  wrote:

Try giving the view a higher layout weight in the xml...

android:layout_weight=""

Thanks,
Justin

--
There are only 10 types of people in the world...
Those who know binary and those who don't.
--

On Thu, Oct 22, 2009 at 5:58 PM, Jeffrey Blattman <
jeffrey.blatt...@gmail.com> wrote: > > i have ...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: listview height

2009-10-24 Thread Justin Anderson
Try giving the view a higher layout weight in the xml...

android:layout_weight=""

Thanks,
Justin

--
There are only 10 types of people in the world...
Those who know binary and those who don't.
--


On Thu, Oct 22, 2009 at 5:58 PM, Jeffrey Blattman <
jeffrey.blatt...@gmail.com> wrote:

>  i have a listview that is enclosed in a few other views. the view height
> of the listview is only about the size of one entry. i can't seem to figure
> how to make the listview expand to show more entries at a time. i'd like to
> be able to set the max height of the listview, or something like that.
>
> any ideas?
>
> --
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---

<>