|
|
@ -22,56 +22,62 @@
|
|
|
|
<RoundRectangle CornerRadius="3"/>
|
|
|
|
<RoundRectangle CornerRadius="3"/>
|
|
|
|
</Border.StrokeShape>
|
|
|
|
</Border.StrokeShape>
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<StackLayout>
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
<Grid ColumnDefinitions="4*, auto, 2*, auto, 2*, auto, 2*"
|
|
|
|
<Rectangle/>
|
|
|
|
RowDefinitions="50">
|
|
|
|
|
|
|
|
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
<Label
|
|
|
|
<Rectangle/>
|
|
|
|
Text="Player tag"
|
|
|
|
|
|
|
|
Style="{StaticResource ContentTab}"
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
/>
|
|
|
|
<Rectangle/>
|
|
|
|
<Rectangle
|
|
|
|
|
|
|
|
Style="{StaticResource RectangleTab}"
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
Grid.Column="1"/>
|
|
|
|
<Rectangle/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
Grid.Column="2"
|
|
|
|
<Rectangle/>
|
|
|
|
Text="Date"
|
|
|
|
|
|
|
|
Style="{StaticResource ContentTab}"/>
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
|
|
|
|
<Rectangle/>
|
|
|
|
<Rectangle
|
|
|
|
|
|
|
|
Style="{StaticResource RectangleTab}"
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
Grid.Column="3"/>
|
|
|
|
<Rectangle/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
Grid.Column="4"
|
|
|
|
<Rectangle/>
|
|
|
|
Text="Points"
|
|
|
|
|
|
|
|
Style="{StaticResource ContentTab}"/>
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
|
|
|
|
<Rectangle/>
|
|
|
|
<Rectangle
|
|
|
|
|
|
|
|
Style="{StaticResource RectangleTab}"
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
Grid.Column="5"/>
|
|
|
|
<Rectangle/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
Grid.Column="6"
|
|
|
|
<Rectangle/>
|
|
|
|
Style="{StaticResource ContentTab}"
|
|
|
|
|
|
|
|
Text="Victories"
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
/>
|
|
|
|
<Rectangle/>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
|
|
|
|
<Rectangle/>
|
|
|
|
<CollectionView ItemsSource="{Binding Lb}">
|
|
|
|
|
|
|
|
<CollectionView.ItemsLayout>
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
<GridItemsLayout Orientation="Vertical"/>
|
|
|
|
<Rectangle/>
|
|
|
|
</CollectionView.ItemsLayout>
|
|
|
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
<controls:LeaderboardLine></controls:LeaderboardLine>
|
|
|
|
<DataTemplate>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
<controls:LeaderboardLine Name="{Binding Score.PlayerName}"></controls:LeaderboardLine>
|
|
|
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
|
|
|
|
</CollectionView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|