On our previous windows 8 post we had a look at how can we change tiles of an application. After customizing these tiles, the next step is how can we change it's background.
After creating a Windows Store App project, app is coming with below default background and text color.
We can change them from "Foreground text" and "Background color" under Application UI in Applicaiton Manifest.
I will set background color as white, In order to do that I'll assign background color code "#FFFFFF". After setting white background color, I'll change text foreground color as "Dark".
After these changes, our tiles will look like below.
Showing "Applicaiton name" on tile is up to you, there are several options to show it. We can change application name from "Show Name" under "Application UI" in Applicaiton Manifest. We'll find below options for that:
ie. After selecting Wide Logo Only our small tile will be like below.
https://twitter.com/ikivanc