Files
android_development/tools/emulator/skins/WXGA800/layout
Xavier Ducrohet 8a585470c5 Add 1280x720@320dpi skin.
Also tweak some skins to provide more ram to the emulator
for better performance.

Change-Id: I89dcdb7a6a78d95132820db284c1fdfb6f82c6db
2011-10-03 20:27:07 -07:00

89 lines
1.3 KiB
Plaintext
Executable File

parts {
portrait {
background {
image background_port.png
}
}
landscape {
background {
image background_land.png
}
}
device {
display {
width 1280
height 800
x 0
y 0
}
}
}
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 {
width 853
height 1334
color 0xe0e0e0
event EV_SW:0:0
dpad-rotation 3
part1 {
name portrait
x 0
y 0
}
part2 {
name landscape
x 1400
y 0
}
part3 {
name device
x 27
y 1307
rotation 3
}
}
}
keyboard {
charmap qwerty2
}
network {
speed full
delay none
}