Android SlidingDrawer doesn't disable buttons 'under' the drawer

前端 未结 7 1476
深忆病人
深忆病人 2021-01-01 14:15

This is the scenario: I have a button B, and a slidingdrawer that when pulled out covers the entire screen. When I pull out the screen, and touch the screen where B used to

7条回答
  •  既然无缘
    2021-01-01 14:41

    This is My main layout and where i introduce sliding drawer inside this. 
    
     
        
    
        

    Sample of mine after bit frustration where to add that android:clickable="true"

提交回复
热议问题