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