|
|
|
@ -15,7 +15,8 @@
|
|
|
|
|
MaximumHeightRequest="20"
|
|
|
|
|
Style="{StaticResource button1}"/>
|
|
|
|
|
<SearchBar Placeholder="Mots-clés (ex.: rapide, fromage)" FontAttributes="Italic"
|
|
|
|
|
BackgroundColor="White" Margin="15, 10, 15, 40"/>
|
|
|
|
|
BackgroundColor="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Gray300}}"
|
|
|
|
|
Margin="15, 10, 15, 40"/>
|
|
|
|
|
|
|
|
|
|
<!-- Direct research -->
|
|
|
|
|
<Button Text="Entrées" ImageSource="flatware_icon.png"
|
|
|
|
@ -31,15 +32,16 @@
|
|
|
|
|
<local:ContainerBase.MyContent>
|
|
|
|
|
<ScrollView>
|
|
|
|
|
<StackLayout>
|
|
|
|
|
<Label Text="Suggestions" TextColor="Black"
|
|
|
|
|
<Label Text="Suggestions" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
|
FontSize="24" Padding="15"/>
|
|
|
|
|
|
|
|
|
|
<FlexLayout
|
|
|
|
|
Margin="0, 15"
|
|
|
|
|
Wrap="Wrap"
|
|
|
|
|
JustifyContent="SpaceEvenly"
|
|
|
|
|
AlignItems="Center"
|
|
|
|
|
AlignContent="SpaceEvenly">
|
|
|
|
|
Margin="0, 15"
|
|
|
|
|
Wrap="Wrap"
|
|
|
|
|
JustifyContent="Start"
|
|
|
|
|
AlignItems="Center"
|
|
|
|
|
AlignContent="SpaceEvenly"
|
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
@ -50,12 +52,14 @@
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
|
<local:RecipeCase CaseImageSource="room_service_icon.png"/>
|
|
|
|
|
|
|
|
|
|
</FlexLayout>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
</local:ContainerBase.MyContent>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</local:ContainerBase>
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
|