aboutsummaryrefslogtreecommitdiffstats
path: root/device_validator
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-01-22 14:59:19 -0800
committerTor Norbye <tnorbye@google.com>2013-01-22 14:59:19 -0800
commit97497b36800cf1bfa732c107e29808089a01c0df (patch)
tree7a40a666431fda19dc3b3e228871ca5afe87fd26 /device_validator
parent9f1289904984b750300dc07cf52322f05d5d987c (diff)
downloadsdk-97497b36800cf1bfa732c107e29808089a01c0df.zip
sdk-97497b36800cf1bfa732c107e29808089a01c0df.tar.gz
sdk-97497b36800cf1bfa732c107e29808089a01c0df.tar.bz2
43021: adt cant parse devices.xml with density xxhdpi
Change-Id: If465f36d0778f21f70ad4956dd91c8042b44fcc6
Diffstat (limited to 'device_validator')
-rw-r--r--device_validator/dvlib/src/main/resources/com/android/dvlib/devices.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/device_validator/dvlib/src/main/resources/com/android/dvlib/devices.xsd b/device_validator/dvlib/src/main/resources/com/android/dvlib/devices.xsd
index d4678da..bfa915f 100644
--- a/device_validator/dvlib/src/main/resources/com/android/dvlib/devices.xsd
+++ b/device_validator/dvlib/src/main/resources/com/android/dvlib/devices.xsd
@@ -463,6 +463,7 @@
<xsd:enumeration value="tvdpi" />
<xsd:enumeration value="hdpi" />
<xsd:enumeration value="xhdpi" />
+ <xsd:enumeration value="xxhdpi" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>