Merge remote-tracking branch 'origin/master'

test_old_branch
Jules LASCRET 1 year ago
commit 2864310742

@ -3,41 +3,40 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Qwirkle.Pages.Settings" x:Class="Qwirkle.Pages.Settings"
Title="Settings"> Title="Settings">
<VerticalStackLayout <VerticalStackLayout>
BackgroundColor="#F2CD88">
<Label
<Label
Text="Settings" Text="Settings"
TextColor="Black" TextColor="Black"
FontSize="51" FontSize="51"
VerticalOptions="Center" VerticalOptions="Center"
HorizontalOptions="Center" /> HorizontalOptions="Center" />
<Label <HorizontalStackLayout>
Text="Sound" <Label
TextColor="Black" Text="Sound"
VerticalOptions="Start" TextColor="Black"
HorizontalOptions="Start" /> VerticalOptions="Start"
HorizontalOptions="Start"
FontAttributes="Bold"
FontSize="20"
Margin="10"/>
<Grid RowDefinitions="Auto,Auto" ColumnDefinitions="0.5*,0.5*">
<Switch <Switch
Grid.Column="1" IsToggled="True"
HorizontalOptions="End" HorizontalOptions="Start"
ThumbColor="AliceBlue"/> ThumbColor="AliceBlue"/>
<Slider </HorizontalStackLayout>
Grid.Row="1"
Grid.ColumnSpan="2" <Slider
Margin="10" Value="5"
Minimum="0" WidthRequest="700"
Maximum="10" HorizontalOptions="Start"
Value="3" /> />
</Grid>
</VerticalStackLayout> </VerticalStackLayout>
</ContentPage> </ContentPage>
Loading…
Cancel
Save