rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

Added support for long message on Android using BigTextStyle #41

Closed blocksninja closed 8 years ago

blocksninja commented 8 years ago

The default SetContentText does not support long extendable text for long notification messages. On Android 4.1 there's support for BigTextStyle notifications to show long text messages.

rdelrosario commented 8 years ago

Thanks Tim