what-the-bank/resources/res/drawable/m3_password_eye.xml

19 lines
597 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
state_checked="true"
id="@+id/visible"
drawable="@drawable/design_ic_visibility_off"/>
<item
id="@+id/masked"
drawable="@drawable/design_ic_visibility"/>
<transition
drawable="@drawable/m3_avd_hide_password"
toId="@+id/visible"
fromId="@+id/masked"/>
<transition
drawable="@drawable/m3_avd_show_password"
toId="@+id/masked"
fromId="@+id/visible"/>
</animated-selector>