MessageDialog ignores RequestedTheme in Universal Windows Phone app

In my application, I set the "Light" theme as the theme of the theme App.Current.RequestedTheme = ApplicationTheme.Light;

, the whole application applies this "Light" theme regardless of the current phone theme. But everyone is MessageDialog

using the phone theme. for example, the phone theme Dark MessageDialog

applies a dark theme.

Can I install a theme MessageDialog

?

+3


source to share


1 answer


Try ContentDialog for Windows Phone part for Universal App, for Windows part use Flyout or Popup



+1


source







All Articles