summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-12 23:36:40 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-12 23:36:40 +0100
commit0dc9fd5199358037b0eff99d06afc7a6b4ac114f (patch)
tree9ceb7401511c4dd518ffedf810e980df27febc1e /data
parentc60e99091b92dc861897135c50a97a08a288e33f (diff)
downloadplus-0dc9fd5199358037b0eff99d06afc7a6b4ac114f.tar.gz
plus-0dc9fd5199358037b0eff99d06afc7a6b4ac114f.tar.bz2
plus-0dc9fd5199358037b0eff99d06afc7a6b4ac114f.tar.xz
plus-0dc9fd5199358037b0eff99d06afc7a6b4ac114f.zip
Add Keyboard button in Jewelry Theme for Android.
Diffstat (limited to 'data')
-rw-r--r--data/themes/jewelry/CMakeLists.txt1
-rw-r--r--data/themes/jewelry/Makefile.am1
-rw-r--r--data/themes/jewelry/keyboard_icon.xml7
-rw-r--r--data/themes/jewelry/window.pngbin24378 -> 24781 bytes
4 files changed, 9 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index 3dddb0f33..30fa9317e 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -25,6 +25,7 @@ SET (FILES
inventory.xml
itempopup.xml
items.xml
+ keyboard_icon.xml
LICENSE.txt
listbox.xml
map.xml
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index ebe5ed1f6..2083f3c1f 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -28,6 +28,7 @@ gui_DATA = \
inventory.xml \
itempopup.xml \
items.xml \
+ keyboard_icon.xml \
LICENSE.txt \
listbox.xml \
map.xml \
diff --git a/data/themes/jewelry/keyboard_icon.xml b/data/themes/jewelry/keyboard_icon.xml
new file mode 100644
index 000000000..3307952de
--- /dev/null
+++ b/data/themes/jewelry/keyboard_icon.xml
@@ -0,0 +1,7 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+
+ <part type="standart" xpos="153" ypos="186" width="32" height="32" />
+
+ </widget>
+</skinset>
diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png
index 3b1c17003..eba517169 100644
--- a/data/themes/jewelry/window.png
+++ b/data/themes/jewelry/window.png
Binary files differ