Re: [android-developers] ListView is no clickable

2011-06-29 Thread Gabe S
You can't have a focusable object inside a ListView and still set an onItemClickListener, so you can't have a checkbox and an onItemClickListener and have them both work out of the box. Change the xml for the CheckBox to CheckBox android:id=@+id/checkBox

[android-developers] ListView is no clickable

2011-06-27 Thread Manish Garg
Hi All, I have a simple list view in my application. I am implementing its setOnItemClickListener but it is not getting called: ListView android:layout_width=fill_parent android:layout_height=wrap_content android:id=@+id/sender_added

Re: [android-developers] ListView is no clickable

2011-06-27 Thread TreKing
On Mon, Jun 27, 2011 at 4:16 PM, Manish Garg mannishga...@gmail.com wrote: I am implementing its setOnItemClickListener but it is not getting called: You might want to include some code of how you set the listener and its implementation, unless you expect your post to be answered by a

[android-developers] ListView elements not clickable in all area

2010-12-01 Thread pedr0
Hi at all, I am developing an application which make an intensive use of ListView with different type of rows, for do this I have extended the BaseAdapter class and override its methods, the layout of ListView is very simple: ?xml version=1.0 encoding=UTF-8? LinearLayout

[android-developers] ListView containing multiple, clickable, Views (i.e. like GMail)

2010-07-10 Thread jamesc
Hi I've been wrestling with trying to achieve something similar to the GMail app's ListView entries (i.e. clicking/tapping on the whole entry will start a new Activity (in GMail's case the email proper), and there's a Button (of sorts) on the right side of the entry that should call back to the