Skip to content

Commit

Permalink
Alpha example doesn't match description
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
travisdahl authored Aug 11, 2018
1 parent ecf8ccd commit 5b77cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5b77cae

Please sign in to comment.