When edittext is select, theme/style does not change

前端 未结 4 1631
长发绾君心
长发绾君心 2021-01-26 09:56

I have Edittext in my signup form. When user touch on edittext then edittext box turn to green( which represent that edittext is selected ) i don\'t want this. when user select

4条回答
  •  轮回少年
    2021-01-26 10:26

    I had issues with changing the global theme, I just wanted one EditText not all of them so the setting the globals styles was not the right answer.

    Instead I just did this:

    
    

    edit_text_myunderline.xml

    
    
        
            
                
                
            
        
        
        
            
                
            
        
    
    

提交回复
热议问题