Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

how to use show/hide password with password edittext #17

Open
adarshakr opened this issue Jun 30, 2016 · 2 comments
Open

how to use show/hide password with password edittext #17

adarshakr opened this issue Jun 30, 2016 · 2 comments

Comments

@adarshakr
Copy link

i'am using this library everything is working amazing but i need to use show/hide password with the password edittext can you explain how to use that

@huzain07
Copy link

yeah, actually we need that feature, cz the newest edittext is support that feature :3

@stovberpv
Copy link

just using android:inputType attribute
<EditText android:id="@+id/password" android:layout_width="match_parent" android:layout_height="match_parent" android:hint="Password" android:inputType="textPassword" android:textColor="@color/awesomePrimaryDarker" />

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants