Modify: Initial commit

This commit is contained in:
Quyunshuo
2020-08-26 17:29:44 +08:00
commit 45c547f2e5
34 changed files with 756 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<resources>
<!-- 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>
</style>
</resources>