showhidepasswordedittext icon indicating copy to clipboard operation
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.

Results 9 showhidepasswordedittext issues
Sort by recently updated
recently updated
newest added

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 ![device-2016-11-04-171630](https://cloud.githubusercontent.com/assets/2811593/20004470/8e4dc044-a2b2-11e6-8d95-71f8090c4588.png)

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.

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement

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...

enhancement

When `inputView.setError("my error msg")` is set, the error icon is drawn over the show/hide icon. ![error_icon_over_laid_on_show_hide_image](https://cloud.githubusercontent.com/assets/404105/12485139/55c0cd6a-c055-11e5-8c42-fc81e86a4b7a.png)

bug