From 5b77cae78c9690e07821e81771b6868eafac1184 Mon Sep 17 00:00:00 2001 From: Travis Dahl Date: Fri, 10 Aug 2018 22:46:11 -0700 Subject: [PATCH] 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? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db99f92..ed60ce0 100644 --- a/README.md +++ b/README.md @@ -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);