Skip to content

Instantly share code, notes, and snippets.

View fabianwilliams-zz's full-sized avatar
🎯
Focusing

Fabian Williams fabianwilliams-zz

🎯
Focusing
View GitHub Profile
@kphillpotts
kphillpotts / BeerLayout.xaml
Created August 27, 2015 23:58
Fun layout with Grids
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="BeerLayout.BeerScreen"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
BackgroundColor="{StaticResource bgColor}"
Padding="{StaticResource gridPadding}">
<ContentPage.Resources>
<ResourceDictionary>
<Color x:Key="accentColor">#ffcc00</Color>