|
|
@ -88,7 +88,7 @@ namespace OrderStacks.view
|
|
|
|
|
|
|
|
|
|
|
|
textPaint.Color = Color;
|
|
|
|
textPaint.Color = Color;
|
|
|
|
textPaint.StrokeWidth = 5;
|
|
|
|
textPaint.StrokeWidth = 5;
|
|
|
|
textPaint.Style = SKPaintStyle.StrokeAndFill;
|
|
|
|
textPaint.Style = SKPaintStyle.Fill;
|
|
|
|
|
|
|
|
|
|
|
|
SKRect card;
|
|
|
|
SKRect card;
|
|
|
|
|
|
|
|
|
|
|
@ -101,7 +101,7 @@ namespace OrderStacks.view
|
|
|
|
textPaint1.Style = SKPaintStyle.StrokeAndFill;
|
|
|
|
textPaint1.Style = SKPaintStyle.StrokeAndFill;
|
|
|
|
textPaint2.Color = Color;
|
|
|
|
textPaint2.Color = Color;
|
|
|
|
textPaint2.StrokeWidth = 5;
|
|
|
|
textPaint2.StrokeWidth = 5;
|
|
|
|
textPaint2.Style = SKPaintStyle.StrokeAndFill;
|
|
|
|
textPaint2.Style = SKPaintStyle.Fill;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|