VM
Size: a a a
VM
S
I
VM
I
S
S
I
S
S
I
S
app:endIconMode="password_toggle"
+ если не нравится, что когда пароль скрыт отображается открытый глазик, можно поставить это в endIconDrawable
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/visible"
android:drawable="@drawable/design_ic_visibility"
android:state_checked="true"/>
<item
android:id="@+id/masked"
android:drawable="@drawable/design_ic_visibility_off"
android:state_checked="false"/>
<transition
android:drawable="@drawable/avd_show_password"
android:fromId="@id/masked"
android:toId="@id/visible"/>
<transition
android:drawable="@drawable/avd_hide_password"
android:fromId="@id/visible"
android:toId="@id/masked"/>
</animated-selector>
S
S
I
S
I
S
YB
VM