From 9c35004eabc48509c22d27f0a32ef7391e7ce923 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 8 Jul 2013 11:11:52 -0700 Subject: [PATCH] add xxhdpi information to tablet checklist Change-Id: I8eff162527a9de59c667a7152b70eed7590ddbe3 --- docs/html/distribute/googleplay/quality/tablet.jd | 82 +++++++++++++---------- 1 file changed, 45 insertions(+), 37 deletions(-) diff --git a/docs/html/distribute/googleplay/quality/tablet.jd b/docs/html/distribute/googleplay/quality/tablet.jd index 03c180b51ce7..5a707be03ebb 100644 --- a/docs/html/distribute/googleplay/quality/tablet.jd +++ b/docs/html/distribute/googleplay/quality/tablet.jd @@ -25,9 +25,7 @@ page.title=Tablet App Quality Checklist -

Before you publish an app on Google Play, it's important to make sure that -the app meets the basic expectations of tablet users through compelling features -and an intuitive, well-designed UI.

+

Before you publish an app on Google Play, it's important to make sure that the app meets the basic expectations of tablet users through compelling features and an intuitive, well-designed UI.

Tablets are a growing part of the Android installed base that offers new opportunities for 4. Use Icons and other assets that are designed for tablet screens -

So that your app looks its best, make sure to use icons and other bitmap -assets that are created specifically for the densities used by tablet screens. -Specifically, you should create sets of alternative bitmap drawables for each -density in the range commonly supported by tablets.

+

To ensure your app looks its best, provide icons and other bitmap +assets for each density in the range commonly supported by tablets. Specifically, you should +design your icons for the action bar, notifications, and launcher according to the +Iconography guidelines and +provide them in multiple densities, so they appear at the appropriate size on all screens +without blurring or other scaling artifacts.

Table 1. Raw asset sizes for icon types. - - + + - - - - + + + + - - - - + + + + @@ -294,34 +294,42 @@ density in the range commonly supported by tablets.

- - - - + + + + + + + + + + +
Density LauncherDensityLauncher Action Bar Small/Contextual Notification
mdpi48x48px32x32px16x16px24x24px48x48 px32x32 px16x16 px24x24 px
hdpi72x72px48x48px24x24px36x36px72x72 px48x48 px24x24 px36x36 px
tvdpi
xhdpi96x96px64x64px32x32px48x48px96x96 px64x64 px32x32 px48x48 px
xxhdpi144x144 px96x96 px48x48 px74x74 px
-

Other points to consider:

+

Your app should supply a version of each icon and bitmap asset that's optimized +for at least one the following common tablet screen densities:

-

At a minimum, your app should supply sets of - custom drawables and assets for common tablet screen densities, - tagged with these qualifiers as appropriate:

+

Other tips:

@@ -331,8 +339,8 @@ gets loaded.