apkfuckery/com.discord/res/drawable/design_password_eye.xml

8 lines
590 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<animated-selector
xmlns:android="http://schemas.android.com/apk/res/android">
2020-07-08 16:44:49 +00:00
<item android:state_checked="true" android:id="@id/visible" android:drawable="@drawable/design_ic_visibility_off" />
<item android:id="@id/masked" android:drawable="@drawable/design_ic_visibility" />
<transition android:drawable="@drawable/avd_hide_password" android:toId="@id/visible" android:fromId="@id/masked" />
<transition android:drawable="@drawable/avd_show_password" android:toId="@id/masked" android:fromId="@id/visible" />
2020-05-17 12:40:10 +00:00
</animated-selector>