7 lines
410 B
XML
7 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:enterFadeDuration="@android:integer/config_mediumAnimTime"
|
|
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
|
|
<item android:drawable="@drawable/ic_eye" android:state_checked="true" />
|
|
<item android:drawable="@drawable/ic_eye_off" android:state_checked="false" />
|
|
</selector> |