-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout
63 lines (63 loc) · 795 Bytes
/
layout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
parts {
device {
display {
width 1440
height 2880
x 0
y 0
}
}
portrait {
background {
image port_back.png
}
foreground {
mask round_corners.png
padding 20
}
onion {
image port_fore.png
}
}
landscape {
background {
image land_back.webp
}
onion {
image land_fore.webp
}
}
}
layouts {
portrait {
width 1858
height 3456
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 201
y 245
}
}
landscape {
width 3477
height 1754
event EV_SW:0:0
part1 {
name landscape
x 0
y 0
}
part2 {
name device
x 305
y 108
rotation 3
}
}
}