How to change windows 8 live tile text color?

随声附和 提交于 2019-12-20 02:32:02

问题


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 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!


回答1:


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.



来源:https://stackoverflow.com/questions/19026005/how-to-change-windows-8-live-tile-text-color

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!