0

I am working on Windows Phone 8 application.

I have Application Bar with icon, I have set the Background and Foreground color to the icons as well.

ApplicationBar.BackgroundColor // Orange

ApplicationBar.ForegroundColor // White 

So now the Application bar looks like this :

enter image description here

Now my phone theme settings i have set the Accent color as pink so when i tap on the icon it looks like this :

enter image description here

But when i tap on the icon i want the effect to be is like this, even if my Phone setting Accent color is pink or some other color and background is set to light or dark.

enter image description here

Goofy
  • 6,098
  • 17
  • 90
  • 156

1 Answers1

0

It is not possible to change the behaviour of the ApplicationBar in the way you describe.
The ApplicationBar is not a regular control and it is not possible to alter it's behaviour in this way.

If you really, really want to get the behaviour you're after you'll need to create your own replacement for the ApplicationBar.

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
  • 2
    Say if i give foreground color as brown then on tap on icon and its with brown color only, but why its not same case with white color ? – Goofy Apr 24 '14 at 10:03