Is there a best practice approach for implementing a light theme for a Xamarin Forms Windows Phone app? For the other platforms, you can specify the theme and the controls will use a dark or light color appropriately. For Windows Phone, you typically need to style the elements with global xaml styles. Is there a Xamarin Forms Resource Dictionary with light themes?
↧