Change Line Color of EditText - Android

前端 未结 9 1086
夕颜
夕颜 2020-12-16 02:13

Can I change the line color on EditText. When is active it has some greenish color.\"Image\"

Is it

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 02:36

    You can set background of edittext to a rectangle with minus padding on left, right and top to achieve this.

    Here is the xml example for setting different line colors for focused and not focused edittext, just set it as background of edittext.

    
        
            
                
                    
                        
                    
                
                
                    
                        
                    
                
            
        
    
    

提交回复
热议问题