| Xavier Ducrohet | 1b464b1 | 2009-09-30 23:01:19 -0700 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| Xavier Ducrohet | d403dd3 | 2009-10-14 17:57:30 -0700 | [diff] [blame] | 2 | <d:layout-devices |
| Xavier Ducrohet | 1b464b1 | 2009-09-30 23:01:19 -0700 | [diff] [blame] | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| Xavier Ducrohet | d403dd3 | 2009-10-14 17:57:30 -0700 | [diff] [blame] | 4 | xmlns:d="http://schemas.android.com/sdk/android/layout-devices/1"> |
| Xavier Ducrohet | 1b464b1 | 2009-09-30 23:01:19 -0700 | [diff] [blame] | 5 | |
| 6 | <d:device name="ADP1"> |
| 7 | <d:default> |
| 8 | <d:screen-size>normal</d:screen-size> |
| 9 | <d:screen-ratio>notlong</d:screen-ratio> |
| 10 | <d:screen-orientation>port</d:screen-orientation> |
| 11 | <d:pixel-density>mdpi</d:pixel-density> |
| 12 | <d:touch-type>finger</d:touch-type> |
| 13 | <d:text-input-method>qwerty</d:text-input-method> |
| 14 | <d:nav-method>trackball</d:nav-method> |
| 15 | <d:screen-dimension> |
| 16 | <d:size>320</d:size> |
| 17 | <d:size>480</d:size> |
| 18 | </d:screen-dimension> |
| 19 | <d:xdpi>180.6</d:xdpi> |
| 20 | <d:ydpi>182</d:ydpi> |
| 21 | </d:default> |
| 22 | |
| 23 | <d:config name="Portrait"> |
| 24 | <d:keyboard-state>keyssoft</d:keyboard-state> |
| 25 | <d:screen-orientation>port</d:screen-orientation> |
| 26 | </d:config> |
| 27 | <d:config name="Landscape, closed"> |
| 28 | <d:keyboard-state>keyssoft</d:keyboard-state> |
| 29 | <d:screen-orientation>land</d:screen-orientation> |
| 30 | </d:config> |
| 31 | <d:config name="Landscape, open"> |
| 32 | <d:keyboard-state>keysexposed</d:keyboard-state> |
| 33 | <d:screen-orientation>land</d:screen-orientation> |
| 34 | </d:config> |
| 35 | </d:device> |
| 36 | |
| Xavier Ducrohet | 6ea32bd | 2009-11-15 17:02:26 -0800 | [diff] [blame] | 37 | <d:device name="ADP2"> |
| Xavier Ducrohet | 1b464b1 | 2009-09-30 23:01:19 -0700 | [diff] [blame] | 38 | <d:default> |
| 39 | <d:screen-size>normal</d:screen-size> |
| 40 | <d:screen-ratio>notlong</d:screen-ratio> |
| 41 | <d:screen-orientation>port</d:screen-orientation> |
| 42 | <d:pixel-density>mdpi</d:pixel-density> |
| 43 | <d:touch-type>finger</d:touch-type> |
| 44 | <d:keyboard-state>keyssoft</d:keyboard-state> |
| 45 | <d:text-input-method>nokeys</d:text-input-method> |
| 46 | <d:nav-method>trackball</d:nav-method> |
| 47 | <d:screen-dimension> |
| 48 | <d:size>320</d:size> |
| 49 | <d:size>480</d:size> |
| 50 | </d:screen-dimension> |
| 51 | <d:xdpi>180.6</d:xdpi> |
| 52 | <d:ydpi>182</d:ydpi> |
| 53 | </d:default> |
| 54 | |
| 55 | <d:config name="Portrait"> |
| 56 | <d:screen-orientation>port</d:screen-orientation> |
| 57 | </d:config> |
| 58 | <d:config name="Landscape"> |
| 59 | <d:screen-orientation>land</d:screen-orientation> |
| 60 | </d:config> |
| 61 | </d:device> |
| Xavier Ducrohet | 178b6d4 | 2009-12-03 14:54:32 -0800 | [diff] [blame] | 62 | <d:device name="Nexus One"> |
| 63 | <d:default> |
| 64 | <d:screen-size>normal</d:screen-size> |
| 65 | <d:screen-ratio>long</d:screen-ratio> |
| 66 | <d:screen-orientation>port</d:screen-orientation> |
| 67 | <d:pixel-density>hdpi</d:pixel-density> |
| 68 | <d:touch-type>finger</d:touch-type> |
| 69 | <d:keyboard-state>keyssoft</d:keyboard-state> |
| 70 | <d:text-input-method>nokeys</d:text-input-method> |
| 71 | <d:nav-method>trackball</d:nav-method> |
| 72 | <d:screen-dimension> |
| 73 | <d:size>480</d:size> |
| 74 | <d:size>800</d:size> |
| 75 | </d:screen-dimension> |
| 76 | <d:xdpi>254</d:xdpi> |
| 77 | <d:ydpi>254</d:ydpi> |
| 78 | </d:default> |
| 79 | |
| 80 | <d:config name="Portrait"> |
| 81 | <d:screen-orientation>port</d:screen-orientation> |
| 82 | </d:config> |
| 83 | <d:config name="Landscape"> |
| 84 | <d:screen-orientation>land</d:screen-orientation> |
| 85 | </d:config> |
| 86 | </d:device> |
| Xavier Ducrohet | d403dd3 | 2009-10-14 17:57:30 -0700 | [diff] [blame] | 87 | </d:layout-devices> |