|
|
|
@ -6,13 +6,13 @@
|
|
|
|
|
Title="Leaderboard">
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
|
<VerticalStackLayout Spacing="30" Padding="5">
|
|
|
|
|
<Grid ColumnDefinitions="auto, *">
|
|
|
|
|
<VerticalStackLayout Spacing="25" Padding="5, 5, 5, 10">
|
|
|
|
|
<Grid ColumnDefinitions="*, 4*,*"
|
|
|
|
|
Margin="10, 0">
|
|
|
|
|
<Button Text="Return"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Margin="10, 0, 0, 0"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
/>
|
|
|
|
|
<Label FontSize="Header"
|
|
|
|
@ -30,9 +30,9 @@
|
|
|
|
|
|
|
|
|
|
<Border.Shadow>
|
|
|
|
|
<Shadow Brush="Black"
|
|
|
|
|
Offset="10, 5"
|
|
|
|
|
Radius="20"
|
|
|
|
|
Opacity="0.7"/>
|
|
|
|
|
Offset="5, 5"
|
|
|
|
|
Radius="10"
|
|
|
|
|
Opacity="0.6"/>
|
|
|
|
|
</Border.Shadow>
|
|
|
|
|
<Border.StrokeShape>
|
|
|
|
|
<RoundRectangle CornerRadius="3"/>
|
|
|
|
|