Merge "Add WSVGA skin to represent 7" tablets."
BIN
tools/emulator/skins/WSVGA/arrow_down.png
Executable file
|
After Width: | Height: | Size: 449 B |
BIN
tools/emulator/skins/WSVGA/arrow_left.png
Executable file
|
After Width: | Height: | Size: 825 B |
BIN
tools/emulator/skins/WSVGA/arrow_right.png
Executable file
|
After Width: | Height: | Size: 795 B |
BIN
tools/emulator/skins/WSVGA/arrow_up.png
Executable file
|
After Width: | Height: | Size: 453 B |
BIN
tools/emulator/skins/WSVGA/background_land.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
tools/emulator/skins/WSVGA/background_port.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
tools/emulator/skins/WSVGA/button.png
Executable file
|
After Width: | Height: | Size: 592 B |
BIN
tools/emulator/skins/WSVGA/controls.png
Executable file
|
After Width: | Height: | Size: 19 KiB |
6
tools/emulator/skins/WSVGA/hardware.ini
Executable file
@@ -0,0 +1,6 @@
|
||||
# skin-specific hardware values
|
||||
hw.lcd.density=160
|
||||
vm.heapSize=48
|
||||
hw.ramSize=512
|
||||
hw.keyboard.lid=no
|
||||
|
||||
BIN
tools/emulator/skins/WSVGA/key.png
Executable file
|
After Width: | Height: | Size: 154 B |
BIN
tools/emulator/skins/WSVGA/keyboard.png
Executable file
|
After Width: | Height: | Size: 20 KiB |
88
tools/emulator/skins/WSVGA/layout
Executable file
@@ -0,0 +1,88 @@
|
||||
parts {
|
||||
portrait {
|
||||
background {
|
||||
image background_port.png
|
||||
}
|
||||
}
|
||||
landscape {
|
||||
background {
|
||||
image background_land.png
|
||||
}
|
||||
}
|
||||
|
||||
device {
|
||||
display {
|
||||
width 1024
|
||||
height 600
|
||||
x 0
|
||||
y 0
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
layouts {
|
||||
|
||||
landscape {
|
||||
width 1076
|
||||
height 654
|
||||
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 654
|
||||
height 1076
|
||||
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 29
|
||||
y 1050
|
||||
rotation 3
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
keyboard {
|
||||
charmap qwerty2
|
||||
}
|
||||
|
||||
network {
|
||||
speed full
|
||||
delay none
|
||||
}
|
||||
BIN
tools/emulator/skins/WSVGA/select.png
Executable file
|
After Width: | Height: | Size: 384 B |
BIN
tools/emulator/skins/WSVGA/spacebar.png
Executable file
|
After Width: | Height: | Size: 192 B |
@@ -1,6 +1,6 @@
|
||||
# skin-specific hardware values
|
||||
hw.lcd.density=160
|
||||
vm.heapSize=48
|
||||
hw.ramSize=256
|
||||
hw.ramSize=512
|
||||
hw.keyboard.lid=no
|
||||
|
||||
|
||||