2

I am creating a windows 8 application in which I want to change foreground of live tile. I Have found a set of templates but didn't find any way to change live tile's text color.

I want to cannge color of text which is shown on the live tile

I have written following template code in my application.

<tile>
    <visual>
        <binding template=""TileWidePeekImage01"">
            <image id=""1"" src=""{0}"" alt=""alt text""/>
            <text id=""1"">ActySystem</text>
            <text id=""2"">{1} Updated: {2} {3}</text>
        </binding>
    </visual>
</tile>

Please Help me!

Vivek Jain
  • 3,811
  • 6
  • 30
  • 47
Rudresh Bhatt
  • 1,935
  • 2
  • 23
  • 29

1 Answers1

4

You have only two choice for live tile text color, white & black. Have you ever seen any live tile text with red or blue foreground, then let me see, I am desperate.

enter image description here

enter image description here

enter image description here

Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115