mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
themes: set system bars colors to black
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ad75065848
commit
b577ab01ae
3 changed files with 11 additions and 3 deletions
7
app/src/main/res/values/themes.xml
Normal file
7
app/src/main/res/values/themes.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?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">#FF000000</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue