cldupland 5 years ago
commit 356d50edc4

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

@ -1,11 +1,11 @@
#pragma warning disable 1591 #pragma warning disable 1591
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // Ce code a été généré par un outil.
// Runtime Version:4.0.30319.42000 // Version du runtime :4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// the code is regenerated. // le code est régénéré.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
@ -5821,7 +5821,10 @@ namespace TheGameExtreme.Droid
public const int tooltip_frame_light = 2131165310; public const int tooltip_frame_light = 2131165310;
// aapt resource value: 0x7F07007F // aapt resource value: 0x7F07007F
public const int UsersExiticon = 2131165311; public const int TrierImage = 2131165311;
// aapt resource value: 0x7F070080
public const int UsersExiticon = 2131165312;
static Drawable() static Drawable()
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

@ -31,6 +31,7 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode> <AndroidLinkMode>None</AndroidLinkMode>
<MandroidI18n />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -138,5 +139,8 @@
<ItemGroup> <ItemGroup>
<AndroidResource Include="Resources\drawable\HomeIcon.png" /> <AndroidResource Include="Resources\drawable\HomeIcon.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\TrierImage.ico" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project> </Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

@ -166,5 +166,7 @@
<BundleResource Include="Resources\ArrowSettingsBack.png" /> <BundleResource Include="Resources\ArrowSettingsBack.png" />
<BundleResource Include="Resources\UsersExiticon.png" /> <BundleResource Include="Resources\UsersExiticon.png" />
<BundleResource Include="Resources\HomeIcon.png" /> <BundleResource Include="Resources\HomeIcon.png" />
<BundleResource Include="Resources\TrierImage.ico" />
<Content Include="TrierImage.ico" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

@ -55,14 +55,14 @@
Margin="15" Margin="15"
BackgroundColor="{DynamicResource SkyBlueColor}"/> BackgroundColor="{DynamicResource SkyBlueColor}"/>
<Button Text="Connexion en ligne" FontSize="16" Grid.Row="3" Grid.Column="1" <!--<Button Text="Connexion en ligne" FontSize="16" Grid.Row="3" Grid.Column="1"
HorizontalOptions="Center" HorizontalOptions="Center"
VerticalOptions="Center" VerticalOptions="Center"
WidthRequest="230" WidthRequest="230"
HeightRequest="57" HeightRequest="57"
CornerRadius="10" CornerRadius="10"
Margin="15" Margin="15"
BackgroundColor="{DynamicResource SkyBlueColor}"/> BackgroundColor="{DynamicResource SkyBlueColor}"/>-->
<ImageButton Source="imagesRules.png" Grid.Column="0" <ImageButton Source="imagesRules.png" Grid.Column="0"
Grid.Row="0" Grid.Row="0"

@ -26,7 +26,8 @@ namespace TheGameExtreme.view
private async void OpenMultiPlayerMode(object sender, EventArgs args) private async void OpenMultiPlayerMode(object sender, EventArgs args)
{ {
await Navigation.PushAsync(new MultiPlayerMode()); await DisplayAlert("Mode en cours de développement", "Ce mode n'est pas encore implémenté !", "Fermer");
//await Navigation.PushAsync(new MultiPlayerMode());
} }
private async void OpenSetting(object sender, EventArgs args) private async void OpenSetting(object sender, EventArgs args)

@ -43,7 +43,7 @@
TextColor="{DynamicResource WhiteColor}" TextColor="{DynamicResource WhiteColor}"
VerticalTextAlignment="Center"/> VerticalTextAlignment="Center"/>
<StackLayout <!--<StackLayout
Grid.Column="1" Grid.Column="1"
Orientation="Horizontal"> Orientation="Horizontal">
@ -60,10 +60,10 @@
Color="{DynamicResource SkyBlueColor}" Color="{DynamicResource SkyBlueColor}"
/> />
</StackLayout> </StackLayout>-->
<StackLayout <StackLayout
Grid.Column="2" Grid.Column="1"
Orientation="Horizontal"> Orientation="Horizontal">
<Label <Label
Text="Français" Text="Français"
@ -73,13 +73,13 @@
<CheckBox <CheckBox
IsChecked="True" IsChecked="True"
x:Name="CBFr" x:Name="CBFr"/>
CheckedChanged ="CBFr_CheckedChanged"/> <!--CheckedChanged ="CBFr_CheckedChanged"/>-->
</StackLayout> </StackLayout>
</Grid> </Grid>
<StackLayout <!--<StackLayout
Grid.Row="2" Grid.Row="2"
Orientation="Horizontal"> Orientation="Horizontal">
@ -92,9 +92,9 @@
<Switch <Switch
OnColor="{DynamicResource SkyBlueColor}" OnColor="{DynamicResource SkyBlueColor}"
ThumbColor="WhiteSmoke" ThumbColor="WhiteSmoke"
Margin="30,0,0,50"/> Margin="30,0,0,50"/
</StackLayout> </StackLayout>-->
<StackLayout <StackLayout
Grid.Row="3" Grid.Row="3"

@ -35,7 +35,7 @@ namespace TheGameExtreme.view
} }
private void CBBr_CheckedChanged(object sender, CheckedChangedEventArgs e) /*private void CBBr_CheckedChanged(object sender, CheckedChangedEventArgs e)
{ {
if (CBBr.IsChecked == true) if (CBBr.IsChecked == true)
{ {
@ -61,7 +61,7 @@ namespace TheGameExtreme.view
{ {
CBBr.IsChecked = true; CBBr.IsChecked = true;
} }
} } */
private void Switch_Toggled_Theme(object sender, ToggledEventArgs e)//Change le background color de settings en noir et swap la couleur des labels en blanc private void Switch_Toggled_Theme(object sender, ToggledEventArgs e)//Change le background color de settings en noir et swap la couleur des labels en blanc
{ {

Loading…
Cancel
Save