parent
1ff7e4f3e2
commit
88a7e41aa4
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 47 KiB |
@ -1,51 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<ContentPage BackgroundColor="{DynamicResource BlackColor}" x:Name="pageContentSetting"
|
|
||||||
|
|
||||||
xmlns="http://xamarin.com/schemas/2014/forms"
|
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
||||||
xmlns:resources="clr-namespace:TheGameExtreme.Resx"
|
|
||||||
x:Class="TheGameExtreme.view.Settings">
|
|
||||||
|
|
||||||
<Grid
|
|
||||||
Margin="20,20,20,20">
|
|
||||||
<Grid.RowDefinitions>
|
|
||||||
<RowDefinition Height="15*"/>
|
|
||||||
<RowDefinition Height="28*"/>
|
|
||||||
<RowDefinition Height="28*"/>
|
|
||||||
<RowDefinition Height="28*"/>
|
|
||||||
</Grid.RowDefinitions>
|
|
||||||
|
|
||||||
<StackLayout
|
|
||||||
Grid.Row="0">
|
|
||||||
<ImageButton Source="ArrowSettingsBack.png"
|
|
||||||
VerticalOptions="Start"
|
|
||||||
HorizontalOptions="StartAndExpand"
|
|
||||||
HeightRequest="40"
|
|
||||||
WidthRequest="50"
|
|
||||||
Clicked="SettingToHomePage"
|
|
||||||
BackgroundColor="{DynamicResource BlackColor}"
|
|
||||||
Margin="10,10,0,0"/>
|
|
||||||
</StackLayout>
|
|
||||||
|
|
||||||
|
|
||||||
<StackLayout
|
|
||||||
Grid.Row="2"
|
|
||||||
Orientation="Horizontal">
|
|
||||||
|
|
||||||
<Label
|
|
||||||
Text="{x:Static resources:AppResources.WhiteTheme}"
|
|
||||||
FontSize="25"
|
|
||||||
TextColor="{DynamicResource WhiteColor}"/>
|
|
||||||
|
|
||||||
<Switch
|
|
||||||
Toggled="Switch_Toggled_Theme"
|
|
||||||
Margin="30,0,0,50"
|
|
||||||
x:Name="swTheme"
|
|
||||||
OnColor="{DynamicResource SkyBlueColor}"
|
|
||||||
ThumbColor="WhiteSmoke"/>
|
|
||||||
</StackLayout>
|
|
||||||
|
|
||||||
</Grid>
|
|
||||||
|
|
||||||
</ContentPage>
|
|
Loading…
Reference in new issue