|
|
|
@ -7,28 +7,18 @@
|
|
|
|
|
RowDefinitions="50">
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
FontSize="Medium"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
Padding="5, 0"
|
|
|
|
|
Text="Player Tag"
|
|
|
|
|
TextColor="DarkSlateGrey"
|
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
Style="{StaticResource ContentTab}"/>
|
|
|
|
|
|
|
|
|
|
<Rectangle
|
|
|
|
|
Style="{StaticResource RectangleTab}"
|
|
|
|
|
Grid.Column="1"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
FontSize="Medium"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
Padding="5, 0"
|
|
|
|
|
Text="Points"
|
|
|
|
|
TextColor="DarkSlateGrey"
|
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
Style="{StaticResource ContentTab}"/>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</ContentView>
|