Last active
February 4, 2019 07:35
-
-
Save nathan-osman/d32fc75fc97a5396fbb1ff92d4bcdedd to your computer and use it in GitHub Desktop.
Android emulator skin for the OnePlus 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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