master
Baptiste ARNAUD 6 years ago
parent 1f8da6aff0
commit e6b5fe8ae9

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

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

Loading…
Cancel
Save