更新 themes.xml

dev
wangsiyuan 2023-12-07 19:23:35 +08:00
parent a56e528421
commit d3e4cc343e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<!-- Base application theme. -->
<style name="Theme.EchoLink" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimary">@color/teal_700</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
@ -10,7 +10,7 @@
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<item name="android:statusBarColor">@color/grey</item>
<!-- Customize your theme here. -->
</style>
</resources>