Merge "Fix WXGA720 skin to be portrait by default." into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
31ecada2ee
@@ -12,8 +12,8 @@ parts {
|
||||
|
||||
device {
|
||||
display {
|
||||
width 1280
|
||||
height 720
|
||||
width 720
|
||||
height 1280
|
||||
x 0
|
||||
y 0
|
||||
}
|
||||
@@ -23,38 +23,11 @@ parts {
|
||||
|
||||
layouts {
|
||||
|
||||
landscape {
|
||||
width 1333
|
||||
height 775
|
||||
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 {
|
||||
width 773
|
||||
height 1334
|
||||
color 0xe0e0e0
|
||||
event EV_SW:0:0
|
||||
|
||||
dpad-rotation 3
|
||||
event EV_SW:0:1
|
||||
|
||||
part1 {
|
||||
name portrait
|
||||
@@ -71,7 +44,34 @@ layouts {
|
||||
part3 {
|
||||
name device
|
||||
x 27
|
||||
y 1307
|
||||
y 27
|
||||
}
|
||||
}
|
||||
|
||||
landscape {
|
||||
width 1333
|
||||
height 775
|
||||
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 749
|
||||
rotation 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user