from what i understand is that there is 2 themes in wp7, light and dark. I notice the application bar has generic images, they change to light or dark automatically.
But i placed a image from the SDK icons directory onto xml screen, i noticed they have 2 variants, light or dark.
Problem is that when i view the page with dark or light, the application bar buttons change according to the theme but the image doesn't.
Am i doing this right? Maybe not :-)
So do i have to check for a event change or something? So i know the theme has changed to automatically update the image from light to dark (or dark to light).
If this is the case, i am using mvvmlight and have my code behind quite clean, is this possible to do within the viewmodel or must it take place in the app.xaml?
Any help or info gratefully appreciated