Unclickable Seekbar in android listview

Posted by cppdev on Stack Overflow See other posts from Stack Overflow or by cppdev
Published on 2010-05-22T08:12:18Z Indexed on 2010/05/22 8:20 UTC
Read the original article Hit count: 295

Filed under:
|

Hi,

I have a Listview in my application. Listview rows are clickable. I have introduced a seek bar in each row of a Listview. Despite settings android:clickable="false" for Seekbar in layout xml, I am still able to click on it and move seek bar as desired. I don't want Seekbar to be clickbale but I do want Listview row to clickable.

Any pointers will be appreciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk