GitHub user MartijnW49 opened a pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/116
CB-12011: (android) added the possibility to change the spinner colorâ¦
### Platforms affected
Android
### What does this PR do?
It adds the possibility to change the spinner color from the config.xml
file for android 5.0+ apps.
Example config.xml line:
<preference name="SplashScreenSpinnerColor" value="white"/>
Color names as well as hex colors can be used.
### What testing has been done on this change?
Tested the updated Splashscreen.java in an ionic 2 app. The splashscreen
works and shows the spinner in the color that was defined in the config.xml
### Checklist
- [x ] [Reported an
issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [x ] Commit message follows the format: "CB-3232: (android) Fix bug with
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform
affected.
- [x ] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MartijnW49/cordova-plugin-splashscreen
CB-12011
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-splashscreen/pull/116.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #116
----
commit a13a07960ce863c990956b4194f3ed0d9923ae40
Author: MartijnW49 <[email protected]>
Date: 2016-10-13T12:20:32Z
CB-12011: (android) added the possibility to change the spinner color on
Android 5.0+ apps
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]