Switch in Navigation drawer item with Design Support Library on Android

前端 未结 8 1947
长情又很酷
长情又很酷 2020-12-30 07:05

I need to put Switch inside item in navigation drawer. I\'m using new design support library, but I cannot find if it is posibble at all. When using

android         


        
8条回答
  •  情话喂你
    2020-12-30 07:43

    simply yes you can do this easily, i will post my code so you can implement it

    
    

    and the Main Activity Layout should be :

    
    
    
    
        
    
        
    
        
    
    
    
    
    

    And here's a step by step tutorial for Navigation Drawer using Design Library

提交回复
热议问题