Renamed the view in the forms sample

This commit is contained in:
Matthew Leibowitz 2016-09-18 10:52:17 +02:00
Родитель c3c48888c1
Коммит 2507f2feed
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -3,9 +3,9 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:views="clr-namespace:SkiaSharp.Views.Forms;assembly=SkiaSharp.Views.Forms"
x:Class="SkiaSharpSample.FormsSample.DetailContentsPage">
<views:SKView x:Name="canvas" PaintSurface="OnPaintSample">
<views:SKView.GestureRecognizers>
<views:SKCanvasView x:Name="canvas" PaintSurface="OnPaintSample">
<views:SKCanvasView.GestureRecognizers>
<TapGestureRecognizer Tapped="OnTapSample" />
</views:SKView.GestureRecognizers>
</views:SKView>
</views:SKCanvasView.GestureRecognizers>
</views:SKCanvasView>
</ContentPage>