BenLaKnet commented on issue #266:
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/266#issuecomment-3322132323

   It's running for me and it replaces usage of StatusBar plugin:
   
   
   ```
   <platform name="android">
        <preference name="AndroidPostSplashScreenTheme" 
value="@style/Theme.Custom"/>
        <config-file target="res/values/colors.xml" parent="/resources/">
                <color name="StatusBarTheme">#66c5fb</color>
        </config-file>
        <resource-file src="/www/res/StatusBarTheme.xml" 
target="/app/src/main/res/values/StatusBarTheme.xml" />
   </platform>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to