Retour à l'état initial du leaderboard
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

pull/94/head
Remi NEVEU 11 months ago
parent 0ff2da324f
commit e16133b425

@ -6,5 +6,4 @@ public partial class ContentLeaderBoard : ContentView
{
InitializeComponent();
}
}

@ -4,12 +4,8 @@
xmlns:views="clr-namespace:Trek_12.Views.Components"
x:Class="Trek_12.Views.PageLeaderBoard"
Title="PageLeaderBoard">
<Grid BackgroundColor="BlanchedAlmond"
RowDefinitions="auto,6*,*">
<VerticalStackLayout>
<Label
Text="Leader board"
@ -21,29 +17,19 @@
HeightRequest="1"
WidthRequest="125"/>
</VerticalStackLayout>
<ScrollView Grid.Row="1"
VerticalOptions="FillAndExpand"
VerticalScrollBarVisibility="Never"
Margin="0,10">
<!--<CollectionView ItemsSource="{Binding ListPlayer}">
<CollectionView.ItemTemplate>
--><!--<DataTemplate>
<views:ContentLeaderBoard/>
<Label Text="{Binding Pseudo}"/>
</DataTemplate>--><!--
<views:ContentLeaderBoard
/>
</CollectionView.ItemTemplate>
</CollectionView>-->
<VerticalStackLayout>
<views:ContentLeaderBoard/>
<views:ContentLeaderBoard/>
<views:ContentLeaderBoard/>
<views:ContentLeaderBoard/>
<views:ContentLeaderBoard/>
<views:ContentLeaderBoard/>
</VerticalStackLayout>
</ScrollView>
<Button Text="Back"
BackgroundColor="OliveDrab"
FontSize="Title"

@ -1,12 +1,9 @@
namespace Trek_12.Views;
using Stub;
public partial class PageLeaderBoard : ContentPage
{
public Stub MyStub { get; set; } = new Stub();
public PageLeaderBoard()
{
//InitializeComponent();
BindingContext = MyStub;
InitializeComponent();
}
}
Loading…
Cancel
Save