Skip to content

Commit 3106848

Browse files
author
ChenRui
committed
夜间模式首页TAB图标调亮一点
1 parent 619ddd5 commit 3106848

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed
Loading
Loading
Loading
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item android:drawable="@drawable/tab_home_h" android:state_selected="true"/>
4+
<item android:drawable="@drawable/tab_home_h" android:state_pressed="true"/>
5+
<item android:drawable="@drawable/tab_home_n_night"/>
6+
</selector>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item android:drawable="@drawable/tab_library_h" android:state_selected="true"/>
4+
<item android:drawable="@drawable/tab_library_h" android:state_pressed="true"/>
5+
<item android:drawable="@drawable/tab_library_n_night"/>
6+
</selector>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item android:drawable="@drawable/tab_mine_h" android:state_selected="true"/>
4+
<item android:drawable="@drawable/tab_mine_h" android:state_pressed="true"/>
5+
<item android:drawable="@drawable/tab_mine_n_night"/>
6+
</selector>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item android:drawable="@drawable/tab_news_h" android:state_selected="true"/>
4+
<item android:drawable="@drawable/tab_news_h" android:state_pressed="true"/>
5+
<item android:drawable="@drawable/tab_news_n_night"/>
6+
</selector>

0 commit comments

Comments
 (0)