You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2019/10/19 14:13:35 UTC

[cordova-plugin-statusbar] branch master updated: docs(README): Clarify StatusBarStyle (#160)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f6614c  docs(README): Clarify StatusBarStyle (#160)
5f6614c is described below

commit 5f6614c3c16ac140c37307583e29eb19cfb1f41f
Author: i-need-to-tell-you-something <i-...@users.noreply.github.com>
AuthorDate: Sat Oct 19 17:13:24 2019 +0300

    docs(README): Clarify StatusBarStyle (#160)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a32583a..e6ce711 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Preferences
 
         <preference name="StatusBarBackgroundColor" value="#000000" />
 
-- __StatusBarStyle__ (status bar style, defaults to lightcontent). Set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque.
+- __StatusBarStyle__ (status bar style, defaults to lightcontent). Set the status bar style (e.g. text color). Available options: default, lightcontent, blacktranslucent, blackopaque.
 
         <preference name="StatusBarStyle" value="lightcontent" />
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org