iFish7/umeng_community_library/res/drawable/umeng_comm_settingbutton_bg...

6 lines
355 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/shezhi" android:state_pressed="false" android:state_window_focused="false"/>
<item android:drawable="@drawable/shezhidianji" android:state_pressed="true" android:state_window_focused="true"/>
</selector>