Skip to content

Instantly share code, notes, and snippets.

View mattregul's full-sized avatar
🎲
Running life.exe

Matt Regul mattregul

🎲
Running life.exe
View GitHub Profile
@mattregul
mattregul / ActivityIndicatorDemoPage.cs
Last active October 9, 2015 16:54
Multiple Xamarin.Forms ActivityIndicator Colors
using System;
using Xamarin.Forms;
namespace FormsGallery
{
class ActivityIndicatorDemoPage : ContentPage
{
public ActivityIndicatorDemoPage()
{
Label header = new Label