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