summaryrefslogtreecommitdiffstats
path: root/include/androidfw/ResourceTypes.h
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-22 19:10:56 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-08-25 17:47:30 -0700
commit31245b4f06003f1c8cd44c31b387c96ab4e282f9 (patch)
treeec59d73e6b6e563876ed8c4e5de331b4df17549e /include/androidfw/ResourceTypes.h
parent5b8e5a7d4c930b42e1a3c2b3e67144b89d37efa2 (diff)
downloadframeworks_base-31245b4f06003f1c8cd44c31b387c96ab4e282f9.zip
frameworks_base-31245b4f06003f1c8cd44c31b387c96ab4e282f9.tar.gz
frameworks_base-31245b4f06003f1c8cd44c31b387c96ab4e282f9.tar.bz2
Introduce anydpi density resource qualifier
This is meant to be used with scaleable vector drawables, and are chosen as the best match unless there is a configuration that matches the density requested exactly. Bug:17007265 Change-Id: Ic3288d0236fe0bff20bb1599aba2582c25b0db32
Diffstat (limited to 'include/androidfw/ResourceTypes.h')
-rw-r--r--include/androidfw/ResourceTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h
index 1af497c..11568d2 100644
--- a/include/androidfw/ResourceTypes.h
+++ b/include/androidfw/ResourceTypes.h
@@ -954,6 +954,7 @@ struct ResTable_config
DENSITY_XHIGH = ACONFIGURATION_DENSITY_XHIGH,
DENSITY_XXHIGH = ACONFIGURATION_DENSITY_XXHIGH,
DENSITY_XXXHIGH = ACONFIGURATION_DENSITY_XXXHIGH,
+ DENSITY_ANY = ACONFIGURATION_DENSITY_ANY,
DENSITY_NONE = ACONFIGURATION_DENSITY_NONE
};