update:增加刷新,更换背景颜色
fix bug:
This commit is contained in:
2021-03-02 16:25:11 +08:00
parent 2392d26b58
commit 527587b926
11 changed files with 186 additions and 24 deletions

View File

@@ -3,9 +3,11 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorPrimary">@color/white</item>
<item name="colorPrimaryDark">@color/white</item>
<item name="colorAccent">@color/defaultColor</item>
</style>
</resources>