Change Spinner dropdown icon

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

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

1. create a custom drawable



        
9条回答
  •  -上瘾入骨i
    2020-12-12 15:13

    Have you tried to define a custom background in xml? decreasing the Spinner background width which is doing your arrow look like that.

    Define a layer-list with a rectangle background and your custom arrow icon:

        
    
        
            
                
                
            
        
        
             
             
        
    
    

提交回复
热议问题