mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-31 10:35:41 +08:00
Alpha example doesn't match description
if I understand this correctly, "you can also specify values as #AARRGGBB, where AA is an alpha value." The alpha in this example would be 33% right?
This commit is contained in:
parent
ecf8ccd164
commit
5b77cae78c
@ -74,7 +74,7 @@ if (cordova.platformId == 'android') {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
It is also possible to make the status bar semi-transparent. For example, a black status bar with 20% opacity:
|
It is also possible to make the status bar semi-transparent. For example, a black status bar with 33% opacity:
|
||||||
```js
|
```js
|
||||||
if (cordova.platformId == 'android') {
|
if (cordova.platformId == 'android') {
|
||||||
StatusBar.overlaysWebView(true);
|
StatusBar.overlaysWebView(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user