parent
56dae9807c
commit
0464bba61a
@ -1,22 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
<ContentPage
|
||||
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"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d"
|
||||
x:Class="TheGameExtreme.view.HomePage">
|
||||
<ContentView.Content>
|
||||
<StackLayout>
|
||||
<StackLayout>
|
||||
<Label Text="THEGAME" TextColor="DarkBlue" HorizontalTextAlignment="Center" Margin="30"></Label>
|
||||
<label Text="test" TextColor="blue" HorizontalTextAlignment="Center" Margin="20"></label>
|
||||
<ImageButton Source="la-rotation-des-engrenages-318-56336.jpg" Clicked="OpenSetting"></ImageButton>
|
||||
<Button Text="Solo" Clicked="OpenGame"/>
|
||||
<Button Text="Multijoueur" Clicked="OpenMultiPlayerMode"/>
|
||||
<
|
||||
<Button Text="Connexion en ligne" Clicked=""/>
|
||||
|
||||
</StackLayout>
|
||||
</StackLayout>
|
||||
</ContentView.Content>
|
||||
</ContentView>
|
||||
|
||||
|
||||
</ContentPage>
|
||||
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ContentView 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"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d"
|
||||
x:Class="TheGameExtreme.view.MultiPlayerMode">
|
||||
<ContentView.Content>
|
||||
<StackLayout>
|
||||
<Button text="Connexion Bluetooth" Clicked"" Margin="60"/>
|
||||
<Button text="Connexion Wifi" Clicked""/>
|
||||
</StackLayout>
|
||||
</ContentView.Content>
|
||||
</ContentView>
|
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<ContentPage
|
||||
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="TheGameExtreme.view.MultiPlayerMode">
|
||||
|
||||
<StackLayout>
|
||||
|
||||
<Button Text="Connexion Bluetooth" Margin="60"/>
|
||||
<Button Text="Connexion Wifi" />
|
||||
|
||||
</StackLayout>
|
||||
|
||||
</ContentPage>
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ContentView 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"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d"
|
||||
x:Class="TheGameExtreme.view.Setting">
|
||||
<ContentView.Content>
|
||||
<StackLayout>
|
||||
<Label Text="langage" Margin="50" />
|
||||
<ComboBox Height="23" Name="comboBox1" Width="120">
|
||||
<ComboBoxItem Content="English"/>
|
||||
<ComboBoxItem Content="Français"/>
|
||||
</ComboBox>
|
||||
<Label Text="Sound"/>
|
||||
<Switch IsToggled="true"/>
|
||||
<Label Text="Mode Extreme"/>
|
||||
<Switch IsToggled="true"/>
|
||||
</StackLayout>
|
||||
</ContentView.Content>
|
||||
</ContentView>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<ContentPage
|
||||
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="TheGameExtreme.view.Settings">
|
||||
|
||||
<StackLayout>
|
||||
<Label Text="langage" Margin="50" />
|
||||
<!--<ComboBox Height="23" Name="comboBox1" Width="120">
|
||||
<ComboBoxItem Content="English"/>
|
||||
<ComboBoxItem Content="Français"/>
|
||||
</ComboBox>-->
|
||||
<Label Text="Sound"/>
|
||||
<Switch IsToggled="true"/>
|
||||
<Label Text="Mode Extreme"/>
|
||||
<Switch IsToggled="true"/>
|
||||
</StackLayout>
|
||||
|
||||
</ContentPage>
|
Loading…
Reference in new issue