Skip to content

Instantly share code, notes, and snippets.

@nathan-osman
Last active February 4, 2019 07:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathan-osman/d32fc75fc97a5396fbb1ff92d4bcdedd to your computer and use it in GitHub Desktop.
Save nathan-osman/d32fc75fc97a5396fbb1ff92d4bcdedd to your computer and use it in GitHub Desktop.
Android emulator skin for the OnePlus 3
parts {
device {
display {
width 1080
height 1920
x 0
y 0
}
}
portrait {
background {
image port_back.png
}
buttons {
home {
image button.png
x 484
y 2198
}
}
}
}
layouts {
main {
width 1179
height 2379
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 54
y 210
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment