summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-29 22:44:09 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-29 22:44:09 +0100
commitd48e360ea40536e9f3e7fb4ce381b7fdc2ee5954 (patch)
treea77f652d5c15205df5bdfd77638f96e40c4e4c2b
parentdc1d25eca1f0044ac288e2c31403d291fb669d05 (diff)
downloadplus-d48e360ea40536e9f3e7fb4ce381b7fdc2ee5954.tar.gz
plus-d48e360ea40536e9f3e7fb4ce381b7fdc2ee5954.tar.bz2
plus-d48e360ea40536e9f3e7fb4ce381b7fdc2ee5954.tar.xz
plus-d48e360ea40536e9f3e7fb4ce381b7fdc2ee5954.zip
ANDROID: Basic joypad area graphic added in Jewelry Theme.
-rw-r--r--data/themes/jewelry/CMakeLists.txt1
-rw-r--r--data/themes/jewelry/Makefile.am1
-rw-r--r--data/themes/jewelry/dpad.xml11
-rw-r--r--data/themes/jewelry/window.pngbin24781 -> 24065 bytes
4 files changed, 13 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index 24c1b2051..f30a82ab9 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -12,6 +12,7 @@ SET (FILES
colors.xml
complete_icon.xml
didyouknow.xml
+ dpad.xml
dropdown.xml
dropdown_background.xml
dropdown_pressed.xml
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index f2152d021..4c018ca3f 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -15,6 +15,7 @@ gui_DATA = \
colors.xml \
complete_icon.xml \
didyouknow.xml \
+ dpad.xml \
dropdown.xml \
dropdown_background.xml \
dropdown_pressed.xml \
diff --git a/data/themes/jewelry/dpad.xml b/data/themes/jewelry/dpad.xml
new file mode 100644
index 000000000..1a02f7599
--- /dev/null
+++ b/data/themes/jewelry/dpad.xml
@@ -0,0 +1,11 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+
+ <option name="padding" value="10" />
+ <option name="x" value="0" />
+ <option name="y" value="0" />
+
+ <part type="standart" xpos="371" ypos="0" width="100" height="100" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png
index eba517169..1f4302420 100644
--- a/data/themes/jewelry/window.png
+++ b/data/themes/jewelry/window.png
Binary files differ