|
26 | 26 | IsVisible="{Binding GameStatus, Mode=OneWay, Converter={StaticResource GameStatusVisibleConverter}, ConverterParameter=Start}"> |
27 | 27 | <VerticalStackLayout |
28 | 28 | FlexLayout.Basis="500" |
| 29 | + Padding="5,0" |
29 | 30 | FlexLayout.Grow="2"> |
30 | | - <Label |
31 | | - VerticalTextAlignment="Center" |
32 | | - Text="Enter your Gamername" |
33 | | - FontSize="Header" /> |
| 31 | + <Label Text="Enter your player name" /> |
34 | 32 | <Entry |
35 | 33 | IsEnabled="{Binding IsNameEnterable, Mode=OneWay}" |
36 | 34 | Text="{Binding Name, Mode=TwoWay }" |
37 | | - Placeholder="Enter your name"/> |
| 35 | + Placeholder="Enter your player name"/> |
38 | 36 | </VerticalStackLayout> |
39 | | - <Grid |
| 37 | + <Grid |
40 | 38 | FlexLayout.Basis="300" |
41 | 39 | FlexLayout.Grow="1" |
42 | 40 | Margin="0,5,0,0" |
| 41 | + Padding="5,0" |
43 | 42 | ColumnDefinitions="*, auto" |
44 | 43 | MinimumWidthRequest="250" |
45 | 44 | IsVisible="{Binding GameStatus, Mode=OneWay, Converter={StaticResource GameStatusVisibleConverter}, ConverterParameter=Start}"> |
|
63 | 62 | IsVisible="{Binding GameStatus, Mode=OneWay, Converter={StaticResource GameStatusVisibleConverter}, ConverterParameter=Cancelable}" |
64 | 63 | Wrap="Wrap" |
65 | 64 | JustifyContent="Center" |
66 | | - AlignItems="Center"> |
67 | | - <components:PegSelectionView /> |
| 65 | + AlignItems="End"> |
| 66 | + <components:PegSelectionView Padding="5,0" VerticalOptions="End" /> |
68 | 67 | <Grid |
69 | 68 | FlexLayout.Basis="200" |
70 | 69 | FlexLayout.Grow="1" |
71 | 70 | ColumnDefinitions="*, auto" |
72 | | - Padding="0,10" |
73 | | - MinimumWidthRequest="250"> |
| 71 | + MinimumWidthRequest="250" |
| 72 | + VerticalOptions="End" |
| 73 | + Padding="5,0" |
| 74 | + Margin="0,5,0,0"> |
74 | 75 | <Button |
75 | 76 | Grid.Column="0" |
76 | 77 | Text="Move" |
|
86 | 87 | </Grid> |
87 | 88 | </FlexLayout> |
88 | 89 |
|
89 | | - <ScrollView Grid.Row="2" Padding="0,0,0,15" x:Name="pegScrollView" HorizontalOptions="CenterAndExpand"> |
| 90 | + <ScrollView Grid.Row="2" Padding="0,15,0,15" x:Name="pegScrollView" HorizontalOptions="CenterAndExpand"> |
90 | 91 | <ListView |
91 | 92 | x:Name="test" |
92 | 93 | HorizontalOptions="FillAndExpand" |
|
0 commit comments