summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/xt702.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting.core/devices/xt702.xml')
-rw-r--r--src/plugins/preflighting.core/devices/xt702.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/plugins/preflighting.core/devices/xt702.xml b/src/plugins/preflighting.core/devices/xt702.xml
new file mode 100644
index 0000000..f5d6b6d
--- /dev/null
+++ b/src/plugins/preflighting.core/devices/xt702.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<d:layout-devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://schemas.android.com/sdk/android/layout-devices/1">
+
+ <d:device id="xt702" name="MOTO XT702" provider="Motorola Mobility, Inc.">
+
+ <!--Product specifications: http://developer.motorola.com/products/xt702/-->
+
+ <d:default>
+ <d:screen-size>normal</d:screen-size>
+ <d:screen-ratio>long</d:screen-ratio>
+ <d:screen-orientation>port</d:screen-orientation>
+ <d:pixel-density>hdpi</d:pixel-density>
+ <d:touch-type>finger</d:touch-type>
+ <d:text-input-method>qwerty</d:text-input-method>
+ <d:nav-method>dpad</d:nav-method>
+ <d:screen-dimension>
+ <d:size>480</d:size>
+ <d:size>854</d:size>
+ </d:screen-dimension>
+ <d:xdpi>240</d:xdpi>
+ <d:ydpi>240</d:ydpi>
+ </d:default>
+ <d:config name="Portrait, closed">
+ <d:keyboard-state>keyssoft</d:keyboard-state>
+ <d:screen-orientation>port</d:screen-orientation>
+ </d:config>
+ <d:config name="Landscape, closed">
+ <d:keyboard-state>keyssoft</d:keyboard-state>
+ <d:screen-orientation>land</d:screen-orientation>
+ </d:config>
+ <d:config name="Landscape, open">
+ <d:keyboard-state>keysexposed</d:keyboard-state>
+ <d:screen-orientation>land</d:screen-orientation>
+ <d:nav-state>navexposed</d:nav-state>
+ </d:config>
+
+ </d:device>
+
+</d:layout-devices> \ No newline at end of file