7 lines
467 B
XML
7 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_notifications_focused" android:state_pressed="true" />
|
|
<item android:drawable="@drawable/ic_notifications_focused" android:state_focused="true" />
|
|
<item android:drawable="@drawable/ic_notifications_active" android:state_enabled="false" />
|
|
<item android:drawable="@drawable/ic_notifications" />
|
|
</selector> |