repo.or.cz
/
android_tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Android O MR1 SDK.
[android_tools.git]
/
sdk
/
platforms
/
android-27
/
skins
/
WXGA800-7in
/
layout
blob
c0050e9a48d58e3c267652afb264ed8a583a881c
1
parts {
2
portrait {
3
background {
4
image background_port.png
5
}
6
}
7
landscape {
8
background {
9
image background_land.png
10
}
11
}
12
13
device {
14
display {
15
width 800
16
height 1280
17
x 0
18
y 0
19
}
20
}
21
22
}
23
24
layouts {
25
26
portrait {
27
width 853
28
height 1334
29
color 0xe0e0e0
30
event EV_SW:0:1
31
32
33
part1 {
34
name portrait
35
x 0
36
y 0
37
}
38
39
part2 {
40
name landscape
41
x 1400
42
y 0
43
}
44
45
part3 {
46
name device
47
x 27
48
y 27
49
}
50
}
51
52
landscape {
53
width 1333
54
height 855
55
color 0xe0e0e0
56
57
event EV_SW:0:0
58
59
dpad-rotation 3
60
61
part1 {
62
name portrait
63
x 1400
64
y 0
65
}
66
67
part2 {
68
name landscape
69
x 0
70
y 0
71
}
72
73
part3 {
74
name device
75
x 26
76
y 829
77
rotation 3
78
}
79
}
80
}
81
82
keyboard {
83
charmap qwerty2
84
}
85
86
network {
87
speed full
88
delay none
89
}