Version prete pour le store

master
Baptiste ARNAUD 5 years ago
parent 108bbe3e0f
commit 0d239a738c

@ -5748,9 +5748,6 @@ namespace TheGameExtreme.Droid
// aapt resource value: 0x7F070066 // aapt resource value: 0x7F070066
public const int HomeIcon = 2131165286; public const int HomeIcon = 2131165286;
// aapt resource value: 0x7F07006A
public const int IconPique = 2131165290;
// aapt resource value: 0x7F070067 // aapt resource value: 0x7F070067
public const int ic_mtrl_chip_checked_black = 2131165287; public const int ic_mtrl_chip_checked_black = 2131165287;
@ -5760,65 +5757,68 @@ namespace TheGameExtreme.Droid
// aapt resource value: 0x7F070069 // aapt resource value: 0x7F070069
public const int ic_mtrl_chip_close_circle = 2131165289; public const int ic_mtrl_chip_close_circle = 2131165289;
// aapt resource value: 0x7F07006A
public const int imagesRules = 2131165290;
// aapt resource value: 0x7F07006B // aapt resource value: 0x7F07006B
public const int imagesRules = 2131165291; public const int mtrl_snackbar_background = 2131165291;
// aapt resource value: 0x7F07006C // aapt resource value: 0x7F07006C
public const int mtrl_snackbar_background = 2131165292; public const int mtrl_tabs_default_indicator = 2131165292;
// aapt resource value: 0x7F07006D // aapt resource value: 0x7F07006D
public const int mtrl_tabs_default_indicator = 2131165293; public const int navigation_empty_icon = 2131165293;
// aapt resource value: 0x7F07006E // aapt resource value: 0x7F07006E
public const int navigation_empty_icon = 2131165294; public const int notification_action_background = 2131165294;
// aapt resource value: 0x7F07006F // aapt resource value: 0x7F07006F
public const int notification_action_background = 2131165295; public const int notification_bg = 2131165295;
// aapt resource value: 0x7F070070 // aapt resource value: 0x7F070070
public const int notification_bg = 2131165296; public const int notification_bg_low = 2131165296;
// aapt resource value: 0x7F070071 // aapt resource value: 0x7F070071
public const int notification_bg_low = 2131165297; public const int notification_bg_low_normal = 2131165297;
// aapt resource value: 0x7F070072 // aapt resource value: 0x7F070072
public const int notification_bg_low_normal = 2131165298; public const int notification_bg_low_pressed = 2131165298;
// aapt resource value: 0x7F070073 // aapt resource value: 0x7F070073
public const int notification_bg_low_pressed = 2131165299; public const int notification_bg_normal = 2131165299;
// aapt resource value: 0x7F070074 // aapt resource value: 0x7F070074
public const int notification_bg_normal = 2131165300; public const int notification_bg_normal_pressed = 2131165300;
// aapt resource value: 0x7F070075 // aapt resource value: 0x7F070075
public const int notification_bg_normal_pressed = 2131165301; public const int notification_icon_background = 2131165301;
// aapt resource value: 0x7F070076 // aapt resource value: 0x7F070076
public const int notification_icon_background = 2131165302; public const int notification_template_icon_bg = 2131165302;
// aapt resource value: 0x7F070077 // aapt resource value: 0x7F070077
public const int notification_template_icon_bg = 2131165303; public const int notification_template_icon_low_bg = 2131165303;
// aapt resource value: 0x7F070078 // aapt resource value: 0x7F070078
public const int notification_template_icon_low_bg = 2131165304; public const int notification_tile_bg = 2131165304;
// aapt resource value: 0x7F070079 // aapt resource value: 0x7F070079
public const int notification_tile_bg = 2131165305; public const int notify_panel_notification_icon_bg = 2131165305;
// aapt resource value: 0x7F07007A // aapt resource value: 0x7F07007A
public const int notify_panel_notification_icon_bg = 2131165306; public const int rules = 2131165306;
// aapt resource value: 0x7F07007B // aapt resource value: 0x7F07007B
public const int rules = 2131165307; public const int rulesImg = 2131165307;
// aapt resource value: 0x7F07007C // aapt resource value: 0x7F07007C
public const int rulesImg = 2131165308; public const int tooltip_frame_dark = 2131165308;
// aapt resource value: 0x7F07007D // aapt resource value: 0x7F07007D
public const int tooltip_frame_dark = 2131165309; public const int tooltip_frame_light = 2131165309;
// aapt resource value: 0x7F07007E // aapt resource value: 0x7F07007E
public const int tooltip_frame_light = 2131165310; public const int TrierImage = 2131165310;
// aapt resource value: 0x7F07007F // aapt resource value: 0x7F07007F
public const int UsersExiticon = 2131165311; public const int UsersExiticon = 2131165311;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

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>
@ -134,5 +135,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

@ -165,5 +165,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,26 +60,26 @@
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"
FontSize="25" FontSize="25"
TextColor="{DynamicResource WhiteColor}" TextColor="{DynamicResource WhiteColor}"
VerticalTextAlignment="Center"/> VerticalTextAlignment="Center"/>
<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