diff --git a/OrderStacks.Android/Properties/AndroidManifest.xml b/OrderStacks.Android/Properties/AndroidManifest.xml index 3ccb5f1..7ceb274 100644 --- a/OrderStacks.Android/Properties/AndroidManifest.xml +++ b/OrderStacks.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/OrderStacks/view/HomePage.xaml b/OrderStacks/view/HomePage.xaml index cffa6f2..3e51ef0 100644 --- a/OrderStacks/view/HomePage.xaml +++ b/OrderStacks/view/HomePage.xaml @@ -18,11 +18,11 @@ - - + + - - + + 1) { - await DisplayAlert("Veuillez passer le téléphone au joueur suivant : " + viewmodel.Pseudo, null, "OK"); + await DisplayAlert("C'est à " + viewmodel.Pseudo + " de jouer", null, "OK"); } InflateHand(); canvasView.InvalidateSurface(); diff --git a/OrderStacks/view/TouchManipulationCard.cs b/OrderStacks/view/TouchManipulationCard.cs index a983eee..9b96d69 100644 --- a/OrderStacks/view/TouchManipulationCard.cs +++ b/OrderStacks/view/TouchManipulationCard.cs @@ -88,7 +88,7 @@ namespace OrderStacks.view textPaint.Color = Color; textPaint.StrokeWidth = 5; - textPaint.Style = SKPaintStyle.StrokeAndFill; + textPaint.Style = SKPaintStyle.Fill; SKRect card; @@ -101,7 +101,7 @@ namespace OrderStacks.view textPaint1.Style = SKPaintStyle.StrokeAndFill; textPaint2.Color = Color; textPaint2.StrokeWidth = 5; - textPaint2.Style = SKPaintStyle.StrokeAndFill; + textPaint2.Style = SKPaintStyle.Fill; } else { diff --git a/com.uca.orderStacks.apk b/com.uca.orderStacks.apk index 442c269..af096b3 100644 Binary files a/com.uca.orderStacks.apk and b/com.uca.orderStacks.apk differ