|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
BackgroundColor="White">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="*,2*,*,*,*,*,*,*,*,*,*,*,2*">
|
|
|
|
|
<Grid RowDefinitions="*,*,*,*,*,*,*,*,*,*,*,*,2*">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton Source="back_arrow_icon.svg" Grid.Row="0" HorizontalOptions="Start"/>
|
|
|
|
@ -22,8 +22,11 @@
|
|
|
|
|
<local:CategoryView Grid.Row="9"/>
|
|
|
|
|
<local:CategoryView Grid.Row="10"/>
|
|
|
|
|
<local:CategoryView Grid.Row="11"/>
|
|
|
|
|
<BoxView HorizontalOptions="FillAndExpand"
|
|
|
|
|
HeightRequest="1.3" Grid.Row="12"/>
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout Grid.Row="12">
|
|
|
|
|
<BoxView HorizontalOptions="FillAndExpand"
|
|
|
|
|
HeightRequest="1.3"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</ContentPage>
|