showhidepasswordedittext
showhidepasswordedittext copied to clipboard
Show/Hide Password EditText is a very simple extension of Android's EditText that puts a clickable hide/show icon in the right hand side of the EditText that allows showing of the password.
app:drawable_hide="@drawable/eye" idont how make this work , for rtl language when i writing on edit text is a right of edit text and want icon left on edit text show...
it is not working with 
Is it possible to extend the ShowHidePasswordEditText from android.support.design.widget.TextInputEditText
I've noticed the icon would not work if I set `android:layout_centerHorizontal=true` in the `ShowHidePasswordEditText` view, but I also observed that it would work (and apparently that's only way) if I...
Would be cool if showhidepasswordedittextview would automatically read the theme colorAccent and set the icon tint accordingly.
Show/Hide text is less mental strain to understand and can be localised. - Add two new attributes `show_text` and `hide_text` and corresponding java methods. - If text set then use...
Hi, I'd really like to have the option to only show the icon when the edit text has focus. If this is something you'd be interested in adding, I'm happy...
If you have two text fields one on top of the other with one being a regular EditText field and the other of this custom type and both have a...
When `inputView.setError("my error msg")` is set, the error icon is drawn over the show/hide icon. 