MysterDru / Xamarin.Plugin.FAB

Xamarin Forms library for a Floating Action Button
36 stars 6 forks source link

Android updated for Xamarin 2.3.3.193 #19

Open MarcorOnline opened 7 years ago

MarcorOnline commented 7 years ago

New nuget packages for Xamarin Forms 2.3.3.193 and support libraries. New signature for ripple color.

ghost commented 7 years ago

I haven't worked with Xamarin.Forms for a while, but I know there are issues with XF compatibility and the Android Support 25.* packages. Will these changes have any unintended consequences?

richieteh94 commented 7 years ago

there is an issue with Xamarin Forms where System.MissingMethodException:Method'Android.Support.Design.Widget.FloatingActionButton.SetRippleColor' not found after i updated Xamarin.Android.Support.Design support to latest version

fab2 2 error

heroheretic commented 7 years ago

I change the code like MarcorOnline and it no longer has problem with SetRippleColor

therealjohn commented 7 years ago

@keannan5390 Since XF 2.3.3.193 you can use the latest support packages if compiling with Android 7+. Without updates this plugin is not useable with the latest Xamarin.Forms if you update the support packages because of the SetRippleColor issue. I'd be happy to add a review if that will help push this through to NuGet.