diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/devices.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/devices.xml b/files/devices.xml index 3176855..09171c9 100644 --- a/files/devices.xml +++ b/files/devices.xml @@ -307,11 +307,11 @@ <d:ydpi>149</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:config name="Portrait"> + <d:screen-orientation>port</d:screen-orientation> + </d:config> </d:device> </d:layout-devices> |