Jérémy Mouyon 1 year ago
commit 6352571ec3

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