Skip to content

Instantly share code, notes, and snippets.

@angelobelchior
Created April 7, 2015 03:08
Show Gist options
  • Save angelobelchior/55a8a46871c761ce431f to your computer and use it in GitHub Desktop.
Save angelobelchior/55a8a46871c761ce431f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MyNavigarion.UIContentPage">
<ContentPage.Content>
<StackLayout Spacing="20" Padding="20">
<Entry Placeholder="Teste"></Entry>
<Button Text="Salvar" Clicked="OnClicked"></Button>
</StackLayout>
</ContentPage.Content>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment