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:
Travis Dahl 2018-08-10 22:46:11 -07:00 committed by GitHub
parent ecf8ccd164
commit 5b77cae78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
if (cordova.platformId == 'android') {
StatusBar.overlaysWebView(true);