themes: set system bars colors to black

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-28 15:42:32 +05:30
parent ad75065848
commit b577ab01ae
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 11 additions and 3 deletions

View 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>