7 lines
300 B
XML
7 lines
300 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@mipmap/main_tab_three_en" android:state_selected="true" />
|
|
<item android:drawable="@mipmap/main_tab_three_def" android:state_selected="false" />
|
|
|
|
</selector> |