xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

This class is missing : Android.Support.V4.App.NotificationCompat.MediaStyle #109

Closed jonathanantoine closed 5 years ago

jonathanantoine commented 6 years ago

Xamarin.Android Version (eg: 6.0):

Xamarin forms (latest)

Operating System & Version (eg: Mac OSX 10.11):

Mac OS 10.11

Support Libraries Version (eg: 23.3.0):

27.0.2

Describe your Issue:

I cannot find this style : Android.Support.V4.App.NotificationCompat.MediaStyle

Steps to Reproduce (with link to sample solution if possible):

Try to instanciate this class in code : Android.Support.V4.App.NotificationCompat.MediaStyle

Include any relevant Exception Stack traces, build logs, adb logs:

VS bug #732430

Redth commented 5 years ago

At some point this must have been moved to Android.Support.V4.Media.App.NotificationCompat.MediaStyle.

You can find it there :)