fabionuno / FloatingActionButton-Xamarin.Android

Android Floating Action Button based on Material Design for Xamarin.Android
Other
63 stars 16 forks source link

Using FAB in project #1

Closed owuor91 closed 9 years ago

owuor91 commented 9 years ago

Hi Fabio, Is there a way I can use this already bound library in my xamarin project or do I have to bind it again on my own? copying the FAB.Bind-Xamarin.Android folder to my project seems to have no effect.

fabionuno commented 9 years ago

Hi @owuor91 There is a Nuget package with this FAB. https://www.nuget.org/packages/FAB.XamarinAndroid/ Adding this package in your project is the easy way to use this FAB version and stay updated with new releases.

owuor91 commented 9 years ago

Thanks a million