1 <?xml version="1.0" encoding="utf-8"?>
2 <selector xmlns:android="http://schemas.android.com/apk/res/android">
3 <item android:state_pressed="true" android:drawable="@drawable/ic_prev_gray_tint" />
4 <item android:state_focused="true" android:drawable="@drawable/ic_prev_gray_tint" />
5 <item android:drawable="@drawable/player_chapter_previous" />