[android-developers] Re: Change backround of the view embedded in the ListView item

2009-10-22 Thread droidin.net
Ha! That's interesting thought! Let me try, thanks a bunch! On Oct 22, 8:54 pm, Nirav wrote: > Looking at your problem, the solution is that you can use expandable > list view to do the your task. > It will solve your all prooblem and can change your background using > selector also --~--~--

[android-developers] Re: Change backround of the view embedded in the ListView item

2009-10-22 Thread droidin.net
Sorry - what I'm saying is no - setting background has no effect On Oct 22, 9:18 pm, "droidin.net" wrote: > "Are you actually getting control in your onClick()? If yes, then > calling > setBackgroundColor() should work fine. " > > Yes, I can setup a breakpoint and see how I'm executing this line

[android-developers] Re: Change backround of the view embedded in the ListView item

2009-10-22 Thread droidin.net
"Are you actually getting control in your onClick()? If yes, then calling setBackgroundColor() should work fine. " Yes, I can setup a breakpoint and see how I'm executing this line. I think the problem may be that in two lines after that I'm doing startActivity(Intent) so maybe Android thinks - A

[android-developers] Re: Change backround of the view embedded in the ListView item

2009-10-22 Thread Nirav
Looking at your problem, the solution is that you can use expandable list view to do the your task. It will solve your all prooblem and can change your background using selector also --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-developers] Re: Change backround of the view embedded in the ListView item

2009-10-22 Thread Mark Murphy
droidin.net wrote: > So to summarize my question - how do I change background of the child > element in the list item if I assign custom onClick handler to it? Any > hints will be greatly appreciated Are you actually getting control in your onClick()? If yes, then calling setBackgroundColor() sho