main_setting_btn_np.xml 504 Bytes
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/setting" android:state_focused="true" android:state_pressed="false"/>
    <item android:drawable="@drawable/setting_p" android:state_focused="true" android:state_pressed="true"/>
    <item android:drawable="@drawable/setting_p" android:state_focused="false" android:state_pressed="true"/>
    <item android:drawable="@drawable/setting"></item>

</selector>