From 80203f655bb83e4cae646c9bddbb36704f75504a Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Fri, 25 Apr 2014 15:49:54 -0700 Subject: [PATCH] CB-6264 minor formatting issue --- doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.md b/doc/index.md index 9a8a2b5..a3dab68 100644 --- a/doc/index.md +++ b/doc/index.md @@ -195,6 +195,7 @@ CSS shorthand properties are also supported. StatusBar.backgroundColorByHexString("#FAB"); // => #FFAABB On iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set the background color of the statusbar by a hex string (#RRGGBB). + On WP7 and WP8 you can also specify values as #AARRGGBB, where AA is an alpha value Supported Platforms