script-astra/Android/Sdk/skins/nexus_9/layout
localadmin 4380f00a78 init
2025-01-20 18:15:20 +03:00

60 lines
729 B
Plaintext

parts {
device {
display {
width 1536
height 2048
x 0
y 0
}
}
portrait {
background {
image port_back.webp
}
onion {
image port_fore.webp
}
}
landscape {
background {
image land_back.webp
}
onion {
image land_fore.webp
}
}
}
layouts {
portrait {
width 1978
height 2631
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 219
y 264
}
}
landscape {
width 2854
height 1785
event EV_SW:0:0
part1 {
name landscape
x 0
y 0
}
part2 {
name device
x 401
y 1635
rotation 3
}
}
}