We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca267 commit a6ab78bCopy full SHA for a6ab78b
1 file changed
README.md
@@ -181,6 +181,16 @@ You can create splash screens in the following folders:
181
* `drawable-xxhdpi`
182
* `drawable-xxxhdpi`
183
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
194
**Optional steps:**
195
196
If you want the splash screen to be transparent, follow these steps.
0 commit comments