am 45519a23: Merge change 21230 into donut
Merge commit '45519a23b06c7f01ce2337816128c9d285f47a73' into eclair * commit '45519a23b06c7f01ce2337816128c9d285f47a73': New HVGA skin.
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 449 B |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 825 B |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 795 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 453 B |
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
emulator/skins/HVGA/background_land.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
emulator/skins/HVGA/background_port.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
emulator/skins/HVGA/button.png
Normal file
|
After Width: | Height: | Size: 592 B |
BIN
emulator/skins/HVGA/controls.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 154 B |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,84 +1,104 @@
|
|||||||
parts {
|
parts {
|
||||||
device {
|
portrait {
|
||||||
background {
|
background {
|
||||||
image device.png
|
image background_port.png
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
landscape {
|
||||||
|
background {
|
||||||
|
image background_land.png
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
display {
|
display {
|
||||||
width 320
|
width 320
|
||||||
height 480
|
height 480
|
||||||
x 31
|
x 0
|
||||||
y 72
|
y 0
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
controls {
|
||||||
|
background {
|
||||||
|
image controls.png
|
||||||
|
}
|
||||||
buttons {
|
buttons {
|
||||||
soft-left {
|
soft-left {
|
||||||
image menu.png
|
image button.png
|
||||||
x 147
|
x 56
|
||||||
y 555
|
y 142
|
||||||
}
|
}
|
||||||
home {
|
home {
|
||||||
image home.png
|
image button.png
|
||||||
x 48
|
x 0
|
||||||
y 590
|
y 142
|
||||||
}
|
}
|
||||||
back {
|
back {
|
||||||
image back.png
|
image button.png
|
||||||
x 286
|
x 112
|
||||||
y 590
|
y 142
|
||||||
}
|
}
|
||||||
dpad-up {
|
dpad-up {
|
||||||
image arrow_up.png
|
image arrow_up.png
|
||||||
x 140
|
x 77
|
||||||
y 595
|
y 53
|
||||||
}
|
}
|
||||||
dpad-down {
|
dpad-down {
|
||||||
image arrow_down.png
|
image arrow_down.png
|
||||||
x 140
|
x 77
|
||||||
y 656
|
y 106
|
||||||
}
|
}
|
||||||
dpad-left {
|
dpad-left {
|
||||||
image arrow_left.png
|
image arrow_left.png
|
||||||
x 111
|
x 53
|
||||||
y 598
|
y 53
|
||||||
}
|
}
|
||||||
dpad-right {
|
dpad-right {
|
||||||
image arrow_right.png
|
image arrow_right.png
|
||||||
x 222
|
x 123
|
||||||
y 598
|
y 53
|
||||||
}
|
}
|
||||||
dpad-center {
|
dpad-center {
|
||||||
image select.png
|
image select.png
|
||||||
x 142
|
x 77
|
||||||
y 626
|
y 81
|
||||||
}
|
}
|
||||||
phone-dial {
|
phone-dial {
|
||||||
image send.png
|
image button.png
|
||||||
x 48
|
x 0
|
||||||
y 646
|
y 71
|
||||||
}
|
}
|
||||||
phone-hangup {
|
phone-hangup {
|
||||||
image end.png
|
image button.png
|
||||||
x 286
|
x 168
|
||||||
y 646
|
y 71
|
||||||
}
|
}
|
||||||
|
|
||||||
power {
|
power {
|
||||||
image power.png
|
image button.png
|
||||||
x -38
|
x 168
|
||||||
y 52
|
y 0
|
||||||
}
|
}
|
||||||
|
|
||||||
volume-up {
|
volume-up {
|
||||||
image volume_up.png
|
image button.png
|
||||||
x 362
|
x 112
|
||||||
y 260
|
y 0
|
||||||
}
|
}
|
||||||
|
|
||||||
volume-down {
|
volume-down {
|
||||||
image volume_down.png
|
image button.png
|
||||||
x 362
|
x 56
|
||||||
y 310
|
y 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
search {
|
||||||
|
image button.png
|
||||||
|
x 168
|
||||||
|
y 142
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,242 +109,242 @@ parts {
|
|||||||
buttons {
|
buttons {
|
||||||
1 {
|
1 {
|
||||||
image key.png
|
image key.png
|
||||||
x 0
|
x 5
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
2 {
|
2 {
|
||||||
image key.png
|
image key.png
|
||||||
x 37
|
x 42
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
3 {
|
3 {
|
||||||
image key.png
|
image key.png
|
||||||
x 74
|
x 79
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
4 {
|
4 {
|
||||||
image key.png
|
image key.png
|
||||||
x 111
|
x 116
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
5 {
|
5 {
|
||||||
image key.png
|
image key.png
|
||||||
x 148
|
x 153
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
6 {
|
6 {
|
||||||
image key.png
|
image key.png
|
||||||
x 185
|
x 190
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
7 {
|
7 {
|
||||||
image key.png
|
image key.png
|
||||||
x 222
|
x 227
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
8 {
|
8 {
|
||||||
image key.png
|
image key.png
|
||||||
x 259
|
x 264
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
9 {
|
9 {
|
||||||
image key.png
|
image key.png
|
||||||
x 296
|
x 301
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
0 {
|
0 {
|
||||||
image key.png
|
image key.png
|
||||||
x 333
|
x 338
|
||||||
y 0
|
y 5
|
||||||
}
|
}
|
||||||
|
|
||||||
q {
|
q {
|
||||||
image key.png
|
image key.png
|
||||||
x 0
|
x 5
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
w {
|
w {
|
||||||
image key.png
|
image key.png
|
||||||
x 37
|
x 42
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
e {
|
e {
|
||||||
image key.png
|
image key.png
|
||||||
x 74
|
x 79
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
r {
|
r {
|
||||||
image key.png
|
image key.png
|
||||||
x 111
|
x 116
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
t {
|
t {
|
||||||
image key.png
|
image key.png
|
||||||
x 148
|
x 153
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
y {
|
y {
|
||||||
image key.png
|
image key.png
|
||||||
x 185
|
x 190
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
u {
|
u {
|
||||||
image key.png
|
image key.png
|
||||||
x 222
|
x 227
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
image key.png
|
image key.png
|
||||||
x 259
|
x 264
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
o {
|
o {
|
||||||
image key.png
|
image key.png
|
||||||
x 296
|
x 301
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
image key.png
|
image key.png
|
||||||
x 333
|
x 338
|
||||||
y 36
|
y 41
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
image key.png
|
image key.png
|
||||||
x 0
|
x 5
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
s {
|
s {
|
||||||
image key.png
|
image key.png
|
||||||
x 37
|
x 42
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
d {
|
d {
|
||||||
image key.png
|
image key.png
|
||||||
x 74
|
x 79
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
f {
|
f {
|
||||||
image key.png
|
image key.png
|
||||||
x 111
|
x 116
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
g {
|
g {
|
||||||
image key.png
|
image key.png
|
||||||
x 148
|
x 153
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
h {
|
h {
|
||||||
image key.png
|
image key.png
|
||||||
x 185
|
x 190
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
j {
|
j {
|
||||||
image key.png
|
image key.png
|
||||||
x 222
|
x 227
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
k {
|
k {
|
||||||
image key.png
|
image key.png
|
||||||
x 259
|
x 264
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
l {
|
l {
|
||||||
image key.png
|
image key.png
|
||||||
x 296
|
x 301
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
DEL {
|
DEL {
|
||||||
image key.png
|
image key.png
|
||||||
x 333
|
x 338
|
||||||
y 72
|
y 77
|
||||||
}
|
}
|
||||||
|
|
||||||
CAP {
|
CAP {
|
||||||
image key.png
|
image key.png
|
||||||
x 0
|
x 5
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
z {
|
z {
|
||||||
image key.png
|
image key.png
|
||||||
x 37
|
x 42
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
x {
|
x {
|
||||||
image key.png
|
image key.png
|
||||||
x 74
|
x 79
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
c {
|
c {
|
||||||
image key.png
|
image key.png
|
||||||
x 111
|
x 116
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
v {
|
v {
|
||||||
image key.png
|
image key.png
|
||||||
x 148
|
x 153
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
b {
|
b {
|
||||||
image key.png
|
image key.png
|
||||||
x 185
|
x 190
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
n {
|
n {
|
||||||
image key.png
|
image key.png
|
||||||
x 222
|
x 227
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
m {
|
m {
|
||||||
image key.png
|
image key.png
|
||||||
x 259
|
x 264
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
PERIOD {
|
PERIOD {
|
||||||
image key.png
|
image key.png
|
||||||
x 296
|
x 301
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
ENTER {
|
ENTER {
|
||||||
image key.png
|
image key.png
|
||||||
x 333
|
x 338
|
||||||
y 108
|
y 113
|
||||||
}
|
}
|
||||||
|
|
||||||
ALT {
|
ALT {
|
||||||
image key.png
|
image key.png
|
||||||
x 0
|
x 5
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
SYM {
|
SYM {
|
||||||
image key.png
|
image key.png
|
||||||
x 37
|
x 42
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
AT {
|
AT {
|
||||||
image key.png
|
image key.png
|
||||||
x 74
|
x 79
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
SPACE {
|
SPACE {
|
||||||
image spacebar.png
|
image spacebar.png
|
||||||
x 111
|
x 116
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
SLASH {
|
SLASH {
|
||||||
image key.png
|
image key.png
|
||||||
x 259
|
x 264
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
COMMA {
|
COMMA {
|
||||||
image key.png
|
image key.png
|
||||||
x 296
|
x 301
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
ALT2 {
|
ALT2 {
|
||||||
image key.png
|
image key.png
|
||||||
x 333
|
x 338
|
||||||
y 144
|
y 149
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -333,39 +353,76 @@ parts {
|
|||||||
|
|
||||||
layouts {
|
layouts {
|
||||||
portrait {
|
portrait {
|
||||||
width 900
|
width 791
|
||||||
height 730
|
height 534
|
||||||
color 0xe0e0e0
|
color 0xe0e0e0
|
||||||
event EV_SW:0:1
|
event EV_SW:0:1
|
||||||
|
|
||||||
part1 {
|
part1 {
|
||||||
name device
|
name portrait
|
||||||
x 40
|
x 0
|
||||||
y -18
|
y 0
|
||||||
}
|
}
|
||||||
|
|
||||||
part2 {
|
part2 {
|
||||||
name keyboard
|
name landscape
|
||||||
x 480
|
x 800
|
||||||
y 200
|
y 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
part3 {
|
||||||
|
name device
|
||||||
|
x 28
|
||||||
|
y 27
|
||||||
|
}
|
||||||
|
part4 {
|
||||||
|
name controls
|
||||||
|
x 476
|
||||||
|
y 77
|
||||||
|
}
|
||||||
|
part5 {
|
||||||
|
name keyboard
|
||||||
|
x 395
|
||||||
|
y 328
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
landscape {
|
landscape {
|
||||||
width 900
|
width 640
|
||||||
height 670
|
height 601
|
||||||
color 0xe0e0e0
|
color 0xe0e0e0
|
||||||
event EV_SW:0:0
|
event EV_SW:0:0
|
||||||
|
|
||||||
part1 {
|
part1 {
|
||||||
|
name portrait
|
||||||
|
x 800
|
||||||
|
y 0
|
||||||
|
}
|
||||||
|
|
||||||
|
part2 {
|
||||||
|
name landscape
|
||||||
|
x 0
|
||||||
|
y 0
|
||||||
|
}
|
||||||
|
|
||||||
|
part3 {
|
||||||
name device
|
name device
|
||||||
x 50
|
x 80
|
||||||
y 440
|
y 349
|
||||||
rotation 3
|
rotation 3
|
||||||
}
|
}
|
||||||
part2 {
|
|
||||||
|
part4 {
|
||||||
|
name controls
|
||||||
|
x 410
|
||||||
|
y 396
|
||||||
|
}
|
||||||
|
|
||||||
|
part5 {
|
||||||
name keyboard
|
name keyboard
|
||||||
x 250
|
x 18
|
||||||
y 470
|
y 396
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 384 B |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 192 B |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |