Change to custom icon from eye-icon(default) for hide-show password in android EditText

后端 未结 9 937
时光取名叫无心
时光取名叫无心 2020-12-25 15:14

I want to change/display different icons for show password in android edittext. I am using following code to display icon.



        
9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-25 15:42

    Create a new drawable file and named it as show_password_selector.xml

    
    
    
    
    
    

    and in your layout file, add app:passwordToggleDrawable attribute in TextInputLayout :

    
        
    
    

    For Reference: https://www.youtube.com/watch?v=dW0YIV0Z9qk

提交回复
热议问题