Pinch
Pinch

Reputation: 2888

What are the size requirements for App Icons and Tile Images in WMAppManifest.xml?

What is the size requirements for App Icons and Tile Images in WMAppManifest.xml?

Is it 62x62 for icons? I can't seem to find it documented anywhere, and Visual Studio seems to accept any image size I put in.

Upvotes: 0

Views: 672

Answers (1)

Toni Petrina
Toni Petrina

Reputation: 7112

Here you go:

The application icon (ApplicationIcon.png): For all res, 99x99 px.
Small iconic tile (IconicTileSmall.png: For all resolutions 110x110 px.
Medium iconic tile (IconicTileMedium.png): For all res, 202x202 px.
Small flip or cycle tile (FlipcycleTileSmall.png): For all resolutions 159x159 px.
Medium flip or cycle tile (FlipCycleTileMedium): For all resolutions 336x336 px.
Large flip or cycle tile (FlipCycleTileWide.png): For all res 691x336.

Upvotes: 2

Related Questions