|
|
@ -69,6 +69,7 @@
|
|
|
|
ToolTipProperties.Text="Click here to exit ;)"
|
|
|
|
ToolTipProperties.Text="Click here to exit ;)"
|
|
|
|
Style="{StaticResource GameButton}"/>
|
|
|
|
Style="{StaticResource GameButton}"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label HorizontalOptions="Center" Grid.Row="0" Grid.Column="1" Text="{Binding PlayerList[0].NameTag}"></Label>
|
|
|
|
<CollectionView Grid.Row="0" Grid.Column="1" ItemsSource="{Binding PlayerList[0].Tiles}"
|
|
|
|
<CollectionView Grid.Row="0" Grid.Column="1" ItemsSource="{Binding PlayerList[0].Tiles}"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Center" >
|
|
|
|
VerticalOptions="Center" >
|
|
|
@ -78,6 +79,7 @@
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
|
|
|
|
|
|
|
|
<DataTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
|
|
|
|
|
|
|
|
<Border WidthRequest="70" HeightRequest="70"
|
|
|
|
<Border WidthRequest="70" HeightRequest="70"
|
|
|
|
BackgroundColor="{Binding ColorBC1, Source={x:Reference root}}"
|
|
|
|
BackgroundColor="{Binding ColorBC1, Source={x:Reference root}}"
|
|
|
|
Margin="0"
|
|
|
|
Margin="0"
|
|
|
@ -91,6 +93,8 @@
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
</CollectionView>
|
|
|
|
</CollectionView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label HorizontalOptions="Center" Grid.Row="1" Grid.Column="0" Text="{Binding PlayerList[2].NameTag}"></Label>
|
|
|
|
<CollectionView Grid.Row="1" Grid.Column="0" ItemsSource="{Binding PlayerList[2].Tiles}"
|
|
|
|
<CollectionView Grid.Row="1" Grid.Column="0" ItemsSource="{Binding PlayerList[2].Tiles}"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Center" >
|
|
|
|
VerticalOptions="Center" >
|
|
|
@ -111,6 +115,7 @@
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
</CollectionView>
|
|
|
|
</CollectionView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label HorizontalOptions="Center" Grid.Row="1" Grid.Column="2" Text="{Binding PlayerList[3].NameTag}"></Label>
|
|
|
|
<CollectionView Grid.Row="1" Grid.Column="2" ItemsSource="{Binding PlayerList[3].Tiles}"
|
|
|
|
<CollectionView Grid.Row="1" Grid.Column="2" ItemsSource="{Binding PlayerList[3].Tiles}"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Center" >
|
|
|
|
VerticalOptions="Center" >
|
|
|
@ -131,6 +136,7 @@
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
</CollectionView>
|
|
|
|
</CollectionView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label HorizontalOptions="Center" VerticalOptions="End" Grid.Row="2" Grid.Column="1" Text="{Binding PlayerList[1].NameTag}"></Label>
|
|
|
|
<CollectionView Grid.Row="2" Grid.Column="1" ItemsSource="{Binding PlayerList[1].Tiles}"
|
|
|
|
<CollectionView Grid.Row="2" Grid.Column="1" ItemsSource="{Binding PlayerList[1].Tiles}"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Start" >
|
|
|
|
VerticalOptions="Start" >
|
|
|
|