modification leaderboard page

pull/16/head
Lucas DUFLOT 1 year ago
parent 0c4d1781ae
commit a2ca2c57ff

@ -4,27 +4,40 @@
xmlns:view="clr-namespace:Trek_12.Views.component" xmlns:view="clr-namespace:Trek_12.Views.component"
x:Class="Trek_12.Views.PageLeaderBoard" x:Class="Trek_12.Views.PageLeaderBoard"
Title="PageLeaderBoard"> Title="PageLeaderBoard">
<VerticalStackLayout BackgroundColor="BlanchedAlmond"> <Grid BackgroundColor="BlanchedAlmond"
<Label RowDefinitions="auto,6*,*">
Text="Leader board" <VerticalStackLayout>
VerticalOptions="Center" <Label
HorizontalOptions="Center" Text="Leader board"
FontSize="Title"/> VerticalOptions="Center"
<BoxView HorizontalOptions="Center"
Color="DarkSalmon" FontSize="Title"/>
HeightRequest="1" <BoxView
WidthRequest="125"/> Color="DarkSalmon"
<view:ContentLeaderBoard/> HeightRequest="1"
<view:ContentLeaderBoard/> WidthRequest="125"/>
<view:ContentLeaderBoard/> </VerticalStackLayout>
<view:ContentLeaderBoard/> <ScrollView Grid.Row="1"
<view:ContentLeaderBoard/> VerticalOptions="FillAndExpand"
<view:ContentLeaderBoard/> VerticalScrollBarVisibility="Never"
Margin="0,10">
<VerticalStackLayout>
<view:ContentLeaderBoard/>
<view:ContentLeaderBoard/>
<view:ContentLeaderBoard/>
<view:ContentLeaderBoard/>
<view:ContentLeaderBoard/>
<view:ContentLeaderBoard/>
</VerticalStackLayout>
</ScrollView>
<Button Text="Back" <Button Text="Back"
BackgroundColor="OliveDrab" BackgroundColor="OliveDrab"
FontSize="Title" FontSize="Title"
Grid.Row="2"
HorizontalOptions="Start" HorizontalOptions="Start"
WidthRequest="200" CornerRadius="20"
Margin="10,20"/> WidthRequest="150"
</VerticalStackLayout> HeightRequest="75"
Margin="10"/>
</Grid>
</ContentPage> </ContentPage>
Loading…
Cancel
Save