master
Baptiste ARNAUD 6 years ago
parent 1f8da6aff0
commit e6b5fe8ae9

@ -3,8 +3,7 @@
Style="{StaticResource Key=MyBackGroundColorStyle}"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="TheGameExtreme.view.HomePage"
BackgroundColor="{Binding UpdateSourceEventName=swTheme}">
x:Class="TheGameExtreme.view.HomePage">
<StackLayout BackgroundColor="Transparent">
<Grid>

@ -11,8 +11,7 @@ namespace TheGameExtreme.view
public Settings()
{
InitializeComponent();
InitializeComponent();
}
private void CBBr_CheckedChanged(object sender, CheckedChangedEventArgs e)
@ -20,7 +19,6 @@ namespace TheGameExtreme.view
if(CBBr.IsChecked == true)
{
CBFr.IsChecked = !CBBr.IsChecked;
}
@ -48,7 +46,7 @@ namespace TheGameExtreme.view
private void ChangeBackGroundColorHomePage()
{
}

Loading…
Cancel
Save