Xamarin.Forms Effect to manage the StatusBar BackgroundColor.
Перейти к файлу
Javier Suárez Ruiz 4663a225a5 Updated README 2018-09-09 13:28:05 +02:00
images Initial Commit 2018-09-09 13:22:46 +02:00
src Initial Commit 2018-09-09 13:22:46 +02:00
.gitattributes Initial Commit 2018-09-09 13:22:46 +02:00
.gitignore Initial Commit 2018-09-09 13:22:46 +02:00
README.md Updated README 2018-09-09 13:28:05 +02:00

README.md

Xamarin.Forms StatusBar Effect

Xamarin.Forms Effect to manage the StatusBar BackgroundColor.

<ContentPage.Effects>
    <effects:StatusBarEffect 
        BackgroundColor="Red"/>
</ContentPage.Effects>

Contributing

This project is open source and I love merging PRs. Try to file issues for things that you want to work on before you start the work so that there's no duplicated effort. If you just want to help out, check out the issues and dive in!.

Code released under the MIT license.