Closed DVDPT closed 10 years ago
True, but neither ApplicationBarBehavior
nor Jeff's ThemeManager
were built thinking in communicating between them! :)
Solution at this moment is just setting the ApplicationBarBehavior.BackgroundColor
and ApplicationBarBehavior.ForegroundColor
manually, like in the following example:
https://github.com/PedroLamas/GDrive/blob/master/PedroLamas.GDrive.WP7/View/NewFolderPage.xaml
If you change the app theme in runtime (e.g using Jeff Wilcox thememanager) the appbar behavior don't change to the new theme. I Implemented the following on my apps if you want to add it ;)
public class ThemeAwareApplicationBarBehavior : ApplicationBarBehavior { public ThemeAwareApplicationBarBehavior() { }