dupengyue
2017-03-03 7685bd0a9f4d87503b992f8ef3c425d46b2e5a59
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="false" android:drawable="@mipmap/main_tab_5_normal"/>
    <item android:state_selected="true" android:drawable="@mipmap/main_tab_5_press"/>
</selector>