|
|
|
@ -3,30 +3,100 @@
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
|
x:Class="Qwirkle.Pages.Leaderboard"
|
|
|
|
|
Title="Leaderboard">
|
|
|
|
|
<VerticalStackLayout
|
|
|
|
|
BackgroundColor="#f2cd88">
|
|
|
|
|
<VerticalStackLayout BackgroundColor="#efca85" Spacing="75">
|
|
|
|
|
<Label
|
|
|
|
|
Text="Leaderboard"
|
|
|
|
|
FontSize="Header"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontFamily="Sitka"
|
|
|
|
|
FontSize="Header"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Padding="5"
|
|
|
|
|
Text="Leaderboard"
|
|
|
|
|
TextColor="#261a1a"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
/>
|
|
|
|
|
<TableView
|
|
|
|
|
Intent="Data"
|
|
|
|
|
BackgroundColor="#eec984">
|
|
|
|
|
<TableRoot>
|
|
|
|
|
<TableSection
|
|
|
|
|
Title="Player"
|
|
|
|
|
TextColor="#261A1A">
|
|
|
|
|
<ViewCell>
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</ViewCell>
|
|
|
|
|
</TableSection>
|
|
|
|
|
</TableRoot>
|
|
|
|
|
</TableView>
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="50" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="6*" />
|
|
|
|
|
<ColumnDefinition Width="3*" />
|
|
|
|
|
<ColumnDefinition Width="2*" />
|
|
|
|
|
<ColumnDefinition Width="2*" />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5"/>
|
|
|
|
|
<Label Text="Player Tag"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="Medium"
|
|
|
|
|
HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Column="1"/>
|
|
|
|
|
<Label Text="Date"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="Medium"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Column="1"/>
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Column="2"/>
|
|
|
|
|
<Label Text="Points"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="Medium"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Column="2"/>
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Column="3"/>
|
|
|
|
|
<Label Text="Victories"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="Medium"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Column="3"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Row="1"/>
|
|
|
|
|
<Label Text="Jérome Mouyette"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Row="1"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Row="1" Grid.Column="1"/>
|
|
|
|
|
<Label Text="03/25/2024"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Column="1"/>
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Row="1" Grid.Column="2"/>
|
|
|
|
|
<Label Text="103"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Column="2"/>
|
|
|
|
|
|
|
|
|
|
<Border Stroke="Black" StrokeThickness="0.5" Grid.Row="1" Grid.Column="3"/>
|
|
|
|
|
<Label Text="3"
|
|
|
|
|
TextColor="#1A2541"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Column="3"/>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ContentPage>
|