version:1.9.9
fix: update:优化指示器颜色,优化个人中心,主页增加WiFi电池信息
This commit is contained in:
@@ -50,4 +50,17 @@
|
||||
<color name="homework_title">#3a3a3a</color>
|
||||
<color name="homework_text">#646464</color>
|
||||
<color name="unfinish_text">#ab9452</color>
|
||||
<color name="default_text_color_dis">#e5e5e5</color>
|
||||
|
||||
|
||||
<color name="battery_low_power">#e84446</color>
|
||||
<color name="battery_normal_power">#ffffff</color>
|
||||
<color name="battery_background">#ffffff</color>
|
||||
<color name="battery_charing">#b7f0d3</color>
|
||||
<color name="battery_box">#ffffff</color>
|
||||
<color name="battery_text">#56478A</color>
|
||||
|
||||
<color name="normal_circle">#1AFFFFFF</color>
|
||||
<color name="selected_circle">#E6FFFFFF</color>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -16,5 +16,6 @@
|
||||
<string name="app_size">%d款应用</string>
|
||||
<string name="today_study_time">学习时长%s</string>
|
||||
<string name="unknown">未设置</string>
|
||||
<string name="desktop_permission">桌面运行需授予权限,点击设置</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -10,6 +10,14 @@
|
||||
<item name="android:fitsSystemWindows">true</item>
|
||||
</style>
|
||||
|
||||
<style name="AppThemeWithoutFitsSystemWindows" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
<item name="android:windowBackground">@color/colorPrimary</item>
|
||||
</style>
|
||||
|
||||
<style name="AppWhiteTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/gray</item>
|
||||
|
||||
Reference in New Issue
Block a user