aboutsummaryrefslogtreecommitdiff
path: root/emulator/skins/dynamic
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/skins/dynamic')
-rw-r--r--emulator/skins/dynamic/arrow_down.pngbin0 -> 449 bytes
-rw-r--r--emulator/skins/dynamic/arrow_left.pngbin0 -> 825 bytes
-rw-r--r--emulator/skins/dynamic/arrow_right.pngbin0 -> 795 bytes
-rw-r--r--emulator/skins/dynamic/arrow_up.pngbin0 -> 453 bytes
-rw-r--r--emulator/skins/dynamic/basic.pngbin0 -> 5322 bytes
-rw-r--r--emulator/skins/dynamic/button.pngbin0 -> 592 bytes
-rw-r--r--emulator/skins/dynamic/dpad_off.pngbin0 -> 9826 bytes
-rw-r--r--emulator/skins/dynamic/dpad_on.pngbin0 -> 9065 bytes
-rw-r--r--emulator/skins/dynamic/hwkeys_off.pngbin0 -> 9159 bytes
-rw-r--r--emulator/skins/dynamic/hwkeys_on.pngbin0 -> 8259 bytes
-rw-r--r--emulator/skins/dynamic/keyboard_off.pngbin0 -> 3958 bytes
-rw-r--r--emulator/skins/dynamic/keyboard_on.pngbin0 -> 3374 bytes
-rw-r--r--emulator/skins/dynamic/layout138
-rw-r--r--emulator/skins/dynamic/select.pngbin0 -> 384 bytes
14 files changed, 138 insertions, 0 deletions
diff --git a/emulator/skins/dynamic/arrow_down.png b/emulator/skins/dynamic/arrow_down.png
new file mode 100644
index 000000000..b9fde223d
--- /dev/null
+++ b/emulator/skins/dynamic/arrow_down.png
Binary files differ
diff --git a/emulator/skins/dynamic/arrow_left.png b/emulator/skins/dynamic/arrow_left.png
new file mode 100644
index 000000000..281b1923a
--- /dev/null
+++ b/emulator/skins/dynamic/arrow_left.png
Binary files differ
diff --git a/emulator/skins/dynamic/arrow_right.png b/emulator/skins/dynamic/arrow_right.png
new file mode 100644
index 000000000..4cbc65d33
--- /dev/null
+++ b/emulator/skins/dynamic/arrow_right.png
Binary files differ
diff --git a/emulator/skins/dynamic/arrow_up.png b/emulator/skins/dynamic/arrow_up.png
new file mode 100644
index 000000000..29c712151
--- /dev/null
+++ b/emulator/skins/dynamic/arrow_up.png
Binary files differ
diff --git a/emulator/skins/dynamic/basic.png b/emulator/skins/dynamic/basic.png
new file mode 100644
index 000000000..585ccfeb5
--- /dev/null
+++ b/emulator/skins/dynamic/basic.png
Binary files differ
diff --git a/emulator/skins/dynamic/button.png b/emulator/skins/dynamic/button.png
new file mode 100644
index 000000000..8281d20fb
--- /dev/null
+++ b/emulator/skins/dynamic/button.png
Binary files differ
diff --git a/emulator/skins/dynamic/dpad_off.png b/emulator/skins/dynamic/dpad_off.png
new file mode 100644
index 000000000..84a7d2a3b
--- /dev/null
+++ b/emulator/skins/dynamic/dpad_off.png
Binary files differ
diff --git a/emulator/skins/dynamic/dpad_on.png b/emulator/skins/dynamic/dpad_on.png
new file mode 100644
index 000000000..9813a5322
--- /dev/null
+++ b/emulator/skins/dynamic/dpad_on.png
Binary files differ
diff --git a/emulator/skins/dynamic/hwkeys_off.png b/emulator/skins/dynamic/hwkeys_off.png
new file mode 100644
index 000000000..468e72784
--- /dev/null
+++ b/emulator/skins/dynamic/hwkeys_off.png
Binary files differ
diff --git a/emulator/skins/dynamic/hwkeys_on.png b/emulator/skins/dynamic/hwkeys_on.png
new file mode 100644
index 000000000..e4f732fa2
--- /dev/null
+++ b/emulator/skins/dynamic/hwkeys_on.png
Binary files differ
diff --git a/emulator/skins/dynamic/keyboard_off.png b/emulator/skins/dynamic/keyboard_off.png
new file mode 100644
index 000000000..c8b486ab0
--- /dev/null
+++ b/emulator/skins/dynamic/keyboard_off.png
Binary files differ
diff --git a/emulator/skins/dynamic/keyboard_on.png b/emulator/skins/dynamic/keyboard_on.png
new file mode 100644
index 000000000..97b45bfd5
--- /dev/null
+++ b/emulator/skins/dynamic/keyboard_on.png
Binary files differ
diff --git a/emulator/skins/dynamic/layout b/emulator/skins/dynamic/layout
new file mode 100644
index 000000000..5fa7d975f
--- /dev/null
+++ b/emulator/skins/dynamic/layout
@@ -0,0 +1,138 @@
+# This layout file only defines all the parts. The layouts section
+# that is missing is filled in at runtime by the skin parser.
+# Many of the parts in this layout have both _on and _off versions
+# which correspond to the part to be used if that control is actually
+# available in the AVD.
+parts {
+ device {
+ display {
+ width 320
+ height 480
+ x 0
+ y 0
+ }
+ }
+
+ dpad_on {
+ background {
+ image dpad_on.png
+ width 110
+ height 88
+ }
+ buttons {
+ dpad-up {
+ image arrow_up.png
+ x 24
+ y 8
+ }
+ dpad-down {
+ image arrow_down.png
+ x 24
+ y 60
+ }
+ dpad-left {
+ image arrow_left.png
+ x 0
+ y 8
+ }
+ dpad-right {
+ image arrow_right.png
+ x 70
+ y 8
+ }
+ dpad-center {
+ image select.png
+ x 24
+ y 36
+ }
+ }
+ }
+
+ dpad_off {
+ background {
+ image dpad_off.png
+ width 111
+ height 91
+ }
+ }
+
+ hwkeys_on {
+ background {
+ image hwkeys_on.png
+ width 212
+ height 58
+ }
+ buttons {
+ home {
+ image button.png
+ x 0
+ y 12
+ }
+ soft-left {
+ image button.png
+ x 56
+ y 12
+ }
+ back {
+ image button.png
+ x 112
+ y 12
+ }
+ search {
+ image button.png
+ x 166
+ y 12
+ }
+ }
+ }
+
+ hwkeys_off {
+ background {
+ image hwkeys_off.png
+ width 212
+ height 58
+ }
+ }
+
+ keyboard_on {
+ background {
+ image keyboard_on.png
+ width 195
+ height 21
+ }
+ }
+
+ keyboard_off {
+ background {
+ image keyboard_off.png
+ width 174
+ height 21
+ }
+ }
+
+ basic_controls {
+ background {
+ image basic.png
+ width 159
+ height 55
+ }
+
+ buttons {
+ volume-down {
+ image button.png
+ x 1
+ y 9
+ }
+ volume-up {
+ image button.png
+ x 57
+ y 9
+ }
+ power {
+ image button.png
+ x 113
+ y 9
+ }
+ }
+ }
+}
diff --git a/emulator/skins/dynamic/select.png b/emulator/skins/dynamic/select.png
new file mode 100644
index 000000000..f4a65d3b5
--- /dev/null
+++ b/emulator/skins/dynamic/select.png
Binary files differ