Change Size of EditText bottom border

后端 未结 2 823
广开言路
广开言路 2020-12-04 20:36

I have some EditText in my code and I want to make the bottom border of it a bit thinner. Couldn\'t find anything about it in the Internet, maybe anyone here ca

2条回答
  •  囚心锁ツ
    2020-12-04 20:45

    Try like this for focus effects:

    edt_bg_selector.xml :

    
    
    
    
    
    

    edt_bg_normal.xml :

    
    
    
        
            
    
            
    
            
        
    
    
    

    edt_bg_selected.xml :

    
    
    
        
            
    
            
    
            
        
    
    
    

    and change your edit text like:

     
    

提交回复
热议问题