Xamarin.Plugin.FAB
Xamarin.Plugin.FAB copied to clipboard
Xamarin Forms library for a Floating Action Button
This pull request updates the nuget packages for Xamarin.forms and the Support Libraries in Android. It also uses the RippleColor property instead of SetRippleColor method to fix #24.
Method Android.Support.Design.Widget.FloatingActionButton.SetRippleColor not found at FAB.Droid.FloatingActionButtonRenderer.UpdateStyle () [0x00000] in :0 at FAB.Droid.FloatingActionButtonRenderer.UpdateControlForSize () [0x00059] in :0 at FAB.Droid.FloatingActionButtonRenderer.OnElementChanged (Xamarin.Forms.Platform.Android.ElementChangedEventArgs`1[TElement] e) [0x0002a] in :0 at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[TElement].SetElement (TElement element) [0x000f4] in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Platform.Android\VisualElementRenderer.cs:196...
Hello, In some cases when the app is foreground and turns to the main, we got this error: ``` Thread finished: #19 The thread 'Unknown' (0x13) has exited with code...
When running on an Android
I have followed the sample project and added namespace under content page like below: xmlns:fab="clr-namespace:FAB.Forms;assembly=FAB.Forms" but getting exception. Can anybody suggest how can I use the button in xaml file....
This exception started after updating the Android Support to the version 25. ``` [0:] Method 'Android.Support.Design.Widget.FloatingActionButton.SetRippleColor' not found. [0:] at FAB.Droid.FloatingActionButtonRenderer.UpdateStyle () [0x00000] in :0 at FAB.Droid.FloatingActionButtonRenderer.UpdateControlForSize () [0x00059] in...
fabBtn.IsEnabled = false changes colors and not getting it back to original color by fabBtn.IsEnabled = true or fabBtn.NormalColor = color and fabBtn.RippleColor = color
New nuget packages for Xamarin Forms 2.3.3.193 and support libraries. New signature for ripple color.
UIApplication.Main(args,null,"AppDelegate"),error
Hey, Well there is no way to send a private message, so I use this way of communicating :) sorry in advance. I was wondering if there were any plans...