|
|
@ -3,10 +3,30 @@
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
x:Class="Qwirkle.Pages.Leaderboard"
|
|
|
|
x:Class="Qwirkle.Pages.Leaderboard"
|
|
|
|
Title="Leaderboard">
|
|
|
|
Title="Leaderboard">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout
|
|
|
|
|
|
|
|
BackgroundColor="#f2cd88">
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Text="Leaderboard"
|
|
|
|
Text="Leaderboard"
|
|
|
|
|
|
|
|
FontSize="Header"
|
|
|
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
|
|
|
TextColor="#261a1a"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<TableView
|
|
|
|
|
|
|
|
Intent="Data"
|
|
|
|
|
|
|
|
BackgroundColor="#eec984">
|
|
|
|
|
|
|
|
<TableRoot>
|
|
|
|
|
|
|
|
<TableSection
|
|
|
|
|
|
|
|
Title="Player"
|
|
|
|
|
|
|
|
TextColor="#261A1A">
|
|
|
|
|
|
|
|
<ViewCell>
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
</ViewCell>
|
|
|
|
|
|
|
|
</TableSection>
|
|
|
|
|
|
|
|
</TableRoot>
|
|
|
|
|
|
|
|
</TableView>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|