Fix WXGA800-7in to be portrait by default.

Bug: 6712001

Change-Id: I047e023e726f83ff63f8fe00fb3f43698ad1db37
This commit is contained in:
Xavier Ducrohet
2012-06-21 19:32:48 -07:00
parent 5ff9fd62fb
commit e8f7f5fe9f

View File

@@ -12,8 +12,8 @@ parts {
device { device {
display { display {
width 1280 width 800
height 800 height 1280
x 0 x 0
y 0 y 0
} }
@@ -23,38 +23,12 @@ parts {
layouts { layouts {
landscape {
width 1333
height 855
color 0xe0e0e0
event EV_SW:0:1
part1 {
name portrait
x 1400
y 0
}
part2 {
name landscape
x 0
y 0
}
part3 {
name device
x 26
y 29
}
}
portrait { portrait {
width 853 width 853
height 1334 height 1334
color 0xe0e0e0 color 0xe0e0e0
event EV_SW:0:0 event EV_SW:0:1
dpad-rotation 3
part1 { part1 {
name portrait name portrait
@@ -71,11 +45,38 @@ layouts {
part3 { part3 {
name device name device
x 27 x 27
y 1307 y 27
rotation 3
} }
} }
landscape {
width 1333
height 855
color 0xe0e0e0
event EV_SW:0:0
dpad-rotation 3
part1 {
name portrait
x 1400
y 0
}
part2 {
name landscape
x 0
y 0
}
part3 {
name device
x 26
y 829
rotation 3
}
}
} }
keyboard { keyboard {