can I add an image header in navigation drawer layout

前端 未结 2 1494
一整个雨季
一整个雨季 2021-01-24 20:06

how can i add an image header to my navigation drawer layout like this one

\"enter

<
2条回答
  •  一向
    一向 (楼主)
    2021-01-24 20:23

    You can simply do it following this sample :

    
    
    
        
        
    
            
    
        
    
        
        
    
            
    
            
    
        
    
    
    

    You will have your image added before the listview. You can manage your view like any other view.

    Hope it will help you ;)

提交回复
热议问题