summaryrefslogtreecommitdiff
path: root/artwork
diff options
context:
space:
mode:
authorSergey Prigogin <sprigogin@google.com>2021-04-16 17:07:29 -0700
committerSergey Prigogin <sprigogin@google.com>2021-04-20 20:38:34 +0000
commit2f13269c352867c5a58dcfe40ae88b1b787f341d (patch)
treef2f3c3c7ed035c4a64f79353cd06bb11eacbf0d1 /artwork
parentcbd0f0c7a44f668619f18d148e46372bab6cce8a (diff)
downloadidea-2f13269c352867c5a58dcfe40ae88b1b787f341d.tar.gz
Add skin for Pixel 5
Test: SkinDefinitionTest.testPixel_5 Bug: 171274996 Change-Id: Ifaeace131992a6211ee7ac526f9977b03406a4a8
Diffstat (limited to 'artwork')
-rw-r--r--artwork/resources/device-art-resources/pixel_5/back.webpbin0 -> 180000 bytes
-rw-r--r--artwork/resources/device-art-resources/pixel_5/layout36
-rw-r--r--artwork/resources/device-art-resources/pixel_5/mask.webpbin0 -> 5806 bytes
3 files changed, 36 insertions, 0 deletions
diff --git a/artwork/resources/device-art-resources/pixel_5/back.webp b/artwork/resources/device-art-resources/pixel_5/back.webp
new file mode 100644
index 00000000000..8b70d1630ba
--- /dev/null
+++ b/artwork/resources/device-art-resources/pixel_5/back.webp
Binary files differ
diff --git a/artwork/resources/device-art-resources/pixel_5/layout b/artwork/resources/device-art-resources/pixel_5/layout
new file mode 100644
index 00000000000..321defa6d7c
--- /dev/null
+++ b/artwork/resources/device-art-resources/pixel_5/layout
@@ -0,0 +1,36 @@
+parts {
+ device {
+ display {
+ width 1080
+ height 2340
+ x 0
+ y 0
+ }
+ }
+ portrait {
+ background {
+ image back.webp
+ }
+ foreground {
+ mask mask.webp
+ cutout hole
+ }
+ }
+}
+layouts {
+ portrait {
+ width 1211
+ height 2474
+ event EV_SW:0:1
+ part1 {
+ name portrait
+ x 0
+ y 0
+ }
+ part2 {
+ name device
+ x 60
+ y 65
+ }
+ }
+}
diff --git a/artwork/resources/device-art-resources/pixel_5/mask.webp b/artwork/resources/device-art-resources/pixel_5/mask.webp
new file mode 100644
index 00000000000..454ebc375b7
--- /dev/null
+++ b/artwork/resources/device-art-resources/pixel_5/mask.webp
Binary files differ