|
|
@ -16,18 +16,20 @@
|
|
|
|
ColumnDefinitions="*, 1.5*"
|
|
|
|
ColumnDefinitions="*, 1.5*"
|
|
|
|
Margin="0, 0, 0, 30">
|
|
|
|
Margin="0, 0, 0, 30">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
Grid.Column="0"
|
|
|
|
Grid.Column="0"
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
|
Source="arrow_back.svg"/>
|
|
|
|
Source="arrow_back.svg"/>
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
FontSize="24"
|
|
|
|
FontSize="24"
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
TextColor="{StaticResource TextColorPrimary}"
|
|
|
|
Text="Search"
|
|
|
|
Text="Search"
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
FontFamily="PoppinsBold"
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Search input and filter button -->
|
|
|
|
<!-- Search input and filter button -->
|
|
|
|