Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Last active March 14, 2018 20:44
Show Gist options
  • Save tugcearar/1e421b0ce7fb94af052b8f8f664d3825 to your computer and use it in GitHub Desktop.
Save tugcearar/1e421b0ce7fb94af052b8f8f664d3825 to your computer and use it in GitHub Desktop.
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MyApp.LayoutPage">
<ContentPage.Content>
<StackLayout>
<Image Source="icon.png" />
</StackLayout>
</ContentPage.Content>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment