Change thickness of the bottom line of EditText when wrapped into TextInputLayout

前端 未结 2 1629
死守一世寂寞
死守一世寂寞 2020-12-05 03:11

here is my code

XML Markup



        
2条回答
  •  -上瘾入骨i
    2020-12-05 03:36

    I've solved my issue using my custom xml drawable. There might be some better way, but I couldn't find any. following is my drawable that I'm using as background of my textbox

    
    
        
            
                
                    
                        
    
                        
    
                        
                    
                
    
            
        
        
            
                
                    
                        
    
                        
    
                        
                    
                
    
            
        
        
            
                
                    
                        
    
                        
    
                        
                    
                
    
            
        
    
    
    

提交回复
热议问题