Updated on 2026-08-14
This commit is contained in:
parent
c2d7e0eb8d
commit
7fa2d12223
2 changed files with 9 additions and 1 deletions
6
app/src/main/res/values-v29/styles.xml
Normal file
6
app/src/main/res/values-v29/styles.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="BaseAppTheme">
|
||||
<item name="android:forceDarkAllowed">false</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
||||
<style name="BaseAppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorSecondary">@color/colorSecondary</item>
|
||||
|
|
@ -10,6 +10,8 @@
|
|||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme" parent="BaseAppTheme" />
|
||||
|
||||
<!-- Toolbar -->
|
||||
<style name="DarkToolbarStyle" parent="Theme.AppCompat">
|
||||
<item name="android:textColorPrimary">@android:color/white</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue