File tree Expand file tree Collapse file tree 9 files changed +7
-7
lines changed Expand file tree Collapse file tree 9 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
##更新日志:
45
45
46
46
###V1.4.1:
47
- 1.紧急修复夜间模式设置selecter错误导致部分手机崩溃的问题
47
+ 1.紧急修复夜间模式设置selector错误导致部分手机崩溃的问题
48
48
2.希望大家有问题和意见都可以反馈回来
49
49
50
50
###V1.4.0:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
android : layout_width =" match_parent"
3
3
android : layout_height =" 200dp"
4
- android : background =" @drawable/item_selecter "
4
+ android : background =" @drawable/item_selector "
5
5
android : orientation =" horizontal" >
6
6
7
7
<ImageView
Original file line number Diff line number Diff line change 2
2
xmlns : app =" http://schemas.android.com/apk/res-auto"
3
3
android : layout_width =" match_parent"
4
4
android : layout_height =" wrap_content"
5
- android : background =" @drawable/item_selecter "
5
+ android : background =" @drawable/item_selector "
6
6
android : orientation =" vertical" >
7
7
8
8
<ImageView
Original file line number Diff line number Diff line change 42
42
<item name =" android:windowBackground" >@color/main_color</item >
43
43
<item name =" app_background" >@color/backgroundColor</item >
44
44
<item name =" lineColor" >@color/lineColor</item >
45
- <item name =" item_bg" >@drawable/item_selecter </item >
46
- <item name =" item_setting_bg" >@drawable/item_setting_selecter </item >
45
+ <item name =" item_bg" >@drawable/item_selector </item >
46
+ <item name =" item_setting_bg" >@drawable/item_setting_selector </item >
47
47
<item name =" setting_text_color" >@color/gank_text2_color</item >
48
48
<item name =" setting_small_text_color" >@color/gank_text3_color</item >
49
49
<item name =" app_toolbar_bg" >@color/main_color</item >
85
85
<item name =" android:windowBackground" >@color/main_color_night</item >
86
86
<item name =" app_background" >@color/backgroundColor_night</item >
87
87
<item name =" lineColor" >@color/lineColor_night</item >
88
- <item name =" item_bg" >@drawable/item_selecter_night </item >
89
- <item name =" item_setting_bg" >@drawable/item_setting_selecter_night </item >
88
+ <item name =" item_bg" >@drawable/item_selector_night </item >
89
+ <item name =" item_setting_bg" >@drawable/item_setting_selector_night </item >
90
90
<item name =" setting_text_color" >@color/gank_text2_color_night</item >
91
91
<item name =" setting_small_text_color" >@color/gank_text3_color_night</item >
92
92
<item name =" app_toolbar_bg" >@color/main_color_night</item >
You can’t perform that action at this time.
0 commit comments