summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/defy.xml
blob: 5d213c4290b2e9712ce98aebc3bc1efe1d4993e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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="defy" name="DEFY MB525" provider="Motorola Mobility, Inc.">

        <!--Product specifications:  http://developer.motorola.com/products/defy/-->

        <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>nokeys</d:text-input-method>
            <d:keyboard-state>keyssoft</d:keyboard-state>
            <d:nav-method>nonav</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">
            <d:screen-orientation>port</d:screen-orientation>
        </d:config>
        <d:config name="Landscape">
            <d:screen-orientation>land</d:screen-orientation>
        </d:config>

    </d:device>

</d:layout-devices>