master en place pour la suite

master
Baptiste ARNAUD 6 years ago
parent 29d51d2148
commit 1685144fc4

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ContentPage <ContentPage BackgroundColor="{DynamicResource BlackColor}"
xmlns="http://xamarin.com/schemas/2014/forms" xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:d="http://xamarin.com/schemas/2014/forms/design"

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ContentPage Style="{StaticResource MyBackGroundColorStyle}" <ContentPage BackgroundColor="{DynamicResource BlackColor}"
xmlns="http://xamarin.com/schemas/2014/forms" xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="TheGameExtreme.view.MultiPlayerMode"> x:Class="TheGameExtreme.view.MultiPlayerMode">
@ -27,7 +27,7 @@
WidthRequest="58" WidthRequest="58"
Grid.Column="0" Grid.Row="0"/> Grid.Column="0" Grid.Row="0"/>
<Label Text="Multijoueur" Style="{StaticResource ColorLabelDark}" <Label Text="Multijoueur" TextColor="{DynamicResource WhiteColor}"
FontSize="28" FontSize="28"
VerticalTextAlignment="Center" VerticalTextAlignment="Center"
HorizontalTextAlignment="Center" HorizontalTextAlignment="Center"
@ -41,7 +41,7 @@
VerticalOptions="Center" VerticalOptions="Center"
HorizontalOptions="Center" HorizontalOptions="Center"
CornerRadius="10" CornerRadius="10"
BackgroundColor="SkyBlue"/> BackgroundColor="{DynamicResource SkyBlueColor}"/>
<Button Text="Connexion Wifi" <Button Text="Connexion Wifi"
Grid.Row="2" Grid.Row="2"
@ -51,7 +51,7 @@
VerticalOptions="Center" VerticalOptions="Center"
HorizontalOptions="Center" HorizontalOptions="Center"
CornerRadius="10" CornerRadius="10"
BackgroundColor="SkyBlue"/> BackgroundColor="{DynamicResource SkyBlueColor}"/>
</Grid> </Grid>

Loading…
Cancel
Save