Révision acb5dd8c GES_PAC/View/MainView.xaml
GES_PAC/View/MainView.xaml | ||
---|---|---|
18 | 18 |
FontAttributes="Bold" |
19 | 19 |
HorizontalOptions="Center"/> |
20 | 20 |
|
21 |
<Label Text="Pas de journée disponible"
|
|
21 |
<Label Text="{Binding CurrentDayText}"
|
|
22 | 22 |
FontSize="18" |
23 | 23 |
HorizontalOptions="Center"/> |
24 | 24 |
|
25 |
<Label Text="Créez une journée pour commencer" |
|
26 |
FontSize="16" |
|
27 |
HorizontalOptions="Center" |
|
28 |
Padding="10"/> |
|
29 |
|
|
30 | 25 |
</StackLayout> |
31 | 26 |
</ScrollView> |
32 |
<StackLayout |
|
33 |
Margin="10" |
|
34 |
HorizontalOptions="CenterAndExpand" |
|
35 |
Orientation="Horizontal" |
|
36 |
VerticalOptions="FillAndExpand"> |
|
27 |
<StackLayout HorizontalOptions="Center" VerticalOptions="EndAndExpand" Spacing="75" Margin="0, 0, 0, 50"> |
|
28 |
<Button |
|
29 |
Text="Reprendre la journée" |
|
30 |
Command="{Binding ResumeDayCommand}" |
|
31 |
Style="{StaticResource btnNormal}" |
|
32 |
VerticalOptions="End" |
|
33 |
HorizontalOptions="Center" |
|
34 |
IsVisible="{Binding HasLastDay}"/> |
|
37 | 35 |
|
38 | 36 |
<Button |
39 | 37 |
Text="Créer une journée" |
Formats disponibles : Unified diff