tab_loan_btn.xml 266 Bytes
Newer Older
mengcuiguang's avatar
mengcuiguang committed
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

4 5
    <item android:drawable="@mipmap/ic_main_enable" android:state_selected="true" />
    <item android:drawable="@mipmap/ic_main_none" />
mengcuiguang's avatar
mengcuiguang committed
6 7

</selector>