19 lines
597 B
XML
19 lines
597 B
XML
|
<?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>
|