Skip to content

Instantly share code, notes, and snippets.

View iateyourtoothpaste's full-sized avatar

Jase iateyourtoothpaste

View GitHub Profile
@iateyourtoothpaste
iateyourtoothpaste / MainActivity.cs
Last active August 29, 2015 14:13 — forked from gabrielemariotti/Activity.java
A Floating Action Button for Android L written in C# for Xamarin.
public class MainActivity : Activity {
protected override void onCreate(Bundle bundle) {
base.OnCreate(bundle);
SetContentView(Resource.Layout.Main);
// Floating Action Button
int size = Resources.GetDimensionPixelSize(Resource.Dimension.floatingActionButtonSize);
Outline outline = new Outline();