|
|
|
@ -4,15 +4,11 @@
|
|
|
|
|
x:Class="Views.CustomHeader"
|
|
|
|
|
BackgroundColor="{StaticResource Primary}">
|
|
|
|
|
|
|
|
|
|
<Grid ColumnDefinitions="50, *">
|
|
|
|
|
|
|
|
|
|
<ImageButton Source="list_icon.png" Clicked="ImageButton_Clicked"
|
|
|
|
|
MaximumHeightRequest="20" MaximumWidthRequest="20"
|
|
|
|
|
VerticalOptions="Center"/>
|
|
|
|
|
<Grid ColumnDefinitions="*">
|
|
|
|
|
|
|
|
|
|
<Label Text="Mon app trop géniale" Grid.Column="1"
|
|
|
|
|
FontAttributes="Bold" FontSize="24" Margin="20, 0, 0, 0"
|
|
|
|
|
VerticalOptions="Center" HorizontalOptions="Start"/>
|
|
|
|
|
<Label Text="Mon app trop géniale"
|
|
|
|
|
FontAttributes="Bold" FontSize="24" TextColor="White"
|
|
|
|
|
Margin="20, 0, 0, 0" VerticalOptions="Center" HorizontalOptions="Start"/>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|