|
|
@ -3,8 +3,7 @@
|
|
|
|
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"
|
|
|
@ -13,29 +12,29 @@
|
|
|
|
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"
|
|
|
|
<Grid RowDefinitions="Auto,Auto" ColumnDefinitions="0.5*,0.5*">
|
|
|
|
FontSize="20"
|
|
|
|
|
|
|
|
Margin="10"/>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|