ResourceDictionary

<Application.Resources> <!-- Application resource dictionary --> <ResourceDictionary> <OnPlatform x:Key="PagePadding" x:TypeArguments="Thickness" iOS="20" Android="20" WinPhone="30" /> <OnPlatform x:Key="HeaderPadding" x:TypeArguments="Thickness" iOS="10" Android="10" WinPhone="10" /> <OnPlatform x:Key="ItemPadding" x:TypeArguments="Thickness" iOS="10,5,10,5" Android="10,5,10,5" WinPhone="10,5,10,5" /> <Color x:Key="ColorPrimary">#1abc9c</Color> <Color x:Key="ColorPrimaryDark">#16a085</Color> <Color x:Key="ColorAccent">#e67e22</Color> <Color x:Key="BorderColor">#c0bbb6</Color> <Color x:Key="FontPrimaryColor">#757575</Color> <Color x:Key="FontSecondaryColor">#f6f6f6</Color> <Color x:Key="MenuBackgroundColor">#757575</Color> </ResourceDictionary> </Application.Resources>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.