xamarin-forms-statusbar icon indicating copy to clipboard operation
xamarin-forms-statusbar copied to clipboard

Xamarin.Forms Effect to manage the StatusBar BackgroundColor.

Xamarin.Forms StatusBar Effect

Xamarin.Forms Effect to manage the StatusBar BackgroundColor.

<img src="images/statusbar-android.png" Width="210" /> <img src="images/statusbar-uwp.png" Width="420" />

<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!.

Copyright and license

Code released under the MIT license.