leaderboard beggining

test_old_branch
Jules Lascret 1 year ago
parent d0dab13d6c
commit ab35b0d9fd

@ -3,10 +3,30 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Qwirkle.Pages.Leaderboard"
Title="Leaderboard">
<VerticalStackLayout>
<VerticalStackLayout
BackgroundColor="#f2cd88">
<Label
Text="Leaderboard"
FontSize="Header"
FontAttributes="Bold"
TextColor="#261a1a"
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>
</ContentPage>
Loading…
Cancel
Save