[android-developers] Re: I want to emulate the simple listview's rows

2009-02-09 Thread ashu
Chander, I fixed it; thank you a ton. On Feb 9, 1:14 am, Chander Pechetty wrote: > Looking closer at your layout, the textview's layout_width is set to > wrap_content, it should be  android:layout_width="fill_parent" --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: I want to emulate the simple listview's rows

2009-02-09 Thread Chander Pechetty
Looking closer at your layout, the textview's layout_width is set to wrap_content, it should be android:layout_width="fill_parent" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: I want to emulate the simple listview's rows

2009-02-08 Thread ashu
Still only selects the text. Any workarounds? On Feb 8, 7:27 pm, Chander Pechetty wrote: > You need to tell your ListView that the list items are focusable. > > ListView.setItemsCanFocus(true). --~--~-~--~~~---~--~~ You received this message because you are subscr

[android-developers] Re: I want to emulate the simple listview's rows

2009-02-08 Thread Chander Pechetty
You need to tell your ListView that the list items are focusable. ListView.setItemsCanFocus(true). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and