florent37 / MaterialTextField

A different beautiful Floating Edit Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use show/hide password with password edittext

adarshakr opened this issue · comments

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

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

commented

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" />