修复 主题色选择界面崩溃的问题
This commit is contained in:
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@@ -101,7 +101,7 @@ dependencies {
|
|||||||
implementation 'com.google.android.material:material:1.1.0-alpha01'
|
implementation 'com.google.android.material:material:1.1.0-alpha01'
|
||||||
implementation 'androidx.multidex:multidex:2.0.0'
|
implementation 'androidx.multidex:multidex:2.0.0'
|
||||||
// Personal libraries
|
// Personal libraries
|
||||||
implementation 'com.github.hyb1996:MutableTheme:0.2.2'
|
implementation 'com.github.hyb1996:MutableTheme:1.0.0'
|
||||||
// Material Dialogs
|
// Material Dialogs
|
||||||
implementation('com.afollestad.material-dialogs:core:0.9.2.3', {
|
implementation('com.afollestad.material-dialogs:core:0.9.2.3', {
|
||||||
exclude group: 'com.android.support'
|
exclude group: 'com.android.support'
|
||||||
|
|||||||
@@ -26,5 +26,4 @@
|
|||||||
<string name="air_dialog_description_failed_unknown">未知错误</string>
|
<string name="air_dialog_description_failed_unknown">未知错误</string>
|
||||||
<string name="air_dialog_action_failed">OK</string>
|
<string name="air_dialog_action_failed">OK</string>
|
||||||
|
|
||||||
<string name="theme_color_red">R</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="theme_color_red">基佬红</string>
|
<string name="theme_color_red">红色</string>
|
||||||
<string name="theme_color_pink">基佬粉</string>
|
<string name="theme_color_pink">粉色</string>
|
||||||
<string name="theme_color_purple">基佬紫</string>
|
<string name="theme_color_purple">紫色</string>
|
||||||
<string name="theme_color_dark_purple">基深紫</string>
|
<string name="theme_color_dark_purple">深紫</string>
|
||||||
<string name="theme_color_indigo">基靛蓝</string>
|
<string name="theme_color_indigo">靛蓝</string>
|
||||||
<string name="theme_color_blue">基佬蓝</string>
|
<string name="theme_color_blue">蓝色</string>
|
||||||
<string name="theme_color_light_blue">基亮蓝</string>
|
<string name="theme_color_light_blue">亮蓝</string>
|
||||||
<string name="theme_color_blue_green">基蓝绿</string>
|
<string name="theme_color_blue_green">蓝绿</string>
|
||||||
<string name="theme_color_cyan">基佬青</string>
|
<string name="theme_color_cyan">青色</string>
|
||||||
<string name="theme_color_green">基佬绿</string>
|
<string name="theme_color_green">绿色</string>
|
||||||
<string name="theme_color_light_green">基亮绿</string>
|
<string name="theme_color_light_green">亮绿</string>
|
||||||
<string name="theme_color_yellow_green">基黄绿</string>
|
<string name="theme_color_yellow_green">黄绿</string>
|
||||||
<string name="theme_color_yellow">基佬黄</string>
|
<string name="theme_color_yellow">黄色</string>
|
||||||
<string name="theme_color_amber">基琥珀</string>
|
<string name="theme_color_amber">琥珀</string>
|
||||||
<string name="theme_color_orange">基佬橙</string>
|
<string name="theme_color_orange">橙色</string>
|
||||||
<string name="theme_color_dark_orange">基深橙</string>
|
<string name="theme_color_dark_orange">深橙</string>
|
||||||
<string name="theme_color_brown">基佬棕</string>
|
<string name="theme_color_brown">棕色</string>
|
||||||
<string name="theme_color_gray">基佬灰</string>
|
<string name="theme_color_gray">灰色</string>
|
||||||
<string name="theme_color_blue_gray">基蓝灰</string>
|
<string name="theme_color_blue_gray">蓝灰</string>
|
||||||
|
|
||||||
|
|
||||||
<color name="theme_color_red">#F44336</color>
|
<color name="theme_color_red">#F44336</color>
|
||||||
|
|||||||
@@ -23,6 +23,5 @@ class AccessibilityService : AccessibilityService() {
|
|||||||
}
|
}
|
||||||
setServiceInfo(serviceInfo)
|
setServiceInfo(serviceInfo)
|
||||||
super.onServiceConnected()
|
super.onServiceConnected()
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user