diff --git a/UserInterface/SystemThemesDemo/SystemThemesDemo.Android/SystemThemesDemo.Android.csproj b/UserInterface/SystemThemesDemo/SystemThemesDemo.Android/SystemThemesDemo.Android.csproj index 068fd39c74..3d49c88029 100644 --- a/UserInterface/SystemThemesDemo/SystemThemesDemo.Android/SystemThemesDemo.Android.csproj +++ b/UserInterface/SystemThemesDemo/SystemThemesDemo.Android/SystemThemesDemo.Android.csproj @@ -53,7 +53,7 @@ - + diff --git a/UserInterface/SystemThemesDemo/SystemThemesDemo.iOS/SystemThemesDemo.iOS.csproj b/UserInterface/SystemThemesDemo/SystemThemesDemo.iOS/SystemThemesDemo.iOS.csproj index 787498db0f..22afa1c392 100644 --- a/UserInterface/SystemThemesDemo/SystemThemesDemo.iOS/SystemThemesDemo.iOS.csproj +++ b/UserInterface/SystemThemesDemo/SystemThemesDemo.iOS/SystemThemesDemo.iOS.csproj @@ -123,7 +123,7 @@ - + diff --git a/UserInterface/SystemThemesDemo/SystemThemesDemo/App.xaml b/UserInterface/SystemThemesDemo/SystemThemesDemo/App.xaml index 99b74dbb86..f89aa9b57b 100644 --- a/UserInterface/SystemThemesDemo/SystemThemesDemo/App.xaml +++ b/UserInterface/SystemThemesDemo/SystemThemesDemo/App.xaml @@ -7,44 +7,39 @@ x:Class="SystemThemesDemo.App"> - - - - - - - - + Transparent + + + White + WhiteSmoke + WhiteSmoke + Black + Black + White + Gray + + + Black + Teal + Teal + White + White + White + WhiteSmoke @@ -64,7 +59,7 @@ @@ -72,7 +67,7 @@ diff --git a/UserInterface/SystemThemesDemo/SystemThemesDemo/SystemThemesDemo.csproj b/UserInterface/SystemThemesDemo/SystemThemesDemo/SystemThemesDemo.csproj index 642d6d18b5..00bd772da8 100644 --- a/UserInterface/SystemThemesDemo/SystemThemesDemo/SystemThemesDemo.csproj +++ b/UserInterface/SystemThemesDemo/SystemThemesDemo/SystemThemesDemo.csproj @@ -11,7 +11,7 @@ - + diff --git a/UserInterface/SystemThemesDemo/SystemThemesDemo/Views/UserDetailsPage.xaml b/UserInterface/SystemThemesDemo/SystemThemesDemo/Views/UserDetailsPage.xaml index b2627cc91c..dc4f2203c7 100644 --- a/UserInterface/SystemThemesDemo/SystemThemesDemo/Views/UserDetailsPage.xaml +++ b/UserInterface/SystemThemesDemo/SystemThemesDemo/Views/UserDetailsPage.xaml @@ -4,7 +4,7 @@ xmlns:local="clr-namespace:SystemThemesDemo" x:Class="SystemThemesDemo.Views.UserDetailsPage" Title="User Details" - BackgroundColor="{DynamicResource PageBackgroundColor}"> + BackgroundColor="{AppThemeBinding Light={StaticResource LightPageBackgroundColor}, Dark={StaticResource DarkPageBackgroundColor}}"> @@ -15,7 +15,7 @@ - +