Skip to content

Commit 5b77cae

Browse files
authored
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?
1 parent ecf8ccd commit 5b77cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if (cordova.platformId == 'android') {
7474
}
7575
```
7676

77-
It is also possible to make the status bar semi-transparent. For example, a black status bar with 20% opacity:
77+
It is also possible to make the status bar semi-transparent. For example, a black status bar with 33% opacity:
7878
```js
7979
if (cordova.platformId == 'android') {
8080
StatusBar.overlaysWebView(true);

0 commit comments

Comments
 (0)