Xamarin.Forms Floating Action Button
Hello Xamarians,
This is my first post and I do not know how much better it will be for other people. If I see some mistake then please let me know that.
In this, I am talking about
This is my first post and I do not know how much better it will be for other people. If I see some mistake then please let me know that.
In this, I am talking about
FloatingActionButton
or “FAB” from how we can use xamarin forms with the help of the plugin.Here are some links:https://github.com/keannan5390/Xamarin.Plugin.FAB
NuGet package:https://www.nuget.org/packages/FAB.Forms/2.2.0-pre1
Now Available on NuGet!
Install-Package FAB.Forms -Version 2.2.0-pre1
Install the NuGet package and then you we include it in your XAML or call it from C#.
Here is some code behind c# code:
Android Example:
Ios Example:
Make it more flexible:
if you want to add different type of Background color in FAB so you can use NormalColor="Green" property.
you can Adjust Height and Width with the using of HeightRequest="90"
WidthRequest="90"
And showing Shadow to use HasShadow="True" and etc.
you can Adjust Height and Width with the using of HeightRequest="90"
WidthRequest="90"
And showing Shadow to use HasShadow="True" and etc.
Its Nice
ReplyDeleteafter added from Nuget i got exclamation symbol and it not support
ReplyDelete