Révision 957bebf1 GES_PAC/View/MainView.xaml
GES_PAC/View/MainView.xaml | ||
---|---|---|
13 | 13 |
<ScrollView> |
14 | 14 |
<StackLayout Spacing="100"> |
15 | 15 |
|
16 |
<Label Text="Bonjour" |
|
17 |
FontSize="22" |
|
18 |
FontAttributes="Bold" |
|
19 |
HorizontalOptions="Center"/> |
|
16 |
<Grid ColumnDefinitions="*,Auto,*" Padding="10"> |
|
17 |
|
|
18 |
<Button Text="Exporter" |
|
19 |
Command="{Binding ExportDataCommand}" |
|
20 |
Grid.Column="0" |
|
21 |
HorizontalOptions="Start" |
|
22 |
VerticalOptions="Center" /> |
|
23 |
|
|
24 |
<Label Text="Bonjour" |
|
25 |
Grid.Column="1" |
|
26 |
FontSize="22" |
|
27 |
FontAttributes="Bold" |
|
28 |
HorizontalOptions="Center" |
|
29 |
VerticalOptions="Center" /> |
|
30 |
|
|
31 |
</Grid> |
|
20 | 32 |
|
21 | 33 |
<Label Text="{Binding CurrentDayText}" |
22 | 34 |
FontSize="18" |
Formats disponibles : Unified diff