Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Last active February 29, 2020 08:51
Show Gist options
  • Save tugcearar/7653974f6f7ea73c4591218aec5877d9 to your computer and use it in GitHub Desktop.
Save tugcearar/7653974f6f7ea73c4591218aec5877d9 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Android Platform Spec Snippet</Title>
<Author>Sumeyya Tugce Arar</Author>
<Description>Xaml namespace</Description><Author>Myself</Author>
<Shortcut>andSpec</Shortcut>
</Header>
<Snippet>
<Code Language="XAML">
<![CDATA[
xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WHATYOUNEED;assembly=Xamarin.Forms.Core"
]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment