From 56334c5202bcf66098a2d547e21a5bade2da7f10 Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Tue, 7 Jun 2016 16:52:06 -0700 Subject: [PATCH] Correct the size of example bitmap for xxhdpi. Bug: https://code.google.com/p/android/issues/detail?id=156314 Change-Id: Ib95efa2767aa52cb2e11195499828ca41e58eb50 (cherry picked from commit 8c719cece6c6fa794d0f8401839a742923731656) --- docs/html/guide/practices/screens_support.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/practices/screens_support.jd b/docs/html/guide/practices/screens_support.jd index b6f1c49c7c782..9faa6a6f05d4d 100644 --- a/docs/html/guide/practices/screens_support.jd +++ b/docs/html/guide/practices/screens_support.jd @@ -677,7 +677,7 @@ a bitmap drawable that's 48x48 pixels for medium-density screens, all the differ
  • 48x48 (1.0x baseline) for medium-density
  • 72x72 (1.5x) for high-density
  • 96x96 (2.0x) for extra-high-density
  • -
  • 180x180 (3.0x) for extra-extra-high-density
  • +
  • 144x144 (3.0x) for extra-extra-high-density
  • 192x192 (4.0x) for extra-extra-extra-high-density (launcher icon only; see note above)