Merge branch 'master' of https://gitlab.iut-clermont.uca.fr/cldupland/thegameextreme
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
After Width: | Height: | Size: 871 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 871 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 69 KiB |
@ -0,0 +1,105 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="3.1.0" />
|
||||||
|
<PackageReference Include="MvvmCross" Version="6.4.1" />
|
||||||
|
=======
|
||||||
|
>>>>>>> 6006856012a9420076ac40947eee0560f1e65e3e
|
||||||
|
<PackageReference Include="MvvmCross.Plugin.BLE" Version="2.1.1" />
|
||||||
|
<PackageReference Include="Plugin.BLE" Version="2.1.1" />
|
||||||
|
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
||||||
|
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991221" />
|
||||||
|
<PackageReference Include="Xamarin.Essentials" Version="1.3.1" />
|
||||||
|
<PackageReference Include="TouchTracking.Forms" Version="1.1.0" />
|
||||||
|
<PackageReference Include="SkiaSharp.Views.Forms" Version="1.68.1" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="model\event\" />
|
||||||
|
<Folder Include="viewmodel\" />
|
||||||
|
<Folder Include="model\card\" />
|
||||||
|
<Folder Include="model\deck\" />
|
||||||
|
<Folder Include="model\Card\rapidCard\" />
|
||||||
|
<Folder Include="model\gameActions\" />
|
||||||
|
<Folder Include="model\gameActions\extreme\" />
|
||||||
|
<Folder Include="model\gameActions\classic\" />
|
||||||
|
<Folder Include="Media\" />
|
||||||
|
<Folder Include="model\card\cardType\" />
|
||||||
|
<Folder Include="model\piles\" />
|
||||||
|
<Folder Include="model\gameActions\decimals\" />
|
||||||
|
<Folder Include="model\gameActions\abstractRules\" />
|
||||||
|
<Folder Include="model\gameActions\fraction\" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Remove="model\effect\StopColm.cs" />
|
||||||
|
<Compile Remove="model\effect\StopCom.cs" />
|
||||||
|
<Compile Remove="model\manager.cs" />
|
||||||
|
<Compile Remove="model\manager\GameManagerSolo.cs" />
|
||||||
|
<Compile Remove="view\AppRessources.Designer.cs" />
|
||||||
|
<Compile Remove="view\AppRessources-br.Designer.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="AppRessources.config" />
|
||||||
|
<None Remove="view\MultiPlayerMode.xaml" />
|
||||||
|
<None Remove="Media\thegame.jpg" />
|
||||||
|
<None Remove="Media\Engrenage.jpeg" />
|
||||||
|
<None Remove="Media\moon.jpg" />
|
||||||
|
<None Remove="AppRessources-br.Designer.cs.orig" />
|
||||||
|
<None Remove="Media\TrierImageBMax.png" />
|
||||||
|
<None Remove="Media\TrierImageBMin.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Media\thegame.jpg" />
|
||||||
|
<EmbeddedResource Include="Media\TrierImageBMax.png" />
|
||||||
|
<EmbeddedResource Include="Media\TrierImageBMin.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="Mono.Android">
|
||||||
|
<HintPath>..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v9.0\Mono.Android.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Update="Resx\AppResources.en-US.resx">
|
||||||
|
<Generator></Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Resx\AppResources.resx">
|
||||||
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="DictionnaireBGCBLACK.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="DictionnaireBGCWhite.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="view\LastPage_Rules.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="view\RulesGame.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="view\secondePageRules.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="view\Testconnectivité.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Resx\AppResources.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>AppRessources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Resx\AppResources.Designer.cs">
|
||||||
|
<DependentUpon>AppResources.resx</DependentUpon>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -0,0 +1,156 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ContentPage
|
||||||
|
Title="THEGAME"
|
||||||
|
BackgroundColor="{DynamicResource BlackColor}"
|
||||||
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
|
xmlns:resources="clr-namespace:TheGameExtreme.Resx"
|
||||||
|
x:Class="TheGameExtreme.view.HomePage"
|
||||||
|
x:Name="homepageT">
|
||||||
|
|
||||||
|
<Grid x:Name="MainGrid">
|
||||||
|
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="15*"/>
|
||||||
|
<ColumnDefinition Width="70*"/>
|
||||||
|
<ColumnDefinition Width="15*"/>
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="19*"/>
|
||||||
|
<RowDefinition Height="27*"/>
|
||||||
|
<RowDefinition Height="27*"/>
|
||||||
|
<RowDefinition Height="27*"/>
|
||||||
|
<RowDefinition Height="27*"/>
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
|
<ImageButton
|
||||||
|
Source="PointI.png"
|
||||||
|
Grid.Column="0"
|
||||||
|
Grid.Row="0"
|
||||||
|
Clicked="ImageButton_Clicked"
|
||||||
|
BackgroundColor="Transparent"
|
||||||
|
WidthRequest="40"
|
||||||
|
HeightRequest="40"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"/>
|
||||||
|
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTitle}"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"
|
||||||
|
Grid.Row="0"
|
||||||
|
Grid.Column="1"
|
||||||
|
HorizontalTextAlignment="Center"
|
||||||
|
FontSize="45"
|
||||||
|
VerticalTextAlignment="Center"
|
||||||
|
FontFamily=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<Button
|
||||||
|
Text="{x:Static resources:AppResources.StrLocalGame}"
|
||||||
|
FontSize="18"
|
||||||
|
Grid.Row="2"
|
||||||
|
Grid.Column="1"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
WidthRequest="230"
|
||||||
|
HeightRequest="57"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
Clicked="OpenGame"
|
||||||
|
CornerRadius="10"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
||||||
|
|
||||||
|
|
||||||
|
<Button
|
||||||
|
Text="{x:Static resources:AppResources.StrMultiplayer}"
|
||||||
|
FontSize="18"
|
||||||
|
Grid.Row="3"
|
||||||
|
Grid.Column="1"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HeightRequest="57"
|
||||||
|
WidthRequest="230"
|
||||||
|
Clicked="OpenMultiPlayerMode"
|
||||||
|
CornerRadius="10"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
||||||
|
|
||||||
|
<Button Text="{x:Static resources:AppResources.StrTitleRules}"
|
||||||
|
FontSize="18"
|
||||||
|
Grid.Row="4"
|
||||||
|
Grid.Column="1"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HeightRequest="57"
|
||||||
|
WidthRequest="230"
|
||||||
|
Clicked="Rules_Clicked"
|
||||||
|
CornerRadius="10"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
||||||
|
|
||||||
|
<Image
|
||||||
|
Source="TrierImageB.png"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="1"/>
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
<Button Text="{x:Static resources:AppResources.StrTitleRules}"
|
||||||
|
FontSize="18"
|
||||||
|
Grid.Row="4"
|
||||||
|
Grid.Column="1"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HeightRequest="57"
|
||||||
|
WidthRequest="230"
|
||||||
|
Clicked="Rules_Clicked"
|
||||||
|
CornerRadius="10"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
||||||
|
|
||||||
|
<Image Source="TrierImageB.png"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="1"/>
|
||||||
|
|
||||||
|
|
||||||
|
<Grid Grid.Row="0" Grid.Column="2" x:Name="ButtonGrid">
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
<RowDefinition Height="6*"/>
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="2*" />
|
||||||
|
<ColumnDefinition Width="6*" />
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
<ImageButton
|
||||||
|
x:Name="imageButton"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="1"
|
||||||
|
VerticalOptions="End"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
Clicked="Theme_Clicked"
|
||||||
|
BackgroundColor="Black"/>
|
||||||
|
</Grid>
|
||||||
|
=======
|
||||||
|
<Grid Grid.Row="0" Grid.Column="2" x:Name="ButtonGrid">
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
<RowDefinition Height="6*"/>
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="2*" />
|
||||||
|
<ColumnDefinition Width="6*" />
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
>>>>>>> 6006856012a9420076ac40947eee0560f1e65e3e
|
||||||
|
|
||||||
|
<ImageButton
|
||||||
|
x:Name="imageButton"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="1"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
Clicked="Theme_Clicked"
|
||||||
|
BorderColor="{DynamicResource SkyBlueColor}"
|
||||||
|
BackgroundColor="Transparent"/>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
|
</Grid>
|
||||||
|
|
||||||
|
</ContentPage>
|
@ -0,0 +1,93 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<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"
|
||||||
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
|
mc:Ignorable="d"
|
||||||
|
x:Class="TheGameExtreme.view.LastPage_Rules"
|
||||||
|
xmlns:resources="clr-namespace:TheGameExtreme.Resx">
|
||||||
|
|
||||||
|
<Grid Margin="20,20,20,20">
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
<RowDefinition Height="10*"/>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
<ColumnDefinition Width="10*"/>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTitleRules}"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="0"
|
||||||
|
FontSize="35"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
|
||||||
|
<Button Text="{x:Static resources:AppResources.StrBtnPlay}"
|
||||||
|
Grid.Row="0"
|
||||||
|
Grid.Column="2"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
CornerRadius="10"
|
||||||
|
Clicked="ClickToPlay"/>
|
||||||
|
|
||||||
|
<ImageButton Source="HomeIcon.png"
|
||||||
|
Grid.Column="0"
|
||||||
|
Grid.Row="0"
|
||||||
|
VerticalOptions="Start"
|
||||||
|
HorizontalOptions="StartAndExpand"
|
||||||
|
HeightRequest="50"
|
||||||
|
WidthRequest="60"
|
||||||
|
Clicked="BackToHome"
|
||||||
|
BackgroundColor="Transparent"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ScrollView Grid.Row="1"
|
||||||
|
Grid.Column="0"
|
||||||
|
Grid.ColumnSpan="3"
|
||||||
|
Margin="20,0,20,0">
|
||||||
|
<StackLayout>
|
||||||
|
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret9}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret10}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret11}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret12}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret13}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
|
||||||
|
<Image Source="GMOS.png"
|
||||||
|
WidthRequest="280"
|
||||||
|
HeightRequest="200"/>
|
||||||
|
|
||||||
|
</StackLayout>
|
||||||
|
</ScrollView>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
|
|
||||||
|
</ContentPage>
|
@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<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"
|
||||||
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
|
mc:Ignorable="d"
|
||||||
|
xmlns:resources="clr-namespace:TheGameExtreme.Resx"
|
||||||
|
x:Class="TheGameExtreme.view.Testconnectivité">
|
||||||
|
|
||||||
|
<Grid>
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
<RowDefinition Height="10*"/>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
<ColumnDefinition Width="10*"/>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
|
||||||
|
<Label Text="Test"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="0"
|
||||||
|
TextColor ="{DynamicResource WhiteColor}"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"/>
|
||||||
|
|
||||||
|
<ListView x:Name="messagesList"
|
||||||
|
|
||||||
|
Grid.Row="1"
|
||||||
|
Grid.Column="1"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
BackgroundColor="{DynamicResource WhiteColor}"/>
|
||||||
|
|
||||||
|
<Button Text="Log"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"
|
||||||
|
Grid.Column="0"
|
||||||
|
Grid.Row="0"
|
||||||
|
CornerRadius="10"
|
||||||
|
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
x:Name="connectButton"
|
||||||
|
VerticalOptions="End"/>
|
||||||
|
|
||||||
|
<Button Text="Send"
|
||||||
|
x:Name="sendButton"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="2"
|
||||||
|
CornerRadius="10"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
VerticalOptions="End"/>
|
||||||
|
|
||||||
|
|
||||||
|
</Grid>
|
||||||
|
|
||||||
|
</ContentPage>
|
@ -0,0 +1,89 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<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"
|
||||||
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
|
mc:Ignorable="d"
|
||||||
|
x:Class="TheGameExtreme.view.secondePageRules"
|
||||||
|
xmlns:resources="clr-namespace:TheGameExtreme.Resx">
|
||||||
|
|
||||||
|
<Grid Margin="20,20,20,20">
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
<RowDefinition Height="10*"/>
|
||||||
|
<RowDefinition Height="2*"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
<ColumnDefinition Width="10*"/>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTitleRules}"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="0"
|
||||||
|
FontSize="35"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
|
||||||
|
<Button Text="{x:Static resources:AppResources.StrBtnPlay}"
|
||||||
|
Grid.Row="0"
|
||||||
|
Grid.Column="2"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
CornerRadius="10"
|
||||||
|
Clicked="ClickToPlay"/>
|
||||||
|
|
||||||
|
<ImageButton Source="HomeIcon.png"
|
||||||
|
Grid.Column="0"
|
||||||
|
Grid.Row="0"
|
||||||
|
VerticalOptions="Start"
|
||||||
|
HorizontalOptions="StartAndExpand"
|
||||||
|
HeightRequest="50"
|
||||||
|
WidthRequest="60"
|
||||||
|
Clicked="BackToHome"
|
||||||
|
BackgroundColor="Transparent"/>
|
||||||
|
|
||||||
|
<Button Text="{x:Static resources:AppResources.StrNext}"
|
||||||
|
CornerRadius="10"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"
|
||||||
|
Grid.Column="1"
|
||||||
|
Grid.Row="2"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center"
|
||||||
|
Clicked="nextPage_Rules"/>
|
||||||
|
|
||||||
|
<ScrollView Grid.Row="1"
|
||||||
|
Grid.Column="0"
|
||||||
|
Grid.ColumnSpan="3"
|
||||||
|
Margin="20,0,20,0">
|
||||||
|
<StackLayout>
|
||||||
|
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret7}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
<Label
|
||||||
|
Text="{x:Static resources:AppResources.StrTiret8}"
|
||||||
|
FontSize="16"
|
||||||
|
TextColor="{DynamicResource WhiteColor}"/>
|
||||||
|
|
||||||
|
<Image Source="UpDownStacks.png"
|
||||||
|
WidthRequest="280"
|
||||||
|
HeightRequest="200"/>
|
||||||
|
|
||||||
|
|
||||||
|
</StackLayout>
|
||||||
|
</ScrollView>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
|
|
||||||
|
</ContentPage>
|
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
||||||
|
</dependentAssembly>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
@ -1,9 +1,38 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
|
<package id="Microsoft.AspNetCore.Connections.Abstractions" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.Http.Connections.Client" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.Http.Connections.Common" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.Http.Features" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.SignalR.Client" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.SignalR.Client.Core" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.SignalR.Common" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.AspNetCore.SignalR.Protocols.Json" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Bcl.AsyncInterfaces" version="1.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Configuration" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Configuration.Abstractions" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Configuration.Binder" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.DependencyInjection" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Logging" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Logging.Abstractions" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Options" version="3.1.0" targetFramework="net472" />
|
||||||
|
<package id="Microsoft.Extensions.Primitives" version="3.1.0" targetFramework="net472" />
|
||||||
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
|
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
|
||||||
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
|
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
|
||||||
<package id="MvvmCross.Plugin.BLE" version="2.1.1" targetFramework="net472" />
|
<package id="MvvmCross.Plugin.BLE" version="2.1.1" targetFramework="net472" />
|
||||||
<package id="Plugin.BLE" version="2.1.1" targetFramework="net472" />
|
<package id="Plugin.BLE" version="2.1.1" targetFramework="net472" />
|
||||||
<package id="Rg.Plugins.Popup" version="1.2.0.223" targetFramework="net472" />
|
<package id="Rg.Plugins.Popup" version="1.2.0.223" targetFramework="net472" />
|
||||||
|
<package id="System.Buffers" version="4.5.0" targetFramework="net472" />
|
||||||
|
<package id="System.ComponentModel.Annotations" version="4.7.0" targetFramework="net472" />
|
||||||
|
<package id="System.IO.Pipelines" version="4.7.0" targetFramework="net472" />
|
||||||
|
<package id="System.Memory" version="4.5.3" targetFramework="net472" />
|
||||||
|
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
|
||||||
|
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.0" targetFramework="net472" />
|
||||||
|
<package id="System.Text.Encodings.Web" version="4.7.0" targetFramework="net472" />
|
||||||
|
<package id="System.Text.Json" version="4.7.0" targetFramework="net472" />
|
||||||
|
<package id="System.Threading.Channels" version="4.7.0" targetFramework="net472" />
|
||||||
|
<package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net472" />
|
||||||
|
<package id="System.ValueTuple" version="4.5.0" targetFramework="net472" />
|
||||||
<package id="Xamarin.Forms" version="2.5.0.121934" targetFramework="net472" />
|
<package id="Xamarin.Forms" version="2.5.0.121934" targetFramework="net472" />
|
||||||
</packages>
|
</packages>
|