Skip to content

Commit

Permalink
Add Nexus 6 skin
Browse files Browse the repository at this point in the history
  • Loading branch information
ncornette committed Nov 15, 2014
1 parent fe87e6a commit 8e78ab7
Show file tree
Hide file tree
Showing 14 changed files with 203 additions and 0 deletions.
Binary file added Nexus 6/background_land.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/background_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions Nexus 6/hardware.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# skin-specific hardware values
hw.lcd.density = 560
hw.keyboard = no
hw.keyboard.lid = no
hw.mainKeys = no
101 changes: 101 additions & 0 deletions Nexus 6/layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@

parts {
device {
display {
width 1440
height 2560
x 0
y 0
}
}

portrait {
background {
image background_port.png
}

buttons {

volume-up {
image volume-up_port.png
x 1765
y 1337
}
volume-down {
image volume-down_port.png
x 1765
y 1513
}
power {
image power_port.png
x 1765
y 1083
}
}
}

landscape {
background {
image background_land.png
}

buttons {

power {
image power_land.png
x 1084
y 154
}
volume-up {
image volume-up_land.png
x 1338
y 154
}
volume-down {
image volume-down_land.png
x 1514
y 154
}
}
}
}

layouts {
portrait {
width 2004
height 3309
color 0x555555

part1 {
name portrait
x 0
y 0
}

part2 {
name device
x 285
y 356
}
}

landscape {
width 3309
height 2004
color 0x555555

part1 {
name landscape
x 0
y 0
}

part2 {
name device
x 356
y 1720
rotation 3
}
}
}

97 changes: 97 additions & 0 deletions Nexus 6/layout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"layers": {
"power_land.png": {
"width": 236,
"height": 85,
"offsets": [
1634,
806
]
},
"background_land.png": {
"width": 3309,
"height": 2004,
"offsets": [
550,
652
]
},
"volume-up_port.png": {
"width": 85,
"height": 252,
"offsets": [
2968,
1337
]
},
"volume-down_port.png": {
"width": 85,
"height": 252,
"offsets": [
2968,
1513
]
},
"overlay.png": {
"width": 1440,
"height": 2560,
"offsets": [
1488,
356
]
},
"volume-up_land.png": {
"width": 252,
"height": 85,
"offsets": [
1888,
806
]
},
"background_port.png": {
"width": 2004,
"height": 3309,
"offsets": [
1203,
0
]
},
"screen_land.png": {
"width": 2560,
"height": 1440,
"offsets": [
906,
932
]
},
"volume-down_land.png": {
"width": 252,
"height": 85,
"offsets": [
2064,
806
]
},
"power_port.png": {
"width": 85,
"height": 236,
"offsets": [
2968,
1083
]
},
"screen_port.png": {
"width": 1440,
"height": 2560,
"offsets": [
1488,
356
]
}
},
"image": {
"width": 4412,
"name": "Nexus6.xcf",
"height": 3309
}
}
Binary file added Nexus 6/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/power_land.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/power_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/screen_land.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/screen_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/volume-down_land.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/volume-down_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/volume-up_land.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Nexus 6/volume-up_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e78ab7

Please sign in to comment.