summaryrefslogtreecommitdiff
path: root/artwork/resources
diff options
context:
space:
mode:
authorDan Cortez <dancortez@google.com>2022-02-05 09:32:25 +0000
committerDaniel Cortez <dancortez@google.com>2022-03-01 22:32:27 +0000
commitb354ad2d22b6cc14a6f2152ae4a0154fbc410d50 (patch)
treebf4aa8ce792a3c5be90c85395cebee01ca0cbde7 /artwork/resources
parent533224c764183e59ac540eb5ec7e4bc9d452b1e5 (diff)
downloadidea-b354ad2d22b6cc14a6f2152ae4a0154fbc410d50.tar.gz
Adds Pixel 6 Skin and updates nexus.xml definition. Updates device tests.
Bug: 214114040 Test: Updates test to support Pixel 6 Change-Id: I0a9fe78d87026c5b16c202956402b5344402a31b
Diffstat (limited to 'artwork/resources')
-rw-r--r--artwork/resources/device-art-resources/pixel_6/back.webpbin0 -> 189888 bytes
-rw-r--r--artwork/resources/device-art-resources/pixel_6/layout36
-rw-r--r--artwork/resources/device-art-resources/pixel_6/mask.webpbin0 -> 6562 bytes
3 files changed, 36 insertions, 0 deletions
diff --git a/artwork/resources/device-art-resources/pixel_6/back.webp b/artwork/resources/device-art-resources/pixel_6/back.webp
new file mode 100644
index 00000000000..a412568027a
--- /dev/null
+++ b/artwork/resources/device-art-resources/pixel_6/back.webp
Binary files differ
diff --git a/artwork/resources/device-art-resources/pixel_6/layout b/artwork/resources/device-art-resources/pixel_6/layout
new file mode 100644
index 00000000000..ae638d344e8
--- /dev/null
+++ b/artwork/resources/device-art-resources/pixel_6/layout
@@ -0,0 +1,36 @@
+parts {
+ device {
+ display {
+ width 1080
+ height 2400
+ x 0
+ y 0
+ }
+ }
+ portrait {
+ background {
+ image back.webp
+ }
+ foreground {
+ mask mask.webp
+ cutout hole
+ }
+ }
+}
+layouts {
+ portrait {
+ width 1209
+ height 2553
+ event EV_SW:0:1
+ part1 {
+ name portrait
+ x 0
+ y 0
+ }
+ part2 {
+ name device
+ x 60
+ y 69
+ }
+ }
+}
diff --git a/artwork/resources/device-art-resources/pixel_6/mask.webp b/artwork/resources/device-art-resources/pixel_6/mask.webp
new file mode 100644
index 00000000000..c658b192d58
--- /dev/null
+++ b/artwork/resources/device-art-resources/pixel_6/mask.webp
Binary files differ