mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
17 lines
777 B
XML
17 lines
777 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="android:Theme.Material.Light.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="android:colorPrimary">@color/white</item>
|
|
<item name="android:colorPrimaryDark">@color/foreground</item>
|
|
<item name="android:colorAccent">@color/colorAccent</item>
|
|
<!-- Customize your theme here. -->
|
|
<item name="android:textAllCaps">false</item>
|
|
<item name="android:textColor">@color/black</item>
|
|
<item name="android:statusBarColor">@color/white</item>
|
|
<item name="android:windowLightStatusBar">true</item>
|
|
<item name="android:forceDarkAllowed">true</item>
|
|
</style>
|
|
|
|
</resources> |