Floating Action Button (requires Android-L preview) Forked and re-written to target C# (Xamarin) by Jason Pezzimenti.
Instructions:
- Create a folder called animator inside the Resources folder of your project and place the anim.xml file in it.
- Place the dimens.xml file inside Resources > values folder.
- Paste the floatingActionButton.xml code into your Main layout.
- Place the ripple.xml file inside Resources > drawable folder.
- Edit the Resources > values > Strings.xml file to include: the floatingActionButton item that can be found in this Strings.xml file.
- Edit the MainActivity.cs file to include the code from this MainActivity.cs file.
All done!