diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-12 23:36:40 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-12 23:36:40 +0100 |
commit | 0dc9fd5199358037b0eff99d06afc7a6b4ac114f (patch) | |
tree | 9ceb7401511c4dd518ffedf810e980df27febc1e /data | |
parent | c60e99091b92dc861897135c50a97a08a288e33f (diff) | |
download | plus-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.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/keyboard_icon.xml | 7 | ||||
-rw-r--r-- | data/themes/jewelry/window.png | bin | 24378 -> 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 Binary files differindex 3b1c17003..eba517169 100644 --- a/data/themes/jewelry/window.png +++ b/data/themes/jewelry/window.png |