summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_action_history_forward.xml
blob: c9047f8ab552ac9241360214292e7245e384d5b7 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="true"
        android:drawable="@drawable/ic_action_history_forward_enabled" />

    <item android:state_enabled="false"
        android:drawable="@drawable/ic_action_history_forward_disabled" />
</selector>