Themed resources for universal apps
I am migrating a Windows Phone 8 app to the Windows General Store. What is the correct way to replace static theme resources from wp8 (e.g. PhoneFontFamilyNormal, PhoneFontSizeNormal, PhoneAccentBrush). Is there a similar list of themes in universal windows apps so I can override these values ββor do I need to manually change all of the styles? Thank.
FontFamily="{StaticResource PhoneFontFamilyNormal}"
FontSize="{StaticResource PhoneFontSizeNormal}"
Foreground="{StaticResource PhoneForegroundBrush}"
+3
source to share