Creating custom notification with xamarin.android
问题 I have been trying to make a fully custom notification with Xamarin.android. My project targets min API of 14, so expended notification are supported. I'm trying to achieve the same look for all API's so i'm using Android.Support.V4.App.NotificationCompat.Builder . I have found out that you can use setCustomContentView to set a custom View that will change the layout of the notification complitly, which is what i aim for. Here is the code that i have tried to run: RemoteViews widgetLayout =