Microsoft have a long list of great Live Tile templates, but no real guide on how to make them. I am trying to put together the XML for TileSquare71x71IconWithBadge, but the example XML is missing from that list for this one. What would that XML look like? The closest I have gotten is this, but it does not work:
<?xml version="1.0" encoding="utf-8" ?>
<tile>
<visual version="3">
<binding template="TileSquare71x71IconWithBadge" fallback="null">
<image id="1" src="image1" alt="alt text"/>
<text id="1">36</text>
</binding>
</visual>
</tile>
The only change to the tile with this is that 36 is in the bottom left corner of the tile; however, all of the example template xml files they have work great.
(Note: The template I am after is at the very bottom of the page.)