AppLocker_pro/app/src/main/res/drawable/bg_tab_three.xml
litingting f0973dc51e init
2024-07-19 15:06:57 +08:00

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>