docker-android/skins/galaxy_nexus/layout
2017-02-27 14:53:48 +01:00

60 lines
722 B
Plaintext

parts {
device {
display {
width 720
height 1280
x 0
y 0
}
}
portrait {
background {
image port_back.png
}
onion {
image port_fore.png
}
}
landscape {
background {
image land_back.png
}
onion {
image land_fore.png
}
}
}
layouts {
portrait {
width 1101
height 1709
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 192
y 213
}
}
landscape {
width 1847
height 886
event EV_SW:0:0
part1 {
name landscape
x 0
y 0
}
part2 {
name device
x 304
y 788
rotation 3
}
}
}