Jump to content

Developers: Make your Tiles Transparent for Windows Phone 8.1


Recommended Posts

Guest Larry Lieberman
Posted

As you have likely seen by now, Windows Phone 8.1 is full of many amazing new features, but perhaps one of the most visually striking is the new Start Background feature, which allows people to set their Start screen to have a background image displayed behind the tiles.

63c46ef3565d82427e923a9441eb71b2.png.bda235b536590f51c0ae53fcabe391cd.png

Figure 1Start Background in Windows Phone 8.1

There’s just one thing though… in order for users to see the image behind the tiles, the app’s tile needs to have a transparent background, so if yours doesn’t have this yet, here’s how to do it.

[Do note that if you used a transparent image asset for your tiles in Windows Phone 8.0, (which many did, since this is how you would have achieved a tile that respects the users’ accent color choice), then your tile will automatically support Start Background.]

1) Use a transparent .png for your tile

2) For those of you already targeting Windows Phone 8.1, update the ‘Background color’ setting in your package.appxmanifest file, (on the “Visual Assets” tab), to ‘transparent.’ There are, by the way, many different free image editors out there to assist you in this, my own personal favorite is Microsoft Expression Design).

302ac34e30c688cc946244c4288eee49.png.cdecec48a53110de4697f19c2fdd57d7.png

Figure 2For WP 8.1 XAML Apps, set Background color to 'transparent'

3) For a dynamically generated live tile, you’ll need to take an extra step: make certain that whatever mechanism you are using to generate your tile is building a transparent .png, (libraries like WriteableBitmapEx support this).

Start Background is one of the most popular new features of Windows Phone 8.1, and adding this capability can greatly improve your users’ experience. If you haven’t yet, we highly recommend that you take advantage of this feature today.

 

 

 

 

 

 

 

 

 

 

 

2880b3c28a16bcee30a11d65626b91a6._.gif.ec3e55c3229d8e2afc2ba89bc493a477.gif

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...