[android-developers] Re: fill_parent issue with ListView cells

2009-02-16 Thread kamenjar
Also to clarify the strings are "Item 1" and "Item 4", the is just used to explain the "blank" area. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers] Re: fill_parent issue with ListView cells

2009-02-16 Thread kamenjar
I mean how do I span the text across multiple lines and have it centered? Even when I change what you suggested I still get something like this (use fixed font) --- Item 1 --- Text that spans two lines --- Appears to fill t

[android-developers] Re: fill_parent issue with ListView cells

2009-02-15 Thread kamenjar
On Feb 12, 8:36 pm, Romain Guy wrote: > You cannot use a height of fill_parent with listview items, nor can > you span across multiple lines. Would you recommend a workaround? I need to have up to 2 lines of text and have fixed size of the ListView cell. It seems that it would be difficult to "sp

[android-developers] fill_parent issue with ListView cells

2009-02-12 Thread kamenjar
Hi all, I am having this issue where I am trying to have a single TextView span one to two lines, fill the cell completely (so you can also click edges of the cell and it will trigger) and center-align. This is the layout for the cell: http://schemas.android.com/apk/res/android"; android