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

后端 未结 9 972
时光取名叫无心
时光取名叫无心 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:39

    app:passwordToggleEnabled in TextInputLayout Property

    Add Dependency

    compile 'com.android.support:design:25.0.1'
        compile 'com.android.support:support-v4:25.0.1'
        compile 'com.android.support:appcompat-v7:25.0.1'
        compile 'com.android.support:support-vector-drawable:25.0.1'
    
      
    
            
        
    

提交回复
热议问题