Hi Jyotiranjan, you can override the bottom view's onTouchevent(), and than check whether the sliding drawer opened or not, if opened, just return false; I think it is a way to solve your problem but not the best way. :)
On Jun 5, 12:20 pm, JITU <[email protected]> wrote: > Hi All, > > I am facing some problem Like: > > Scenario:Three buttons enabled by on click event. > > -I am using sliding drawer... on which no of buttons are there. > -When sliding drawer is opened...its overlapping the preveously > defined three buttons. > > My problem is... when i am clicking on sliding drawer ... the below > button is activated and accordingly it goes to next activity... > > Means ... i expect if one view is on top of another view... the lower > view should not work. > > Please help me in this scenario..... > > Thanks > > Jyotiranjan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

