|
|
@ -10,6 +10,9 @@
|
|
|
|
<Grid RowDefinitions="166,*" ColumnDefinitions="30,*,30" Padding="10,20,10,0">
|
|
|
|
<Grid RowDefinitions="166,*" ColumnDefinitions="30,*,30" Padding="10,20,10,0">
|
|
|
|
|
|
|
|
|
|
|
|
<Image Source="arrowback" VerticalOptions="Start" WidthRequest="30">
|
|
|
|
<Image Source="arrowback" VerticalOptions="Start" WidthRequest="30">
|
|
|
|
|
|
|
|
<Image.GestureRecognizers>
|
|
|
|
|
|
|
|
<TapGestureRecognizer Tapped="Back_Tapped"/>
|
|
|
|
|
|
|
|
</Image.GestureRecognizers>
|
|
|
|
</Image>
|
|
|
|
</Image>
|
|
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="1" WidthRequest="290" HeightRequest="166" StrokeShape="RoundRectangle 5" VerticalOptions="Start" HorizontalOptions="Center">
|
|
|
|
<Border Grid.Row="0" Grid.Column="1" WidthRequest="290" HeightRequest="166" StrokeShape="RoundRectangle 5" VerticalOptions="Start" HorizontalOptions="Center">
|
|
|
|