Révision 4e39035b GES_PAC/View/MainView.xaml
GES_PAC/View/MainView.xaml | ||
---|---|---|
14 | 14 |
<StackLayout Spacing="100"> |
15 | 15 |
|
16 | 16 |
<Label Text="Bonjour" |
17 |
FontSize="22" |
|
18 |
FontAttributes="Bold" |
|
19 |
HorizontalOptions="Center"/> |
|
17 |
FontSize="22"
|
|
18 |
FontAttributes="Bold"
|
|
19 |
HorizontalOptions="Center"/>
|
|
20 | 20 |
|
21 | 21 |
<Label Text="Pas de journée disponible" |
22 |
FontSize="18" |
|
23 |
HorizontalOptions="Center"/> |
|
22 |
FontSize="18"
|
|
23 |
HorizontalOptions="Center"/>
|
|
24 | 24 |
|
25 | 25 |
<Label Text="Créez une journée pour commencer" |
26 |
FontSize="16" |
|
27 |
HorizontalOptions="Center" |
|
28 |
Padding="10"/> |
|
26 |
FontSize="16"
|
|
27 |
HorizontalOptions="Center"
|
|
28 |
Padding="10"/>
|
|
29 | 29 |
|
30 | 30 |
</StackLayout> |
31 | 31 |
</ScrollView> |
... | ... | |
36 | 36 |
VerticalOptions="FillAndExpand"> |
37 | 37 |
|
38 | 38 |
<Button |
39 |
Text="Créer une journée"
|
|
40 |
Command="{Binding GoToCreateDayCommand}"
|
|
41 |
Style="{StaticResource btnNormal}"
|
|
42 |
VerticalOptions="End"/>
|
|
39 |
Text="Créer une journée" |
|
40 |
Command="{Binding GoToCreateDayCommand}" |
|
41 |
Style="{StaticResource btnNormal}" |
|
42 |
VerticalOptions="End"/> |
|
43 | 43 |
</StackLayout> |
44 | 44 |
</StackLayout> |
45 | 45 |
<Grid Grid.RowSpan="1" IsVisible="{Binding IsBusy}"> |
46 | 46 |
<Border StrokeThickness="0" |
47 |
Background="Black"
|
|
48 |
Opacity="0.5"
|
|
49 |
Padding="20"
|
|
50 |
WidthRequest="160"
|
|
51 |
HeightRequest="160"
|
|
52 |
HorizontalOptions="Center"
|
|
53 |
VerticalOptions="Center"
|
|
54 |
StrokeShape="RoundRectangle 20">
|
|
47 |
Background="Black" |
|
48 |
Opacity="0.5" |
|
49 |
Padding="20" |
|
50 |
WidthRequest="160" |
|
51 |
HeightRequest="160" |
|
52 |
HorizontalOptions="Center" |
|
53 |
VerticalOptions="Center" |
|
54 |
StrokeShape="RoundRectangle 20"> |
|
55 | 55 |
|
56 | 56 |
<VerticalStackLayout HorizontalOptions="Center" VerticalOptions="Center"> |
57 | 57 |
<ActivityIndicator IsRunning="True" Color="White" /> |
58 | 58 |
<Label Text="Chargement..." |
59 |
FontSize="14"
|
|
60 |
TextColor="white"
|
|
61 |
HorizontalOptions="Center"/>
|
|
59 |
FontSize="14" |
|
60 |
TextColor="white" |
|
61 |
HorizontalOptions="Center"/> |
|
62 | 62 |
</VerticalStackLayout> |
63 | 63 |
</Border> |
64 | 64 |
</Grid> |
Formats disponibles : Unified diff