aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-07-10 19:26:58 -0700
committerXavier Ducrohet <xav@android.com>2012-07-10 19:28:52 -0700
commit0ad91b091b3cafab2def31a049b2a65c3460c655 (patch)
tree4699d229bab95edf85f870ce78e3dc6b70a77177 /common
parent662db9123554e1b067d95e4590f2cf543b4e4f8f (diff)
downloadsdk-0ad91b091b3cafab2def31a049b2a65c3460c655.zip
sdk-0ad91b091b3cafab2def31a049b2a65c3460c655.tar.gz
sdk-0ad91b091b3cafab2def31a049b2a65c3460c655.tar.bz2
Add XXHigh density (added in JB)
Change-Id: I09f308a3187d93abfda23c63ed72ba906b65ebc9
Diffstat (limited to 'common')
-rw-r--r--common/src/com/android/resources/Density.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/com/android/resources/Density.java b/common/src/com/android/resources/Density.java
index 0584166..1f3fb52 100644
--- a/common/src/com/android/resources/Density.java
+++ b/common/src/com/android/resources/Density.java
@@ -23,6 +23,7 @@ package com.android.resources;
* as well as other places needing to know the density values.
*/
public enum Density implements ResourceEnum {
+ XXHIGH("xxhdpi", "XX-High Density", 480, 16), //$NON-NLS-1$
XHIGH("xhdpi", "X-High Density", 320, 8), //$NON-NLS-1$
HIGH("hdpi", "High Density", 240, 4), //$NON-NLS-1$
TV("tvdpi", "TV Density", 213, 13), //$NON-NLS-1$