Skip to content

Instantly share code, notes, and snippets.

@banil-la
Last active December 4, 2016 12:03
Show Gist options
  • Save banil-la/e1813cfae3aae029cf12e4997c88df01 to your computer and use it in GitHub Desktop.
Save banil-la/e1813cfae3aae029cf12e4997c88df01 to your computer and use it in GitHub Desktop.
<Page ux:Class="Profile">
<Router ux:Dependency="router" />
<Panel Background="Black" Height="5%" Y="0">
<Text Value="Profile Page" Color="White" Alignment="CenterLeft" Margin="10, 0"/>
</Panel>
<Grid Rows="1*, 1*" Y="5%" Height="95%">
<Text Value="To Index" Alignment="Center" Tapped="{gotoIndex}"/>
<Text Value="To Splash" Alignment="Center" Tapped="{gotoSplash}"/>
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment