Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Last active January 13, 2021 18:37
Show Gist options
  • Save rdelrosario/b2502c241b588f084823d6ff154cbc85 to your computer and use it in GitHub Desktop.
Save rdelrosario/b2502c241b588f084823d6ff154cbc85 to your computer and use it in GitHub Desktop.
<Application xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MyApp.App">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<local:Colors />
<local:Converters />
<local:Templates />
<local:ExplicitStyles />
<local:GlobalStyles />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment