mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +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
|
@ -17,7 +17,8 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.main.MainActivity"
|
android:name=".ui.main.MainActivity"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
|
android:theme="@style/Platform.Theme.Claw"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
|
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