Skip to content

Commit

Permalink
Added skins for Galaxy Nexus, Nexus 7, and Nexus 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kedzie committed Apr 26, 2013
1 parent 2234c5d commit c79b3c2
Show file tree
Hide file tree
Showing 25 changed files with 309 additions and 0 deletions.
Binary file added Galaxy Nexus/background_land.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Galaxy Nexus/background_port.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Galaxy Nexus/button_horizontal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Galaxy Nexus/button_vertical.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Galaxy Nexus/land.xcf
Binary file not shown.
103 changes: 103 additions & 0 deletions Galaxy Nexus/layout
@@ -0,0 +1,103 @@
parts {

device {
display {
width 720
height 1280
x 0
y 0
}
}

portrait {
background {
image background_port.png
}
buttons {
power {
image button_vertical.png
x 828
y 351
}
volume-up {
image button_vertical.png
x 0
y 504
}
volume-down {
image button_vertical.png
x 0
y 650
}
}
}

landscape {
background {
image background_land.png
}
buttons {
power {
image button_horizontal.png
x 348
y 0
}
volume-up {
image button_horizontal.png
x 504
y 822
}
volume-down {
image button_horizontal.png
x 650
y 822
}
}
}
}

layouts {
portrait {
width 846
height 1653
color 0xffffff
event EV_SW:0:1

part1 {
name portrait
x 0
y 0
}

part2 {
name device
x 62
y 208
}
}

landscape {
width 1663
height 846
color 0xffffff
event EV_SW:0:0

part1 {
name landscape
x 0
y 0
}

part2 {
name device
x 207
y 780
rotation 3
}
}
}

network {
speed full
delay none
}
Binary file added Galaxy Nexus/overlay.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Galaxy Nexus/port.xcf
Binary file not shown.
Binary file added Nexus 10/background_land.png
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 10/background_port.png
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 10/button_horizontal.png
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 10/button_vertical.png
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 10/landscape.xcf
Binary file not shown.
103 changes: 103 additions & 0 deletions Nexus 10/layout
@@ -0,0 +1,103 @@
parts {

device {
display {
width 1600
height 2560
x 0
y 0
}
}

portrait {
background {
image background_port.png
}
buttons {
power {
image button_vertical.png
x 2065
y 216
}
volume-up {
image button_vertical.png
x 2080
y 425
}
volume-down {
image button_vertical.png
x 2080
y 570
}
}
}

landscape {
background {
image background_land.png
}
buttons {
power {
image button_horizontal.png
x 216
y 7
}
volume-up {
image button_horizontal.png
x 423
y 0
}
volume-down {
image button_horizontal.png
x 573
y 0
}
}
}
}

layouts {
portrait {
width 2107
height 3091
color 0xffffff
event EV_SW:0:1

part1 {
name portrait
x 0
y 0
}

part2 {
name device
x 238
y 264
}
}

landscape {
width 3091
height 2107
color 0xffffff
event EV_SW:0:0

part1 {
name landscape
x 0
y 0
}

part2 {
name device
x 263
y 1868
rotation 3
}
}
}

network {
speed full
delay none
}
Binary file added Nexus 10/overlay.png
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 10/portrait.xcf
Binary file not shown.
Binary file added Nexus 7/background_land.png
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 7/background_port.png
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 7/button_horizontal.png
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 7/button_vertical.png
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 7/land.xcf
Binary file not shown.
103 changes: 103 additions & 0 deletions Nexus 7/layout
@@ -0,0 +1,103 @@
parts {

device {
display {
width 800
height 1280
x 0
y 0
}
}

portrait {
background {
image background_port.png
}
buttons {
power {
image button_vertical.png
x 983
y 208
}
volume-up {
image button_vertical.png
x 983
y 426
}
volume-down {
image button_vertical.png
x 983
y 572
}
}
}

landscape {
background {
image background_land.png
}
buttons {
power {
image button_horizontal.png
x 204
y 0
}
volume-up {
image button_horizontal.png
x 426
y 0
}
volume-down {
image button_horizontal.png
x 572
y 0
}
}
}
}

layouts {
portrait {
width 1001
height 1653
color 0xffffff
event EV_SW:0:1

part1 {
name portrait
x 0
y 0
}

part2 {
name device
x 96
y 182
}
}

landscape {
width 1653
height 1001
color 0xffffff
event EV_SW:0:0

part1 {
name landscape
x 0
y 0
}

part2 {
name device
x 250
y 922
rotation 3
}
}
}

network {
speed full
delay none
}
Binary file added Nexus 7/overlay.orig.png
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 7/overlay.png
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 7/port.xcf
Binary file not shown.

0 comments on commit c79b3c2

Please sign in to comment.