diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-04 11:59:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-04 11:59:19 +0300 |
commit | f54248ded370d95586e52b5fd8e14902fb5eec2b (patch) | |
tree | b0f205bb4354c48e3a1fb05d567684f40945a680 /data/themes/jewelry/keyboard_icon_high.xml | |
parent | 0282a499894b9ef5cde652dc06c8a073318ab93b (diff) | |
download | plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.tar.gz plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.tar.bz2 plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.tar.xz plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.zip |
show keyboard icon in different densities with different paddings.
Diffstat (limited to 'data/themes/jewelry/keyboard_icon_high.xml')
-rw-r--r-- | data/themes/jewelry/keyboard_icon_high.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/themes/jewelry/keyboard_icon_high.xml b/data/themes/jewelry/keyboard_icon_high.xml new file mode 100644 index 000000000..5bfb71401 --- /dev/null +++ b/data/themes/jewelry/keyboard_icon_high.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="7" /> + <option name="clickborder" value="20" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="0" height="0" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> |