Change Spinner dropdown icon

后端 未结 9 2162
旧巷少年郎
旧巷少年郎 2020-12-12 14:07

The solutions I found to change the spinner dropdown icon where all:

1. create a custom drawable



        
9条回答
  •  一向
    一向 (楼主)
    2020-12-12 15:10

    You need to create custom background like this:

    
    
    
        
            
                
                    
                        
    
                        
    
                        
    
                        
                    
                
                
                     // you can place your dropdown image
                
            
        
    
    
    

    Then create style for spinner like this:

    
    

    after that apply this style to your spinner

提交回复
热议问题