mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
res: update system bar colors
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
bdf5cb7a2e
commit
835d5aee82
6 changed files with 49 additions and 2 deletions
10
app/src/main/res/values-night-v29/themes.xml
Normal file
10
app/src/main/res/values-night-v29/themes.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Platform.Theme.Claw" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:statusBarColor">#FF000000</item>
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
<item name="android:windowLightNavigationBar">false</item>
|
||||
<item name="android:isLightTheme">false</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue