Skip to content

Commit a6ab78b

Browse files
authored
Update README.md
1 parent ddca267 commit a6ab78b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@ You can create splash screens in the following folders:
181181
* `drawable-xxhdpi`
182182
* `drawable-xxxhdpi`
183183

184+
To modify the status bar color, you can add a color called primary_dark in color.xml
185+
186+
```
187+
<?xml version="1.0" encoding="utf-8"?>
188+
<resources>
189+
<color name="primary_dark">#000000</color>
190+
</resources>
191+
```
192+
193+
184194
**Optional steps:**
185195

186196
If you want the splash screen to be transparent, follow these steps.

0 commit comments

Comments
 (0)