Révision 4e39035b GES_PAC/View/SetListView.xaml
GES_PAC/View/SetListView.xaml | ||
---|---|---|
13 | 13 |
<ScrollView> |
14 | 14 |
<StackLayout Spacing="100"> |
15 | 15 |
|
16 |
<Label Text="Pas de série disponible"
|
|
16 |
<Label Text="{Binding LastSetText}"
|
|
17 | 17 |
FontSize="18" |
18 | 18 |
HorizontalOptions="Center"/> |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
</StackLayout> |
22 | 22 |
</ScrollView> |
23 |
<StackLayout |
|
24 |
Margin="10" |
|
25 |
HorizontalOptions="CenterAndExpand" |
|
26 |
Orientation="Horizontal" |
|
27 |
VerticalOptions="FillAndExpand"> |
|
28 |
|
|
29 |
<Button |
|
30 |
Text="Créer une série" |
|
31 |
Command="{Binding GoToCreateSetCommand}" |
|
32 |
Style="{StaticResource btnNormal}" |
|
33 |
VerticalOptions="End"/> |
|
34 |
</StackLayout> |
|
23 |
<Grid ColumnDefinitions="*,Auto,*,Auto,*" |
|
24 |
HorizontalOptions="Center" |
|
25 |
VerticalOptions="FillAndExpand"> |
|
26 |
|
|
27 |
<Button |
|
28 |
Grid.Column="1" |
|
29 |
Text="Reprendre la série" |
|
30 |
Command="{Binding GoToLastSetCommand}" |
|
31 |
Style="{StaticResource btnNormal}" |
|
32 |
VerticalOptions="End" |
|
33 |
HorizontalOptions="Start" |
|
34 |
IsVisible="{Binding HasLastSet}" |
|
35 |
Margin="0,0,20,20"/> |
|
36 |
|
|
37 |
<Button |
|
38 |
Grid.Column="3" |
|
39 |
Text="Créer une série" |
|
40 |
Command="{Binding GoToCreateSetCommand}" |
|
41 |
Style="{StaticResource btnNormal}" |
|
42 |
VerticalOptions="End" |
|
43 |
HorizontalOptions="End" |
|
44 |
Margin="20,0,0,20"/> |
|
45 |
</Grid> |
|
46 |
|
|
35 | 47 |
</StackLayout> |
36 | 48 |
<Grid Grid.RowSpan="1" IsVisible="{Binding IsBusy}"> |
37 | 49 |
<Border StrokeThickness="0" |
Formats disponibles : Unified diff