Skip to content

Instantly share code, notes, and snippets.

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