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"?>
<ContentPage
<ContentPage BackgroundColor="{DynamicResource BlackColor}"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design"

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

Loading…
Cancel
Save