This repository was archived by the owner on Nov 14, 2020. It is now read-only.
File tree 1 file changed +5
-18
lines changed
src/XamarinAzureChallenge/XamarinAzureChallenge/Pages
1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 19
19
Aspect =" AspectFill"
20
20
Source =" backgroundImage.png" />
21
21
22
- <Grid
22
+ <StackLayout
23
23
Padding =" 18,0,18,0"
24
- AbsoluteLayout.LayoutBounds=" 0, 0.75,1,0.4 "
24
+ AbsoluteLayout.LayoutBounds=" 0, 0, 1, 1 "
25
25
AbsoluteLayout.LayoutFlags=" All"
26
- HorizontalOptions =" CenterAndExpand" >
27
-
28
- <Grid .RowDefinitions>
29
- <RowDefinition Height =" *" />
30
- <RowDefinition Height =" *" />
31
- <RowDefinition Height =" 3.5*" />
32
- <RowDefinition Height =" *" />
33
- </Grid .RowDefinitions>
34
- <Grid .ColumnDefinitions>
35
- <ColumnDefinition Width =" Auto" />
36
- </Grid .ColumnDefinitions>
26
+ HorizontalOptions =" CenterAndExpand"
27
+ VerticalOptions =" CenterAndExpand" >
37
28
38
29
<Image
39
- Grid.Row=" 0"
40
30
Source =" {Binding ImageResult}" />
41
31
42
32
<Label
43
- Grid.Row=" 1"
44
33
FontSize =" 26"
45
34
HorizontalTextAlignment =" Center"
46
35
Text =" {Binding TextResult}"
47
36
TextColor =" White" />
48
37
49
38
<Label
50
39
VerticalOptions =" FillAndExpand"
51
- Grid.Row=" 2"
52
40
Margin =" 5,0,5,60"
53
41
FontSize =" 16"
54
42
HorizontalTextAlignment =" Center"
57
45
TextColor =" White" />
58
46
59
47
<Button
60
- Grid.Row=" 3"
61
48
Padding =" 5"
62
49
Command =" {Binding EditYourSubmissionCommand}"
63
50
HorizontalOptions =" FillAndExpand"
64
51
Image =" back_arrow"
65
52
Style =" {StaticResource ButtonStyle}"
66
53
Text =" Edit submission"
67
54
IsVisible =" {Binding IsBackButtonVisible}" />
68
- </Grid >
55
+ </StackLayout >
69
56
</AbsoluteLayout >
70
57
71
58
</ContentPage .Content>
You can’t perform that action at this time.
0 commit comments