mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2026-04-27 00:00:06 +08:00
BREAKING CHANGE!: (android) Read config.xml for statusbar overlay preference (#171)
* (android) Read config.xml for statusbar overlay preference * Added information on the ability to use #AARRGGBB hex string format if StatusBarOverlaysWebView is true * Added `<preference name="StatusBarOverlaysWebView" value="true" />` to the default android block for consistentency for iOS.
This commit is contained in:
@@ -53,7 +53,7 @@ Preferences
|
||||
|
||||
Only supported on Android 5 or later. Earlier versions will ignore this preference.
|
||||
|
||||
- __StatusBarBackgroundColor__ (color hex string, no default value). Set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.
|
||||
- __StatusBarBackgroundColor__ (color hex string, no default value). Set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent. If `StatusBarOverlaysWebView` is set to true, then a 8 digit hex (#AARRGGBB) string can optionally be used to define the transparency.
|
||||
|
||||
<preference name="StatusBarBackgroundColor" value="#000000" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user