layout
This commit is contained in:
parent
31bf40d64e
commit
84a4b04122
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
<Label Text="{Binding EventDate, StringFormat='le {0:dddd d MMMM yyyy à hh:mm}'}" />
|
<Label Text="{Binding EventDate, StringFormat='le {0:dddd d MMMM yyyy à hh:mm}'}" />
|
||||||
<Label Text="{Binding Location.Address}" />
|
<Label Text="{Binding Location.Address}" />
|
||||||
<Label Text="{Binding Previsional}" />
|
<Label Text="{Binding Previsional}" />
|
||||||
<maps:Map x:Name="map"></maps:Map>
|
<maps:Map x:Name="map" VerticalOptions="FillAndExpand"></maps:Map>
|
||||||
<Button Text="Faire un devis" Clicked="MakeAnEstimate" />
|
<Button Text="Faire un devis" Clicked="MakeAnEstimate" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue