aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
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$