summaryrefslogtreecommitdiff
path: root/skins/WVGA800
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2017-09-15 17:51:35 -0400
committerJustin Klaassen <justinklaassen@google.com>2017-09-15 17:51:35 -0400
commitf276aee073961ac32d9b86a34aefe4b927265613 (patch)
treeaef42bcbf55bbc25468a4993cb221fff8e655ee0 /skins/WVGA800
parent0233688bdd65d95f026ad701215cfe0a16267508 (diff)
downloadandroid-28-f276aee073961ac32d9b86a34aefe4b927265613.tar.gz
Import Android SDK Platform PI [4335822]
/google/data/ro/projects/android/fetch_artifact \ --bid 4335822 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platforms-4335822.zip AndroidVersion.ApiLevel has been modified to appear as 28 Change-Id: I7c8180d430802c7cee9aea80a6ec310f7a9ea534
Diffstat (limited to 'skins/WVGA800')
-rw-r--r--skins/WVGA800/arrow_down.pngbin0 -> 449 bytes
-rw-r--r--skins/WVGA800/arrow_left.pngbin0 -> 825 bytes
-rw-r--r--skins/WVGA800/arrow_right.pngbin0 -> 795 bytes
-rw-r--r--skins/WVGA800/arrow_up.pngbin0 -> 453 bytes
-rw-r--r--skins/WVGA800/background_land.pngbin0 -> 4033 bytes
-rw-r--r--skins/WVGA800/background_port.pngbin0 -> 4619 bytes
-rw-r--r--skins/WVGA800/button.pngbin0 -> 592 bytes
-rw-r--r--skins/WVGA800/controls.pngbin0 -> 19390 bytes
-rw-r--r--skins/WVGA800/hardware.ini4
-rw-r--r--skins/WVGA800/key.pngbin0 -> 154 bytes
-rw-r--r--skins/WVGA800/keyboard.pngbin0 -> 20001 bytes
-rw-r--r--skins/WVGA800/layout439
-rw-r--r--skins/WVGA800/select.pngbin0 -> 384 bytes
-rw-r--r--skins/WVGA800/spacebar.pngbin0 -> 192 bytes
14 files changed, 443 insertions, 0 deletions
diff --git a/skins/WVGA800/arrow_down.png b/skins/WVGA800/arrow_down.png
new file mode 100644
index 00000000..b9fde223
--- /dev/null
+++ b/skins/WVGA800/arrow_down.png
Binary files differ
diff --git a/skins/WVGA800/arrow_left.png b/skins/WVGA800/arrow_left.png
new file mode 100644
index 00000000..281b1923
--- /dev/null
+++ b/skins/WVGA800/arrow_left.png
Binary files differ
diff --git a/skins/WVGA800/arrow_right.png b/skins/WVGA800/arrow_right.png
new file mode 100644
index 00000000..4cbc65d3
--- /dev/null
+++ b/skins/WVGA800/arrow_right.png
Binary files differ
diff --git a/skins/WVGA800/arrow_up.png b/skins/WVGA800/arrow_up.png
new file mode 100644
index 00000000..29c71215
--- /dev/null
+++ b/skins/WVGA800/arrow_up.png
Binary files differ
diff --git a/skins/WVGA800/background_land.png b/skins/WVGA800/background_land.png
new file mode 100644
index 00000000..4967717c
--- /dev/null
+++ b/skins/WVGA800/background_land.png
Binary files differ
diff --git a/skins/WVGA800/background_port.png b/skins/WVGA800/background_port.png
new file mode 100644
index 00000000..13ef2ea1
--- /dev/null
+++ b/skins/WVGA800/background_port.png
Binary files differ
diff --git a/skins/WVGA800/button.png b/skins/WVGA800/button.png
new file mode 100644
index 00000000..8281d20f
--- /dev/null
+++ b/skins/WVGA800/button.png
Binary files differ
diff --git a/skins/WVGA800/controls.png b/skins/WVGA800/controls.png
new file mode 100644
index 00000000..04b85e2b
--- /dev/null
+++ b/skins/WVGA800/controls.png
Binary files differ
diff --git a/skins/WVGA800/hardware.ini b/skins/WVGA800/hardware.ini
new file mode 100644
index 00000000..47a65583
--- /dev/null
+++ b/skins/WVGA800/hardware.ini
@@ -0,0 +1,4 @@
+# skin-specific hardware values
+hw.lcd.density=240
+vm.heapSize=48
+hw.ramSize=512 \ No newline at end of file
diff --git a/skins/WVGA800/key.png b/skins/WVGA800/key.png
new file mode 100644
index 00000000..40b03bf3
--- /dev/null
+++ b/skins/WVGA800/key.png
Binary files differ
diff --git a/skins/WVGA800/keyboard.png b/skins/WVGA800/keyboard.png
new file mode 100644
index 00000000..ca49dcf8
--- /dev/null
+++ b/skins/WVGA800/keyboard.png
Binary files differ
diff --git a/skins/WVGA800/layout b/skins/WVGA800/layout
new file mode 100644
index 00000000..63647f3e
--- /dev/null
+++ b/skins/WVGA800/layout
@@ -0,0 +1,439 @@
+parts {
+ portrait {
+ background {
+ image background_port.png
+ }
+ }
+ landscape {
+ background {
+ image background_land.png
+ }
+ }
+
+ device {
+ display {
+ width 480
+ height 800
+ x 0
+ y 0
+ }
+ }
+
+ controls {
+ background {
+ image controls.png
+ }
+ buttons {
+ soft-left {
+ image button.png
+ x 56
+ y 142
+ }
+ home {
+ image button.png
+ x 0
+ y 142
+ }
+ back {
+ image button.png
+ x 112
+ y 142
+ }
+ dpad-up {
+ image arrow_up.png
+ x 77
+ y 53
+ }
+ dpad-down {
+ image arrow_down.png
+ x 77
+ y 106
+ }
+ dpad-left {
+ image arrow_left.png
+ x 53
+ y 53
+ }
+ dpad-right {
+ image arrow_right.png
+ x 123
+ y 53
+ }
+ dpad-center {
+ image select.png
+ x 77
+ y 81
+ }
+ phone-dial {
+ image button.png
+ x 0
+ y 71
+ }
+ phone-hangup {
+ image button.png
+ x 168
+ y 71
+ }
+
+ power {
+ image button.png
+ x 168
+ y 0
+ }
+
+ volume-up {
+ image button.png
+ x 112
+ y 0
+ }
+
+ volume-down {
+ image button.png
+ x 56
+ y 0
+ }
+
+ search {
+ image button.png
+ x 168
+ y 142
+ }
+
+ }
+ }
+
+ keyboard {
+ background {
+ image keyboard.png
+ }
+ buttons {
+ 1 {
+ image key.png
+ x 5
+ y 5
+ }
+ 2 {
+ image key.png
+ x 42
+ y 5
+ }
+ 3 {
+ image key.png
+ x 79
+ y 5
+ }
+ 4 {
+ image key.png
+ x 116
+ y 5
+ }
+ 5 {
+ image key.png
+ x 153
+ y 5
+ }
+ 6 {
+ image key.png
+ x 190
+ y 5
+ }
+ 7 {
+ image key.png
+ x 227
+ y 5
+ }
+ 8 {
+ image key.png
+ x 264
+ y 5
+ }
+ 9 {
+ image key.png
+ x 301
+ y 5
+ }
+ 0 {
+ image key.png
+ x 338
+ y 5
+ }
+
+ q {
+ image key.png
+ x 5
+ y 41
+ }
+ w {
+ image key.png
+ x 42
+ y 41
+ }
+ e {
+ image key.png
+ x 79
+ y 41
+ }
+ r {
+ image key.png
+ x 116
+ y 41
+ }
+ t {
+ image key.png
+ x 153
+ y 41
+ }
+ y {
+ image key.png
+ x 190
+ y 41
+ }
+ u {
+ image key.png
+ x 227
+ y 41
+ }
+ i {
+ image key.png
+ x 264
+ y 41
+ }
+ o {
+ image key.png
+ x 301
+ y 41
+ }
+ p {
+ image key.png
+ x 338
+ y 41
+ }
+
+ a {
+ image key.png
+ x 5
+ y 77
+ }
+ s {
+ image key.png
+ x 42
+ y 77
+ }
+ d {
+ image key.png
+ x 79
+ y 77
+ }
+ f {
+ image key.png
+ x 116
+ y 77
+ }
+ g {
+ image key.png
+ x 153
+ y 77
+ }
+ h {
+ image key.png
+ x 190
+ y 77
+ }
+ j {
+ image key.png
+ x 227
+ y 77
+ }
+ k {
+ image key.png
+ x 264
+ y 77
+ }
+ l {
+ image key.png
+ x 301
+ y 77
+ }
+ DEL {
+ image key.png
+ x 338
+ y 77
+ }
+
+ CAP {
+ image key.png
+ x 5
+ y 113
+ }
+ z {
+ image key.png
+ x 42
+ y 113
+ }
+ x {
+ image key.png
+ x 79
+ y 113
+ }
+ c {
+ image key.png
+ x 116
+ y 113
+ }
+ v {
+ image key.png
+ x 153
+ y 113
+ }
+ b {
+ image key.png
+ x 190
+ y 113
+ }
+ n {
+ image key.png
+ x 227
+ y 113
+ }
+ m {
+ image key.png
+ x 264
+ y 113
+ }
+ PERIOD {
+ image key.png
+ x 301
+ y 113
+ }
+ ENTER {
+ image key.png
+ x 338
+ y 113
+ }
+
+ ALT {
+ image key.png
+ x 5
+ y 149
+ }
+ SYM {
+ image key.png
+ x 42
+ y 149
+ }
+ AT {
+ image key.png
+ x 79
+ y 149
+ }
+ SPACE {
+ image spacebar.png
+ x 116
+ y 149
+ }
+ SLASH {
+ image key.png
+ x 264
+ y 149
+ }
+ COMMA {
+ image key.png
+ x 301
+ y 149
+ }
+ ALT2 {
+ image key.png
+ x 338
+ y 149
+ }
+
+ }
+ }
+}
+
+layouts {
+ portrait {
+ width 950
+ height 854
+ color 0xe0e0e0
+ event EV_SW:0:1
+
+ part1 {
+ name portrait
+ x 0
+ y 0
+ }
+
+ part2 {
+ name landscape
+ x 1000
+ y 0
+ }
+
+ part3 {
+ name device
+ x 27
+ y 27
+ }
+ part4 {
+ name controls
+ x 635
+ y 207
+ }
+ part5 {
+ name keyboard
+ x 554
+ y 459
+ }
+
+ }
+
+ landscape {
+ width 853
+ height 761
+ color 0xe0e0e0
+ event EV_SW:0:0
+
+ dpad-rotation 3
+
+ part1 {
+ name portrait
+ x 900
+ y 0
+ }
+
+ part2 {
+ name landscape
+ x 0
+ y 0
+ }
+
+ part3 {
+ name device
+ x 26
+ y 509
+ rotation 3
+ }
+
+ part4 {
+ name controls
+ x 539
+ y 556
+ }
+
+ part5 {
+ name keyboard
+ x 98
+ y 556
+ }
+ }
+}
+
+keyboard {
+ charmap qwerty2
+}
+
+network {
+ speed full
+ delay none
+}
diff --git a/skins/WVGA800/select.png b/skins/WVGA800/select.png
new file mode 100644
index 00000000..f4a65d3b
--- /dev/null
+++ b/skins/WVGA800/select.png
Binary files differ
diff --git a/skins/WVGA800/spacebar.png b/skins/WVGA800/spacebar.png
new file mode 100644
index 00000000..aa459bd1
--- /dev/null
+++ b/skins/WVGA800/spacebar.png
Binary files differ