mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-04 17:55:30 +08:00
16 lines
790 B
XML
16 lines
790 B
XML
<resources>
|
|
<!-- Base application theme. -->
|
|
<style name="Theme.TSBattery" parent="Theme.Material3.DayNight">
|
|
<!-- Primary brand color. -->
|
|
<item name="colorPrimary">@color/colorPrimaryAccent</item>
|
|
<item name="colorPrimaryVariant">@color/colorPrimaryAccent</item>
|
|
<item name="colorOnPrimary">@color/black</item>
|
|
<!-- Secondary brand color. -->
|
|
<item name="colorSecondary">@color/colorPrimaryAccent</item>
|
|
<item name="colorSecondaryVariant">@color/colorPrimaryAccent</item>
|
|
<item name="colorOnSecondary">@color/colorPrimaryAccent</item>
|
|
<!-- Status bar color. -->
|
|
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
</resources> |