Android Question Applying same backcolor to all views inside panel in scrollview when selecting a particular panel.

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi Guys,

I have a label and image inside a panel in a Scrollview. On selecting a panel only the panel background changes, the label background remains same(which is by default).I want all views inside panel to change to same backcolor. I tried doing in click event but that fires later.
Any idea how to do this like thru reflector or something ?

Thanks
 
Top