rearranged settings because they were shit

test_old_branch
Jules LASCRET 1 year ago
parent cf8073349c
commit 1d23538ebc

@ -4,7 +4,8 @@
x:Class="Qwirkle.Pages.Settings" x:Class="Qwirkle.Pages.Settings"
xmlns:controls="clr-namespace:Qwirkle.Views" xmlns:controls="clr-namespace:Qwirkle.Views"
Title="Settings"> Title="Settings">
<VerticalStackLayout> <ScrollView>
<VerticalStackLayout Spacing="25" Padding="5">
<Grid ColumnDefinitions="*, 4*,*" <Grid ColumnDefinitions="*, 4*,*"
Margin="10, 0"> Margin="10, 0">
@ -18,7 +19,13 @@
Text="Settings"/> Text="Settings"/>
</Grid> </Grid>
<HorizontalStackLayout> <VerticalStackLayout>
<Grid RowDefinitions="50"
ColumnDefinitions="*, *">
<HorizontalStackLayout Grid.Row="0"
Grid.Column="0"
HorizontalOptions="Center">
<Label <Label
Text="Sound" Text="Sound"
VerticalOptions="Start" VerticalOptions="Start"
@ -29,16 +36,21 @@
<Switch <Switch
IsToggled="True" IsToggled="True"
HorizontalOptions="Start" HorizontalOptions="Center"
ThumbColor="AliceBlue"/> ThumbColor="AliceBlue"/>
</HorizontalStackLayout> </HorizontalStackLayout>
<Slider <Slider Value="5"
Value="5" Grid.Row="0"
WidthRequest="700" Grid.Column="2"
HorizontalOptions="Start" WidthRequest="500"
/> HorizontalOptions="Center"
VerticalOptions="Center"/>
</Grid>
<Rectangle HeightRequest="2" BackgroundColor="Black" />
</VerticalStackLayout>
</VerticalStackLayout> </VerticalStackLayout>
</ScrollView>
</ContentPage> </ContentPage>
Loading…
Cancel
Save