From: Jaehwan Kim Date: Thu, 5 Jul 2012 07:31:59 +0000 (+0900) Subject: efl-theme-white init X-Git-Tag: submit/2.0alpha-wayland/20130514.211816~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5df31074a44824e8aeb3c31ea66ade74e9234c3b;p=profile%2Fivi%2Fefl-theme-white.git efl-theme-white init Change-Id: I40d0fcb28f8fc8104d7651b2fb18356373868913 --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..00d92ff --- /dev/null +++ b/AUTHORS @@ -0,0 +1,13 @@ +Jaehwan Kim +Seokjae Jeong +ChunEon Park +Juyung Seo +WooHyun Jung +MyungJae Lee +Cinwoo Kim +MyungWoon Kim +Hoyoung Chang +JeeYeon Park +IlKook Yun +JeongHyun Yun + diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..652c7e1 --- /dev/null +++ b/COPYING @@ -0,0 +1,16 @@ +Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + +This file is a part of efl-theme-white +Written by Jaehwan Kim and various contributors (see AUTHORS) + +PROPRIETARY/CONFIDENTIAL + +This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). +You shall not disclose such Confidential Information and shall +use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS. +SAMSUNG make no representations or warranties about the suitability +of the software, either express or implied, including but not +limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. +SAMSUNG shall not be liable for any damages suffered by licensee as +a result of using, modifying or distributing this software or its derivatives. + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2ae06d1 --- /dev/null +++ b/Makefile @@ -0,0 +1,33 @@ +PREFIX ?= /usr +EFL_THEME_DIR=$(DESTDIR)/opt/var/efl-theme-tizen-edc + +INSTALL=install -c + +$(warning $(CC) ) + +all: themes + echo $(escaped_prefix) + +themes: copy_edc + cd themes && make + rm -rf themes/white*.edc + rm -rf themes/widgets + +install_themes: + cd themes && make install + +install: install_themes + +copy_edc: + cp $(EFL_THEME_DIR)/tizen.edc themes/white-hd.edc + cp $(EFL_THEME_DIR)/widgets themes/ -r + +white-hd: + cd themes && make $@ + +clean: + rm -rf themes/*.edj + rm -rf themes/white*.edc + rm -rf themes/widgets + +distclean: clean diff --git a/packaging/efl-theme-white-hd.spec b/packaging/efl-theme-white-hd.spec new file mode 100644 index 0000000..48a41f5 --- /dev/null +++ b/packaging/efl-theme-white-hd.spec @@ -0,0 +1,34 @@ +Name: efl-theme-white-hd +Summary: Blue theme files +Version: 1.0.15 +Release: 1 +Group: TO_BE/FILLED_IN +License: TO_BE/FILLED_IN +Source0: %{name}-%{version}.tar.gz +BuildRequires: edje, edje-bin, embryo, embryo-bin +BuildRequires: efl-theme-tizen-devel + + +%description +Blue theme for EFL + + +%prep +%setup -q + + +%build +export CFLAGS+=" --fPIC" +export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib" + +make %{?jobs:-j%jobs} + + +%install +rm -rf %{buildroot} +%make_install + + +%files +%defattr(-,root,root,-) +%{_datadir}/elementary/themes/white-hd.edj diff --git a/themes/Makefile b/themes/Makefile new file mode 100644 index 0000000..14ba9d5 --- /dev/null +++ b/themes/Makefile @@ -0,0 +1,26 @@ +PREFIX ?= /usr +INSTALL=install -c +themedir=$(DESTDIR)$(PREFIX)/share/elementary/themes +EDJE_FLAGS_VERBOSE_ = +EDJE_FLAGS_VERBOSE_0 = +EDJE_FLAGS_VERBOSE_1 = -v + +all: white-hd + echo $(escaped_prefix) + +.SUFFIXES: .edc .edj +.edc.edj: + cp ./inc/$(@:.edj=-inc.edc) ./inc/tmp-inc.edc + edje_cc $(EDJE_FLAGS_$(V)) -id ./images/$(@:.edj=) -sd ./sounds -fd ../objects $(@:.edj=.edc) + rm ./inc/tmp-inc.edc + +white-hd: white-hd.edj + +clean: + rm -f *.edj + +install: + mkdir -p $(themedir) + $(INSTALL) white*.edj $(themedir) + +distclean: clean diff --git a/themes/images/white-hd/00_EditField_clear.png b/themes/images/white-hd/00_EditField_clear.png new file mode 100644 index 0000000..a9fc70e Binary files /dev/null and b/themes/images/white-hd/00_EditField_clear.png differ diff --git a/themes/images/white-hd/00_MessageBubble_BG_receive.png b/themes/images/white-hd/00_MessageBubble_BG_receive.png new file mode 100644 index 0000000..487636f Binary files /dev/null and b/themes/images/white-hd/00_MessageBubble_BG_receive.png differ diff --git a/themes/images/white-hd/00_MessageBubble_BG_send.png b/themes/images/white-hd/00_MessageBubble_BG_send.png new file mode 100644 index 0000000..bc30b93 Binary files /dev/null and b/themes/images/white-hd/00_MessageBubble_BG_send.png differ diff --git a/themes/images/white-hd/00_Option_header_bt.png b/themes/images/white-hd/00_Option_header_bt.png new file mode 100644 index 0000000..2d1d0a5 Binary files /dev/null and b/themes/images/white-hd/00_Option_header_bt.png differ diff --git a/themes/images/white-hd/00_Option_header_bt_dim.png b/themes/images/white-hd/00_Option_header_bt_dim.png new file mode 100644 index 0000000..2467861 Binary files /dev/null and b/themes/images/white-hd/00_Option_header_bt_dim.png differ diff --git a/themes/images/white-hd/00_Option_header_bt_focus.png b/themes/images/white-hd/00_Option_header_bt_focus.png new file mode 100644 index 0000000..6ee6ae8 Binary files /dev/null and b/themes/images/white-hd/00_Option_header_bt_focus.png differ diff --git a/themes/images/white-hd/00_Option_header_bt_press.png b/themes/images/white-hd/00_Option_header_bt_press.png new file mode 100644 index 0000000..317c6f0 Binary files /dev/null and b/themes/images/white-hd/00_Option_header_bt_press.png differ diff --git a/themes/images/white-hd/00_Title_btn.png b/themes/images/white-hd/00_Title_btn.png new file mode 100644 index 0000000..201028c Binary files /dev/null and b/themes/images/white-hd/00_Title_btn.png differ diff --git a/themes/images/white-hd/00_Title_btn_press.png b/themes/images/white-hd/00_Title_btn_press.png new file mode 100644 index 0000000..98253e2 Binary files /dev/null and b/themes/images/white-hd/00_Title_btn_press.png differ diff --git a/themes/images/white-hd/00_alarm_repeat_button_normal_01.png b/themes/images/white-hd/00_alarm_repeat_button_normal_01.png new file mode 100644 index 0000000..c4c593f Binary files /dev/null and b/themes/images/white-hd/00_alarm_repeat_button_normal_01.png differ diff --git a/themes/images/white-hd/00_alarm_repeat_button_normal_02.png b/themes/images/white-hd/00_alarm_repeat_button_normal_02.png new file mode 100644 index 0000000..7fcb214 Binary files /dev/null and b/themes/images/white-hd/00_alarm_repeat_button_normal_02.png differ diff --git a/themes/images/white-hd/00_alarm_repeat_button_normal_03.png b/themes/images/white-hd/00_alarm_repeat_button_normal_03.png new file mode 100644 index 0000000..9cd927c Binary files /dev/null and b/themes/images/white-hd/00_alarm_repeat_button_normal_03.png differ diff --git a/themes/images/white-hd/00_alarm_repeat_button_press_01.png b/themes/images/white-hd/00_alarm_repeat_button_press_01.png new file mode 100644 index 0000000..165e5fe Binary files /dev/null and b/themes/images/white-hd/00_alarm_repeat_button_press_01.png differ diff --git a/themes/images/white-hd/00_alarm_repeat_button_press_02.png b/themes/images/white-hd/00_alarm_repeat_button_press_02.png new file mode 100644 index 0000000..cc491e0 Binary files /dev/null and b/themes/images/white-hd/00_alarm_repeat_button_press_02.png differ diff --git a/themes/images/white-hd/00_alarm_repeat_button_press_03.png b/themes/images/white-hd/00_alarm_repeat_button_press_03.png new file mode 100644 index 0000000..2118783 Binary files /dev/null and b/themes/images/white-hd/00_alarm_repeat_button_press_03.png differ diff --git a/themes/images/white-hd/00_arrow_expand.png b/themes/images/white-hd/00_arrow_expand.png new file mode 100644 index 0000000..399ab64 Binary files /dev/null and b/themes/images/white-hd/00_arrow_expand.png differ diff --git a/themes/images/white-hd/00_arrow_expand_dim.png b/themes/images/white-hd/00_arrow_expand_dim.png new file mode 100644 index 0000000..bf96241 Binary files /dev/null and b/themes/images/white-hd/00_arrow_expand_dim.png differ diff --git a/themes/images/white-hd/00_arrow_expand_press.png b/themes/images/white-hd/00_arrow_expand_press.png new file mode 100644 index 0000000..399ab64 Binary files /dev/null and b/themes/images/white-hd/00_arrow_expand_press.png differ diff --git a/themes/images/white-hd/00_badge_34x34.png b/themes/images/white-hd/00_badge_34x34.png new file mode 100644 index 0000000..326ca8c Binary files /dev/null and b/themes/images/white-hd/00_badge_34x34.png differ diff --git a/themes/images/white-hd/00_badge_40x40.png b/themes/images/white-hd/00_badge_40x40.png new file mode 100644 index 0000000..4b08ae1 Binary files /dev/null and b/themes/images/white-hd/00_badge_40x40.png differ diff --git a/themes/images/white-hd/00_btn_circle_bg_empty_normal.png b/themes/images/white-hd/00_btn_circle_bg_empty_normal.png new file mode 100644 index 0000000..1cfdaa2 Binary files /dev/null and b/themes/images/white-hd/00_btn_circle_bg_empty_normal.png differ diff --git a/themes/images/white-hd/00_btn_circle_bg_empty_press.png b/themes/images/white-hd/00_btn_circle_bg_empty_press.png new file mode 100644 index 0000000..bd6305e Binary files /dev/null and b/themes/images/white-hd/00_btn_circle_bg_empty_press.png differ diff --git a/themes/images/white-hd/00_btn_circle_bg_normal.png b/themes/images/white-hd/00_btn_circle_bg_normal.png new file mode 100644 index 0000000..9490ac8 Binary files /dev/null and b/themes/images/white-hd/00_btn_circle_bg_normal.png differ diff --git a/themes/images/white-hd/00_btn_circle_bg_press.png b/themes/images/white-hd/00_btn_circle_bg_press.png new file mode 100644 index 0000000..1cfa2f2 Binary files /dev/null and b/themes/images/white-hd/00_btn_circle_bg_press.png differ diff --git a/themes/images/white-hd/00_button_01_normal.png b/themes/images/white-hd/00_button_01_normal.png new file mode 100644 index 0000000..cbda2dd Binary files /dev/null and b/themes/images/white-hd/00_button_01_normal.png differ diff --git a/themes/images/white-hd/00_button_01_normal_Focus.png b/themes/images/white-hd/00_button_01_normal_Focus.png new file mode 100644 index 0000000..6ee6ae8 Binary files /dev/null and b/themes/images/white-hd/00_button_01_normal_Focus.png differ diff --git a/themes/images/white-hd/00_button_01_normal_dim.png b/themes/images/white-hd/00_button_01_normal_dim.png new file mode 100644 index 0000000..34a041b Binary files /dev/null and b/themes/images/white-hd/00_button_01_normal_dim.png differ diff --git a/themes/images/white-hd/00_button_01_normal_press.png b/themes/images/white-hd/00_button_01_normal_press.png new file mode 100644 index 0000000..3468f48 Binary files /dev/null and b/themes/images/white-hd/00_button_01_normal_press.png differ diff --git a/themes/images/white-hd/00_button_02_focus.png b/themes/images/white-hd/00_button_02_focus.png new file mode 100644 index 0000000..137872c Binary files /dev/null and b/themes/images/white-hd/00_button_02_focus.png differ diff --git a/themes/images/white-hd/00_button_02_normal.png b/themes/images/white-hd/00_button_02_normal.png new file mode 100644 index 0000000..2d3c75a Binary files /dev/null and b/themes/images/white-hd/00_button_02_normal.png differ diff --git a/themes/images/white-hd/00_button_02_press.png b/themes/images/white-hd/00_button_02_press.png new file mode 100644 index 0000000..0de4f2a Binary files /dev/null and b/themes/images/white-hd/00_button_02_press.png differ diff --git a/themes/images/white-hd/00_button_04_dim.png b/themes/images/white-hd/00_button_04_dim.png new file mode 100644 index 0000000..3ce2fd2 Binary files /dev/null and b/themes/images/white-hd/00_button_04_dim.png differ diff --git a/themes/images/white-hd/00_button_04_normal.png b/themes/images/white-hd/00_button_04_normal.png new file mode 100644 index 0000000..1709d98 Binary files /dev/null and b/themes/images/white-hd/00_button_04_normal.png differ diff --git a/themes/images/white-hd/00_button_04_normal_focus.png b/themes/images/white-hd/00_button_04_normal_focus.png new file mode 100644 index 0000000..6ee6ae8 Binary files /dev/null and b/themes/images/white-hd/00_button_04_normal_focus.png differ diff --git a/themes/images/white-hd/00_button_04_press.png b/themes/images/white-hd/00_button_04_press.png new file mode 100644 index 0000000..3468f48 Binary files /dev/null and b/themes/images/white-hd/00_button_04_press.png differ diff --git a/themes/images/white-hd/00_button_05_dim.png b/themes/images/white-hd/00_button_05_dim.png new file mode 100644 index 0000000..ca1ba1b Binary files /dev/null and b/themes/images/white-hd/00_button_05_dim.png differ diff --git a/themes/images/white-hd/00_button_05_normal.png b/themes/images/white-hd/00_button_05_normal.png new file mode 100644 index 0000000..8740c27 Binary files /dev/null and b/themes/images/white-hd/00_button_05_normal.png differ diff --git a/themes/images/white-hd/00_button_05_normal_focus.png b/themes/images/white-hd/00_button_05_normal_focus.png new file mode 100644 index 0000000..37a8f40 Binary files /dev/null and b/themes/images/white-hd/00_button_05_normal_focus.png differ diff --git a/themes/images/white-hd/00_button_05_press.png b/themes/images/white-hd/00_button_05_press.png new file mode 100644 index 0000000..99700db Binary files /dev/null and b/themes/images/white-hd/00_button_05_press.png differ diff --git a/themes/images/white-hd/00_button_06_dim.png b/themes/images/white-hd/00_button_06_dim.png new file mode 100644 index 0000000..6dfb142 Binary files /dev/null and b/themes/images/white-hd/00_button_06_dim.png differ diff --git a/themes/images/white-hd/00_button_06_normal.png b/themes/images/white-hd/00_button_06_normal.png new file mode 100644 index 0000000..9b9c39c Binary files /dev/null and b/themes/images/white-hd/00_button_06_normal.png differ diff --git a/themes/images/white-hd/00_button_06_normal_focus.png b/themes/images/white-hd/00_button_06_normal_focus.png new file mode 100644 index 0000000..b63a031 Binary files /dev/null and b/themes/images/white-hd/00_button_06_normal_focus.png differ diff --git a/themes/images/white-hd/00_button_06_press.png b/themes/images/white-hd/00_button_06_press.png new file mode 100644 index 0000000..0f7e6ec Binary files /dev/null and b/themes/images/white-hd/00_button_06_press.png differ diff --git a/themes/images/white-hd/00_button_call.png b/themes/images/white-hd/00_button_call.png new file mode 100644 index 0000000..9c13b04 Binary files /dev/null and b/themes/images/white-hd/00_button_call.png differ diff --git a/themes/images/white-hd/00_button_call_press.png b/themes/images/white-hd/00_button_call_press.png new file mode 100644 index 0000000..9c13b04 Binary files /dev/null and b/themes/images/white-hd/00_button_call_press.png differ diff --git a/themes/images/white-hd/00_button_cancel.png b/themes/images/white-hd/00_button_cancel.png new file mode 100644 index 0000000..f8eaf80 Binary files /dev/null and b/themes/images/white-hd/00_button_cancel.png differ diff --git a/themes/images/white-hd/00_button_cancel_press.png b/themes/images/white-hd/00_button_cancel_press.png new file mode 100644 index 0000000..f8eaf80 Binary files /dev/null and b/themes/images/white-hd/00_button_cancel_press.png differ diff --git a/themes/images/white-hd/00_button_cancel_pressed.png b/themes/images/white-hd/00_button_cancel_pressed.png new file mode 100644 index 0000000..40c0d4f Binary files /dev/null and b/themes/images/white-hd/00_button_cancel_pressed.png differ diff --git a/themes/images/white-hd/00_button_edit.png b/themes/images/white-hd/00_button_edit.png new file mode 100644 index 0000000..fdd36d6 Binary files /dev/null and b/themes/images/white-hd/00_button_edit.png differ diff --git a/themes/images/white-hd/00_button_edit_dim.png b/themes/images/white-hd/00_button_edit_dim.png new file mode 100644 index 0000000..790fd99 Binary files /dev/null and b/themes/images/white-hd/00_button_edit_dim.png differ diff --git a/themes/images/white-hd/00_button_edit_focus.png b/themes/images/white-hd/00_button_edit_focus.png new file mode 100644 index 0000000..20c1764 Binary files /dev/null and b/themes/images/white-hd/00_button_edit_focus.png differ diff --git a/themes/images/white-hd/00_button_edit_press.png b/themes/images/white-hd/00_button_edit_press.png new file mode 100644 index 0000000..5c6762a Binary files /dev/null and b/themes/images/white-hd/00_button_edit_press.png differ diff --git a/themes/images/white-hd/00_button_expand_closed.png b/themes/images/white-hd/00_button_expand_closed.png new file mode 100644 index 0000000..b421ad1 Binary files /dev/null and b/themes/images/white-hd/00_button_expand_closed.png differ diff --git a/themes/images/white-hd/00_button_expand_closed_press.png b/themes/images/white-hd/00_button_expand_closed_press.png new file mode 100644 index 0000000..b421ad1 Binary files /dev/null and b/themes/images/white-hd/00_button_expand_closed_press.png differ diff --git a/themes/images/white-hd/00_button_expand_opened.png b/themes/images/white-hd/00_button_expand_opened.png new file mode 100644 index 0000000..9d89e65 Binary files /dev/null and b/themes/images/white-hd/00_button_expand_opened.png differ diff --git a/themes/images/white-hd/00_button_expand_opened_press.png b/themes/images/white-hd/00_button_expand_opened_press.png new file mode 100644 index 0000000..9d89e65 Binary files /dev/null and b/themes/images/white-hd/00_button_expand_opened_press.png differ diff --git a/themes/images/white-hd/00_button_icon_expand.png b/themes/images/white-hd/00_button_icon_expand.png new file mode 100644 index 0000000..cd36ac1 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_expand.png differ diff --git a/themes/images/white-hd/00_button_icon_expand_closed.png b/themes/images/white-hd/00_button_icon_expand_closed.png new file mode 100644 index 0000000..acca071 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_expand_closed.png differ diff --git a/themes/images/white-hd/00_button_icon_expand_closed_press.png b/themes/images/white-hd/00_button_icon_expand_closed_press.png new file mode 100644 index 0000000..acca071 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_expand_closed_press.png differ diff --git a/themes/images/white-hd/00_button_icon_expand_opened.png b/themes/images/white-hd/00_button_icon_expand_opened.png new file mode 100644 index 0000000..cd36ac1 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_expand_opened.png differ diff --git a/themes/images/white-hd/00_button_icon_expand_opened_press.png b/themes/images/white-hd/00_button_icon_expand_opened_press.png new file mode 100644 index 0000000..cd36ac1 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_expand_opened_press.png differ diff --git a/themes/images/white-hd/00_button_icon_expand_press.png b/themes/images/white-hd/00_button_icon_expand_press.png new file mode 100644 index 0000000..cd36ac1 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_expand_press.png differ diff --git a/themes/images/white-hd/00_button_icon_minus.png b/themes/images/white-hd/00_button_icon_minus.png new file mode 100644 index 0000000..f9a376f Binary files /dev/null and b/themes/images/white-hd/00_button_icon_minus.png differ diff --git a/themes/images/white-hd/00_button_icon_minus_press.png b/themes/images/white-hd/00_button_icon_minus_press.png new file mode 100644 index 0000000..ee9aedd Binary files /dev/null and b/themes/images/white-hd/00_button_icon_minus_press.png differ diff --git a/themes/images/white-hd/00_button_icon_plus.png b/themes/images/white-hd/00_button_icon_plus.png new file mode 100644 index 0000000..1ee0149 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_plus.png differ diff --git a/themes/images/white-hd/00_button_icon_plus_press.png b/themes/images/white-hd/00_button_icon_plus_press.png new file mode 100644 index 0000000..1ee0149 Binary files /dev/null and b/themes/images/white-hd/00_button_icon_plus_press.png differ diff --git a/themes/images/white-hd/00_button_info.png b/themes/images/white-hd/00_button_info.png new file mode 100644 index 0000000..4a6e104 Binary files /dev/null and b/themes/images/white-hd/00_button_info.png differ diff --git a/themes/images/white-hd/00_button_info_press.png b/themes/images/white-hd/00_button_info_press.png new file mode 100644 index 0000000..4a6e104 Binary files /dev/null and b/themes/images/white-hd/00_button_info_press.png differ diff --git a/themes/images/white-hd/00_button_minus.png b/themes/images/white-hd/00_button_minus.png new file mode 100644 index 0000000..eadabad Binary files /dev/null and b/themes/images/white-hd/00_button_minus.png differ diff --git a/themes/images/white-hd/00_button_minus_press.png b/themes/images/white-hd/00_button_minus_press.png new file mode 100644 index 0000000..eadabad Binary files /dev/null and b/themes/images/white-hd/00_button_minus_press.png differ diff --git a/themes/images/white-hd/00_button_off.png b/themes/images/white-hd/00_button_off.png new file mode 100644 index 0000000..0c6c3d1 Binary files /dev/null and b/themes/images/white-hd/00_button_off.png differ diff --git a/themes/images/white-hd/00_button_off_press.png b/themes/images/white-hd/00_button_off_press.png new file mode 100644 index 0000000..cded287 Binary files /dev/null and b/themes/images/white-hd/00_button_off_press.png differ diff --git a/themes/images/white-hd/00_button_on.png b/themes/images/white-hd/00_button_on.png new file mode 100644 index 0000000..d18dfe0 Binary files /dev/null and b/themes/images/white-hd/00_button_on.png differ diff --git a/themes/images/white-hd/00_button_on_press.png b/themes/images/white-hd/00_button_on_press.png new file mode 100644 index 0000000..89ef545 Binary files /dev/null and b/themes/images/white-hd/00_button_on_press.png differ diff --git a/themes/images/white-hd/00_button_onoff_handle.png b/themes/images/white-hd/00_button_onoff_handle.png new file mode 100644 index 0000000..9f8846c Binary files /dev/null and b/themes/images/white-hd/00_button_onoff_handle.png differ diff --git a/themes/images/white-hd/00_button_onoff_handle_press.png b/themes/images/white-hd/00_button_onoff_handle_press.png new file mode 100644 index 0000000..f0e9509 Binary files /dev/null and b/themes/images/white-hd/00_button_onoff_handle_press.png differ diff --git a/themes/images/white-hd/00_button_plus.png b/themes/images/white-hd/00_button_plus.png new file mode 100755 index 0000000..724d1a8 Binary files /dev/null and b/themes/images/white-hd/00_button_plus.png differ diff --git a/themes/images/white-hd/00_button_plus_press.png b/themes/images/white-hd/00_button_plus_press.png new file mode 100644 index 0000000..724d1a8 Binary files /dev/null and b/themes/images/white-hd/00_button_plus_press.png differ diff --git a/themes/images/white-hd/00_button_plus_pressed.png b/themes/images/white-hd/00_button_plus_pressed.png new file mode 100644 index 0000000..e5f4cd4 Binary files /dev/null and b/themes/images/white-hd/00_button_plus_pressed.png differ diff --git a/themes/images/white-hd/00_button_popup_dim.png b/themes/images/white-hd/00_button_popup_dim.png new file mode 100644 index 0000000..3ce2fd2 Binary files /dev/null and b/themes/images/white-hd/00_button_popup_dim.png differ diff --git a/themes/images/white-hd/00_button_popup_normal.png b/themes/images/white-hd/00_button_popup_normal.png new file mode 100644 index 0000000..bcfb7fa Binary files /dev/null and b/themes/images/white-hd/00_button_popup_normal.png differ diff --git a/themes/images/white-hd/00_button_popup_normal_focus.png b/themes/images/white-hd/00_button_popup_normal_focus.png new file mode 100644 index 0000000..6ee6ae8 Binary files /dev/null and b/themes/images/white-hd/00_button_popup_normal_focus.png differ diff --git a/themes/images/white-hd/00_button_popup_press.png b/themes/images/white-hd/00_button_popup_press.png new file mode 100644 index 0000000..3468f48 Binary files /dev/null and b/themes/images/white-hd/00_button_popup_press.png differ diff --git a/themes/images/white-hd/00_button_radio_normal1.png b/themes/images/white-hd/00_button_radio_normal1.png new file mode 100644 index 0000000..7a24345 Binary files /dev/null and b/themes/images/white-hd/00_button_radio_normal1.png differ diff --git a/themes/images/white-hd/00_button_radio_normal2.png b/themes/images/white-hd/00_button_radio_normal2.png new file mode 100644 index 0000000..770e41d Binary files /dev/null and b/themes/images/white-hd/00_button_radio_normal2.png differ diff --git a/themes/images/white-hd/00_button_radio_press1.png b/themes/images/white-hd/00_button_radio_press1.png new file mode 100644 index 0000000..4ba1c87 Binary files /dev/null and b/themes/images/white-hd/00_button_radio_press1.png differ diff --git a/themes/images/white-hd/00_button_radio_press2.png b/themes/images/white-hd/00_button_radio_press2.png new file mode 100644 index 0000000..1c4fafe Binary files /dev/null and b/themes/images/white-hd/00_button_radio_press2.png differ diff --git a/themes/images/white-hd/00_button_rename.png b/themes/images/white-hd/00_button_rename.png new file mode 100644 index 0000000..39c5de5 Binary files /dev/null and b/themes/images/white-hd/00_button_rename.png differ diff --git a/themes/images/white-hd/00_button_rename_press.png b/themes/images/white-hd/00_button_rename_press.png new file mode 100644 index 0000000..39c5de5 Binary files /dev/null and b/themes/images/white-hd/00_button_rename_press.png differ diff --git a/themes/images/white-hd/00_button_reveal.png b/themes/images/white-hd/00_button_reveal.png new file mode 100644 index 0000000..973b0ea Binary files /dev/null and b/themes/images/white-hd/00_button_reveal.png differ diff --git a/themes/images/white-hd/00_button_reveal_press.png b/themes/images/white-hd/00_button_reveal_press.png new file mode 100644 index 0000000..973b0ea Binary files /dev/null and b/themes/images/white-hd/00_button_reveal_press.png differ diff --git a/themes/images/white-hd/00_button_send.png b/themes/images/white-hd/00_button_send.png new file mode 100644 index 0000000..c3bf732 Binary files /dev/null and b/themes/images/white-hd/00_button_send.png differ diff --git a/themes/images/white-hd/00_button_send_press.png b/themes/images/white-hd/00_button_send_press.png new file mode 100644 index 0000000..c3bf732 Binary files /dev/null and b/themes/images/white-hd/00_button_send_press.png differ diff --git a/themes/images/white-hd/00_button_sweep.png b/themes/images/white-hd/00_button_sweep.png new file mode 100644 index 0000000..070c4ad Binary files /dev/null and b/themes/images/white-hd/00_button_sweep.png differ diff --git a/themes/images/white-hd/00_button_sweep_delete.png b/themes/images/white-hd/00_button_sweep_delete.png new file mode 100644 index 0000000..632f52b Binary files /dev/null and b/themes/images/white-hd/00_button_sweep_delete.png differ diff --git a/themes/images/white-hd/00_button_sweep_delete_press.png b/themes/images/white-hd/00_button_sweep_delete_press.png new file mode 100644 index 0000000..e27bf6a Binary files /dev/null and b/themes/images/white-hd/00_button_sweep_delete_press.png differ diff --git a/themes/images/white-hd/00_button_sweep_dim.png b/themes/images/white-hd/00_button_sweep_dim.png new file mode 100644 index 0000000..dacfd1c Binary files /dev/null and b/themes/images/white-hd/00_button_sweep_dim.png differ diff --git a/themes/images/white-hd/00_button_sweep_focus.png b/themes/images/white-hd/00_button_sweep_focus.png new file mode 100644 index 0000000..6ee6ae8 Binary files /dev/null and b/themes/images/white-hd/00_button_sweep_focus.png differ diff --git a/themes/images/white-hd/00_button_sweep_press.png b/themes/images/white-hd/00_button_sweep_press.png new file mode 100644 index 0000000..3468f48 Binary files /dev/null and b/themes/images/white-hd/00_button_sweep_press.png differ diff --git a/themes/images/white-hd/00_button_warning.png b/themes/images/white-hd/00_button_warning.png new file mode 100644 index 0000000..c4789db Binary files /dev/null and b/themes/images/white-hd/00_button_warning.png differ diff --git a/themes/images/white-hd/00_button_warning_press.png b/themes/images/white-hd/00_button_warning_press.png new file mode 100644 index 0000000..98a1265 Binary files /dev/null and b/themes/images/white-hd/00_button_warning_press.png differ diff --git a/themes/images/white-hd/00_calend_picker_day_press.png b/themes/images/white-hd/00_calend_picker_day_press.png new file mode 100644 index 0000000..523d5ad Binary files /dev/null and b/themes/images/white-hd/00_calend_picker_day_press.png differ diff --git a/themes/images/white-hd/00_check_bg.png b/themes/images/white-hd/00_check_bg.png new file mode 100644 index 0000000..f64963f Binary files /dev/null and b/themes/images/white-hd/00_check_bg.png differ diff --git a/themes/images/white-hd/00_check_bg_dim.png b/themes/images/white-hd/00_check_bg_dim.png new file mode 100644 index 0000000..c62ca06 Binary files /dev/null and b/themes/images/white-hd/00_check_bg_dim.png differ diff --git a/themes/images/white-hd/00_check_bg_press.png b/themes/images/white-hd/00_check_bg_press.png new file mode 100644 index 0000000..2c2599b Binary files /dev/null and b/themes/images/white-hd/00_check_bg_press.png differ diff --git a/themes/images/white-hd/00_check_checking.png b/themes/images/white-hd/00_check_checking.png new file mode 100644 index 0000000..c6ce824 Binary files /dev/null and b/themes/images/white-hd/00_check_checking.png differ diff --git a/themes/images/white-hd/00_check_checking_dim.png b/themes/images/white-hd/00_check_checking_dim.png new file mode 100644 index 0000000..4f88a6c Binary files /dev/null and b/themes/images/white-hd/00_check_checking_dim.png differ diff --git a/themes/images/white-hd/00_check_off.png b/themes/images/white-hd/00_check_off.png new file mode 100644 index 0000000..0a57cfe Binary files /dev/null and b/themes/images/white-hd/00_check_off.png differ diff --git a/themes/images/white-hd/00_check_on.png b/themes/images/white-hd/00_check_on.png new file mode 100644 index 0000000..12b266e Binary files /dev/null and b/themes/images/white-hd/00_check_on.png differ diff --git a/themes/images/white-hd/00_color_picker_btn_left.png b/themes/images/white-hd/00_color_picker_btn_left.png new file mode 100644 index 0000000..b74e224 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_btn_left.png differ diff --git a/themes/images/white-hd/00_color_picker_btn_left_dim.png b/themes/images/white-hd/00_color_picker_btn_left_dim.png new file mode 100644 index 0000000..6e25119 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_btn_left_dim.png differ diff --git a/themes/images/white-hd/00_color_picker_btn_left_press.png b/themes/images/white-hd/00_color_picker_btn_left_press.png new file mode 100644 index 0000000..b74e224 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_btn_left_press.png differ diff --git a/themes/images/white-hd/00_color_picker_btn_right.png b/themes/images/white-hd/00_color_picker_btn_right.png new file mode 100644 index 0000000..a16bedd Binary files /dev/null and b/themes/images/white-hd/00_color_picker_btn_right.png differ diff --git a/themes/images/white-hd/00_color_picker_btn_right_dim.png b/themes/images/white-hd/00_color_picker_btn_right_dim.png new file mode 100644 index 0000000..389e6e7 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_btn_right_dim.png differ diff --git a/themes/images/white-hd/00_color_picker_btn_right_press.png b/themes/images/white-hd/00_color_picker_btn_right_press.png new file mode 100644 index 0000000..a16bedd Binary files /dev/null and b/themes/images/white-hd/00_color_picker_btn_right_press.png differ diff --git a/themes/images/white-hd/00_color_picker_focus.png b/themes/images/white-hd/00_color_picker_focus.png new file mode 100644 index 0000000..f6afdd7 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_focus.png differ diff --git a/themes/images/white-hd/00_color_picker_palette.png b/themes/images/white-hd/00_color_picker_palette.png new file mode 100644 index 0000000..0b6c6b0 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_palette.png differ diff --git a/themes/images/white-hd/00_color_picker_palette_bg.png b/themes/images/white-hd/00_color_picker_palette_bg.png new file mode 100644 index 0000000..2130190 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_palette_bg.png differ diff --git a/themes/images/white-hd/00_color_picker_palette_focus.png b/themes/images/white-hd/00_color_picker_palette_focus.png new file mode 100644 index 0000000..2614ed0 Binary files /dev/null and b/themes/images/white-hd/00_color_picker_palette_focus.png differ diff --git a/themes/images/white-hd/00_contacts_button_bg.png b/themes/images/white-hd/00_contacts_button_bg.png new file mode 100644 index 0000000..e85472f Binary files /dev/null and b/themes/images/white-hd/00_contacts_button_bg.png differ diff --git a/themes/images/white-hd/00_contacts_button_bg_press.png b/themes/images/white-hd/00_contacts_button_bg_press.png new file mode 100644 index 0000000..2ca9209 Binary files /dev/null and b/themes/images/white-hd/00_contacts_button_bg_press.png differ diff --git a/themes/images/white-hd/00_contacts_circle_bg.png b/themes/images/white-hd/00_contacts_circle_bg.png new file mode 100644 index 0000000..43b16e4 Binary files /dev/null and b/themes/images/white-hd/00_contacts_circle_bg.png differ diff --git a/themes/images/white-hd/00_ebook_slider_handle.png b/themes/images/white-hd/00_ebook_slider_handle.png new file mode 100644 index 0000000..5cc867d Binary files /dev/null and b/themes/images/white-hd/00_ebook_slider_handle.png differ diff --git a/themes/images/white-hd/00_ebook_slider_handle_press.png b/themes/images/white-hd/00_ebook_slider_handle_press.png new file mode 100644 index 0000000..608d18b Binary files /dev/null and b/themes/images/white-hd/00_ebook_slider_handle_press.png differ diff --git a/themes/images/white-hd/00_expandable_icon_folder.png b/themes/images/white-hd/00_expandable_icon_folder.png new file mode 100755 index 0000000..ad94b9c Binary files /dev/null and b/themes/images/white-hd/00_expandable_icon_folder.png differ diff --git a/themes/images/white-hd/00_expandable_icon_folder_minus.png b/themes/images/white-hd/00_expandable_icon_folder_minus.png new file mode 100755 index 0000000..abb828d Binary files /dev/null and b/themes/images/white-hd/00_expandable_icon_folder_minus.png differ diff --git a/themes/images/white-hd/00_expandable_icon_folder_plus.png b/themes/images/white-hd/00_expandable_icon_folder_plus.png new file mode 100755 index 0000000..415226c Binary files /dev/null and b/themes/images/white-hd/00_expandable_icon_folder_plus.png differ diff --git a/themes/images/white-hd/00_fast_scroll_popup_bg.png b/themes/images/white-hd/00_fast_scroll_popup_bg.png new file mode 100755 index 0000000..d77cb98 Binary files /dev/null and b/themes/images/white-hd/00_fast_scroll_popup_bg.png differ diff --git a/themes/images/white-hd/00_fast_scroll_rollover_bg.png b/themes/images/white-hd/00_fast_scroll_rollover_bg.png new file mode 100755 index 0000000..a2b108c Binary files /dev/null and b/themes/images/white-hd/00_fast_scroll_rollover_bg.png differ diff --git a/themes/images/white-hd/00_fast_scroll_rollover_index_1_bg.png b/themes/images/white-hd/00_fast_scroll_rollover_index_1_bg.png new file mode 100755 index 0000000..a2b108c Binary files /dev/null and b/themes/images/white-hd/00_fast_scroll_rollover_index_1_bg.png differ diff --git a/themes/images/white-hd/00_field_btn_Clear.png b/themes/images/white-hd/00_field_btn_Clear.png new file mode 100644 index 0000000..96dc1bb Binary files /dev/null and b/themes/images/white-hd/00_field_btn_Clear.png differ diff --git a/themes/images/white-hd/00_grid_select_check.png b/themes/images/white-hd/00_grid_select_check.png new file mode 100644 index 0000000..4385567 Binary files /dev/null and b/themes/images/white-hd/00_grid_select_check.png differ diff --git a/themes/images/white-hd/00_index list_bg.png b/themes/images/white-hd/00_index list_bg.png new file mode 100644 index 0000000..23244f3 Binary files /dev/null and b/themes/images/white-hd/00_index list_bg.png differ diff --git a/themes/images/white-hd/00_input_bg.png b/themes/images/white-hd/00_input_bg.png new file mode 100755 index 0000000..d5c11f5 Binary files /dev/null and b/themes/images/white-hd/00_input_bg.png differ diff --git a/themes/images/white-hd/00_list_bar_press_1x80.png b/themes/images/white-hd/00_list_bar_press_1x80.png new file mode 100644 index 0000000..1dc6e15 Binary files /dev/null and b/themes/images/white-hd/00_list_bar_press_1x80.png differ diff --git a/themes/images/white-hd/00_list_expandable_2_bg.png b/themes/images/white-hd/00_list_expandable_2_bg.png new file mode 100644 index 0000000..a66b980 Binary files /dev/null and b/themes/images/white-hd/00_list_expandable_2_bg.png differ diff --git a/themes/images/white-hd/00_list_expandable_2_noshadow_bg.png b/themes/images/white-hd/00_list_expandable_2_noshadow_bg.png new file mode 100644 index 0000000..faf89c7 Binary files /dev/null and b/themes/images/white-hd/00_list_expandable_2_noshadow_bg.png differ diff --git a/themes/images/white-hd/00_list_expandable_bg.png b/themes/images/white-hd/00_list_expandable_bg.png new file mode 100644 index 0000000..d466c20 Binary files /dev/null and b/themes/images/white-hd/00_list_expandable_bg.png differ diff --git a/themes/images/white-hd/00_list_group_bg.png b/themes/images/white-hd/00_list_group_bg.png new file mode 100644 index 0000000..20a4c3f Binary files /dev/null and b/themes/images/white-hd/00_list_group_bg.png differ diff --git a/themes/images/white-hd/00_list_img_check.png b/themes/images/white-hd/00_list_img_check.png new file mode 100644 index 0000000..a4cc8be Binary files /dev/null and b/themes/images/white-hd/00_list_img_check.png differ diff --git a/themes/images/white-hd/00_list_thumbnail_bg.png b/themes/images/white-hd/00_list_thumbnail_bg.png new file mode 100644 index 0000000..88522c5 Binary files /dev/null and b/themes/images/white-hd/00_list_thumbnail_bg.png differ diff --git a/themes/images/white-hd/00_mainmenu_page_bar_001.png b/themes/images/white-hd/00_mainmenu_page_bar_001.png new file mode 100644 index 0000000..cf3d69c Binary files /dev/null and b/themes/images/white-hd/00_mainmenu_page_bar_001.png differ diff --git a/themes/images/white-hd/00_mainmenu_page_bar_002.png b/themes/images/white-hd/00_mainmenu_page_bar_002.png new file mode 100644 index 0000000..adf788e Binary files /dev/null and b/themes/images/white-hd/00_mainmenu_page_bar_002.png differ diff --git a/themes/images/white-hd/00_mbe_btn_circle_bg_normal.png b/themes/images/white-hd/00_mbe_btn_circle_bg_normal.png new file mode 100755 index 0000000..9490ac8 Binary files /dev/null and b/themes/images/white-hd/00_mbe_btn_circle_bg_normal.png differ diff --git a/themes/images/white-hd/00_mbe_btn_circle_bg_press.png b/themes/images/white-hd/00_mbe_btn_circle_bg_press.png new file mode 100755 index 0000000..1cfa2f2 Binary files /dev/null and b/themes/images/white-hd/00_mbe_btn_circle_bg_press.png differ diff --git a/themes/images/white-hd/00_mbe_btn_expand_closed.png b/themes/images/white-hd/00_mbe_btn_expand_closed.png new file mode 100755 index 0000000..b421ad1 Binary files /dev/null and b/themes/images/white-hd/00_mbe_btn_expand_closed.png differ diff --git a/themes/images/white-hd/00_mbe_btn_expand_closed_press.png b/themes/images/white-hd/00_mbe_btn_expand_closed_press.png new file mode 100755 index 0000000..b421ad1 Binary files /dev/null and b/themes/images/white-hd/00_mbe_btn_expand_closed_press.png differ diff --git a/themes/images/white-hd/00_message_button_add_recipient.png b/themes/images/white-hd/00_message_button_add_recipient.png new file mode 100644 index 0000000..93da581 Binary files /dev/null and b/themes/images/white-hd/00_message_button_add_recipient.png differ diff --git a/themes/images/white-hd/00_picker_arrow_left.png b/themes/images/white-hd/00_picker_arrow_left.png new file mode 100644 index 0000000..205ecac Binary files /dev/null and b/themes/images/white-hd/00_picker_arrow_left.png differ diff --git a/themes/images/white-hd/00_picker_arrow_left_press.png b/themes/images/white-hd/00_picker_arrow_left_press.png new file mode 100644 index 0000000..205ecac Binary files /dev/null and b/themes/images/white-hd/00_picker_arrow_left_press.png differ diff --git a/themes/images/white-hd/00_picker_arrow_right.png b/themes/images/white-hd/00_picker_arrow_right.png new file mode 100644 index 0000000..1461a0c Binary files /dev/null and b/themes/images/white-hd/00_picker_arrow_right.png differ diff --git a/themes/images/white-hd/00_picker_arrow_right_press.png b/themes/images/white-hd/00_picker_arrow_right_press.png new file mode 100644 index 0000000..1461a0c Binary files /dev/null and b/themes/images/white-hd/00_picker_arrow_right_press.png differ diff --git a/themes/images/white-hd/00_picker_btn_current.png b/themes/images/white-hd/00_picker_btn_current.png new file mode 100644 index 0000000..781e9bd Binary files /dev/null and b/themes/images/white-hd/00_picker_btn_current.png differ diff --git a/themes/images/white-hd/00_picker_btn_normal.png b/themes/images/white-hd/00_picker_btn_normal.png new file mode 100644 index 0000000..ba4e80d Binary files /dev/null and b/themes/images/white-hd/00_picker_btn_normal.png differ diff --git a/themes/images/white-hd/00_picker_btn_normal_focus.png b/themes/images/white-hd/00_picker_btn_normal_focus.png new file mode 100644 index 0000000..ca42165 Binary files /dev/null and b/themes/images/white-hd/00_picker_btn_normal_focus.png differ diff --git a/themes/images/white-hd/00_picker_btn_press.png b/themes/images/white-hd/00_picker_btn_press.png new file mode 100644 index 0000000..12eeb32 Binary files /dev/null and b/themes/images/white-hd/00_picker_btn_press.png differ diff --git a/themes/images/white-hd/00_picker_field_bg.png b/themes/images/white-hd/00_picker_field_bg.png new file mode 100644 index 0000000..ed0ef4c Binary files /dev/null and b/themes/images/white-hd/00_picker_field_bg.png differ diff --git a/themes/images/white-hd/00_popup_bg.png b/themes/images/white-hd/00_popup_bg.png new file mode 100644 index 0000000..855f878 Binary files /dev/null and b/themes/images/white-hd/00_popup_bg.png differ diff --git a/themes/images/white-hd/00_popup_bg02.png b/themes/images/white-hd/00_popup_bg02.png new file mode 100644 index 0000000..4c90e97 Binary files /dev/null and b/themes/images/white-hd/00_popup_bg02.png differ diff --git a/themes/images/white-hd/00_popup_bottom.png b/themes/images/white-hd/00_popup_bottom.png new file mode 100644 index 0000000..9242dc4 Binary files /dev/null and b/themes/images/white-hd/00_popup_bottom.png differ diff --git a/themes/images/white-hd/00_popup_bottom_bg.png b/themes/images/white-hd/00_popup_bottom_bg.png new file mode 100644 index 0000000..f597b55 Binary files /dev/null and b/themes/images/white-hd/00_popup_bottom_bg.png differ diff --git a/themes/images/white-hd/00_popup_bubble_bg.png b/themes/images/white-hd/00_popup_bubble_bg.png new file mode 100644 index 0000000..11b536d Binary files /dev/null and b/themes/images/white-hd/00_popup_bubble_bg.png differ diff --git a/themes/images/white-hd/00_popup_content.png b/themes/images/white-hd/00_popup_content.png new file mode 100644 index 0000000..da6d2fd Binary files /dev/null and b/themes/images/white-hd/00_popup_content.png differ diff --git a/themes/images/white-hd/00_popup_tail_bottom.png b/themes/images/white-hd/00_popup_tail_bottom.png new file mode 100644 index 0000000..7df6648 Binary files /dev/null and b/themes/images/white-hd/00_popup_tail_bottom.png differ diff --git a/themes/images/white-hd/00_popup_tail_left.png b/themes/images/white-hd/00_popup_tail_left.png new file mode 100644 index 0000000..3f218a6 Binary files /dev/null and b/themes/images/white-hd/00_popup_tail_left.png differ diff --git a/themes/images/white-hd/00_popup_tail_right.png b/themes/images/white-hd/00_popup_tail_right.png new file mode 100644 index 0000000..281635e Binary files /dev/null and b/themes/images/white-hd/00_popup_tail_right.png differ diff --git a/themes/images/white-hd/00_popup_tail_top.png b/themes/images/white-hd/00_popup_tail_top.png new file mode 100644 index 0000000..27e2336 Binary files /dev/null and b/themes/images/white-hd/00_popup_tail_top.png differ diff --git a/themes/images/white-hd/00_popup_title_bg.png b/themes/images/white-hd/00_popup_title_bg.png new file mode 100644 index 0000000..f118903 Binary files /dev/null and b/themes/images/white-hd/00_popup_title_bg.png differ diff --git a/themes/images/white-hd/00_popup_title_middle.png b/themes/images/white-hd/00_popup_title_middle.png new file mode 100644 index 0000000..89c214f Binary files /dev/null and b/themes/images/white-hd/00_popup_title_middle.png differ diff --git a/themes/images/white-hd/00_scroll_bar.png b/themes/images/white-hd/00_scroll_bar.png new file mode 100755 index 0000000..86930ea Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar.png differ diff --git a/themes/images/white-hd/00_scroll_bar_handler_bottom.png b/themes/images/white-hd/00_scroll_bar_handler_bottom.png new file mode 100644 index 0000000..c2ad86d Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar_handler_bottom.png differ diff --git a/themes/images/white-hd/00_scroll_bar_handler_hor.png b/themes/images/white-hd/00_scroll_bar_handler_hor.png new file mode 100644 index 0000000..0518b77 Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar_handler_hor.png differ diff --git a/themes/images/white-hd/00_scroll_bar_handler_left.png b/themes/images/white-hd/00_scroll_bar_handler_left.png new file mode 100644 index 0000000..a5ecd52 Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar_handler_left.png differ diff --git a/themes/images/white-hd/00_scroll_bar_handler_middle.png b/themes/images/white-hd/00_scroll_bar_handler_middle.png new file mode 100644 index 0000000..dd67ae1 Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar_handler_middle.png differ diff --git a/themes/images/white-hd/00_scroll_bar_handler_right.png b/themes/images/white-hd/00_scroll_bar_handler_right.png new file mode 100644 index 0000000..7f6aeff Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar_handler_right.png differ diff --git a/themes/images/white-hd/00_scroll_bar_handler_top.png b/themes/images/white-hd/00_scroll_bar_handler_top.png new file mode 100644 index 0000000..385c040 Binary files /dev/null and b/themes/images/white-hd/00_scroll_bar_handler_top.png differ diff --git a/themes/images/white-hd/00_search_icon.png b/themes/images/white-hd/00_search_icon.png new file mode 100644 index 0000000..2a785c9 Binary files /dev/null and b/themes/images/white-hd/00_search_icon.png differ diff --git a/themes/images/white-hd/00_search_input_field_bg.png b/themes/images/white-hd/00_search_input_field_bg.png new file mode 100644 index 0000000..1aedfd2 Binary files /dev/null and b/themes/images/white-hd/00_search_input_field_bg.png differ diff --git a/themes/images/white-hd/00_slider_bar_press.png b/themes/images/white-hd/00_slider_bar_press.png new file mode 100644 index 0000000..595bc83 Binary files /dev/null and b/themes/images/white-hd/00_slider_bar_press.png differ diff --git a/themes/images/white-hd/00_slider_handle.png b/themes/images/white-hd/00_slider_handle.png new file mode 100644 index 0000000..6047d2d Binary files /dev/null and b/themes/images/white-hd/00_slider_handle.png differ diff --git a/themes/images/white-hd/00_slider_handle_dim.png b/themes/images/white-hd/00_slider_handle_dim.png new file mode 100755 index 0000000..829f99d Binary files /dev/null and b/themes/images/white-hd/00_slider_handle_dim.png differ diff --git a/themes/images/white-hd/00_slider_popup_bg.png b/themes/images/white-hd/00_slider_popup_bg.png new file mode 100644 index 0000000..0aad395 Binary files /dev/null and b/themes/images/white-hd/00_slider_popup_bg.png differ diff --git a/themes/images/white-hd/00_splitscreen_handler_bottom.png b/themes/images/white-hd/00_splitscreen_handler_bottom.png new file mode 100644 index 0000000..90edcdf Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_handler_bottom.png differ diff --git a/themes/images/white-hd/00_splitscreen_handler_left_hor.png b/themes/images/white-hd/00_splitscreen_handler_left_hor.png new file mode 100644 index 0000000..df798bb Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_handler_left_hor.png differ diff --git a/themes/images/white-hd/00_splitscreen_handler_middle.png b/themes/images/white-hd/00_splitscreen_handler_middle.png new file mode 100644 index 0000000..2e55772 Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_handler_middle.png differ diff --git a/themes/images/white-hd/00_splitscreen_handler_middle_hor.png b/themes/images/white-hd/00_splitscreen_handler_middle_hor.png new file mode 100644 index 0000000..10ce1b5 Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_handler_middle_hor.png differ diff --git a/themes/images/white-hd/00_splitscreen_handler_right_hor.png b/themes/images/white-hd/00_splitscreen_handler_right_hor.png new file mode 100644 index 0000000..df798bb Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_handler_right_hor.png differ diff --git a/themes/images/white-hd/00_splitscreen_handler_top.png b/themes/images/white-hd/00_splitscreen_handler_top.png new file mode 100644 index 0000000..90edcdf Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_handler_top.png differ diff --git a/themes/images/white-hd/00_splitscreen_pain_hor.png b/themes/images/white-hd/00_splitscreen_pain_hor.png new file mode 100644 index 0000000..9cb10e8 Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_pain_hor.png differ diff --git a/themes/images/white-hd/00_splitscreen_pain_music.png b/themes/images/white-hd/00_splitscreen_pain_music.png new file mode 100644 index 0000000..c437ead Binary files /dev/null and b/themes/images/white-hd/00_splitscreen_pain_music.png differ diff --git a/themes/images/white-hd/00_sweep_list_bg.png b/themes/images/white-hd/00_sweep_list_bg.png new file mode 100755 index 0000000..1606042 Binary files /dev/null and b/themes/images/white-hd/00_sweep_list_bg.png differ diff --git a/themes/images/white-hd/00_title_btn_bg_press.png b/themes/images/white-hd/00_title_btn_bg_press.png new file mode 100644 index 0000000..90a71c7 Binary files /dev/null and b/themes/images/white-hd/00_title_btn_bg_press.png differ diff --git a/themes/images/white-hd/00_title_icon_search.png b/themes/images/white-hd/00_title_icon_search.png new file mode 100644 index 0000000..ff46fa3 Binary files /dev/null and b/themes/images/white-hd/00_title_icon_search.png differ diff --git a/themes/images/white-hd/00_title_icon_search_press.png b/themes/images/white-hd/00_title_icon_search_press.png new file mode 100644 index 0000000..f2c8e57 Binary files /dev/null and b/themes/images/white-hd/00_title_icon_search_press.png differ diff --git a/themes/images/white-hd/00_toolbar_progress_bar.png b/themes/images/white-hd/00_toolbar_progress_bar.png new file mode 100644 index 0000000..c93a19a Binary files /dev/null and b/themes/images/white-hd/00_toolbar_progress_bar.png differ diff --git a/themes/images/white-hd/00_toolbar_progress_bg.png b/themes/images/white-hd/00_toolbar_progress_bg.png new file mode 100644 index 0000000..3b067f0 Binary files /dev/null and b/themes/images/white-hd/00_toolbar_progress_bg.png differ diff --git a/themes/images/white-hd/00_volume15_00_ver.png b/themes/images/white-hd/00_volume15_00_ver.png new file mode 100644 index 0000000..5066d75 Binary files /dev/null and b/themes/images/white-hd/00_volume15_00_ver.png differ diff --git a/themes/images/white-hd/00_volume15_01_ver.png b/themes/images/white-hd/00_volume15_01_ver.png new file mode 100644 index 0000000..a8718d9 Binary files /dev/null and b/themes/images/white-hd/00_volume15_01_ver.png differ diff --git a/themes/images/white-hd/00_volume15_02_ver.png b/themes/images/white-hd/00_volume15_02_ver.png new file mode 100644 index 0000000..2ab9aa4 Binary files /dev/null and b/themes/images/white-hd/00_volume15_02_ver.png differ diff --git a/themes/images/white-hd/00_volume15_03_ver.png b/themes/images/white-hd/00_volume15_03_ver.png new file mode 100644 index 0000000..3273340 Binary files /dev/null and b/themes/images/white-hd/00_volume15_03_ver.png differ diff --git a/themes/images/white-hd/00_volume15_04_ver.png b/themes/images/white-hd/00_volume15_04_ver.png new file mode 100644 index 0000000..e92f3af Binary files /dev/null and b/themes/images/white-hd/00_volume15_04_ver.png differ diff --git a/themes/images/white-hd/00_volume15_05_ver.png b/themes/images/white-hd/00_volume15_05_ver.png new file mode 100644 index 0000000..bd7951a Binary files /dev/null and b/themes/images/white-hd/00_volume15_05_ver.png differ diff --git a/themes/images/white-hd/00_volume15_06_ver.png b/themes/images/white-hd/00_volume15_06_ver.png new file mode 100644 index 0000000..babca9f Binary files /dev/null and b/themes/images/white-hd/00_volume15_06_ver.png differ diff --git a/themes/images/white-hd/00_volume15_07_ver.png b/themes/images/white-hd/00_volume15_07_ver.png new file mode 100644 index 0000000..76c6deb Binary files /dev/null and b/themes/images/white-hd/00_volume15_07_ver.png differ diff --git a/themes/images/white-hd/00_volume15_08_ver.png b/themes/images/white-hd/00_volume15_08_ver.png new file mode 100644 index 0000000..7f61b0b Binary files /dev/null and b/themes/images/white-hd/00_volume15_08_ver.png differ diff --git a/themes/images/white-hd/00_volume15_09_ver.png b/themes/images/white-hd/00_volume15_09_ver.png new file mode 100644 index 0000000..5976a59 Binary files /dev/null and b/themes/images/white-hd/00_volume15_09_ver.png differ diff --git a/themes/images/white-hd/00_volume15_10_ver.png b/themes/images/white-hd/00_volume15_10_ver.png new file mode 100644 index 0000000..ab2d477 Binary files /dev/null and b/themes/images/white-hd/00_volume15_10_ver.png differ diff --git a/themes/images/white-hd/00_volume15_11_ver.png b/themes/images/white-hd/00_volume15_11_ver.png new file mode 100644 index 0000000..2d129dd Binary files /dev/null and b/themes/images/white-hd/00_volume15_11_ver.png differ diff --git a/themes/images/white-hd/00_volume15_12_ver.png b/themes/images/white-hd/00_volume15_12_ver.png new file mode 100644 index 0000000..2082e95 Binary files /dev/null and b/themes/images/white-hd/00_volume15_12_ver.png differ diff --git a/themes/images/white-hd/00_volume15_13_ver.png b/themes/images/white-hd/00_volume15_13_ver.png new file mode 100644 index 0000000..b010ae4 Binary files /dev/null and b/themes/images/white-hd/00_volume15_13_ver.png differ diff --git a/themes/images/white-hd/00_volume15_14_ver.png b/themes/images/white-hd/00_volume15_14_ver.png new file mode 100644 index 0000000..3395767 Binary files /dev/null and b/themes/images/white-hd/00_volume15_14_ver.png differ diff --git a/themes/images/white-hd/00_volume15_15_ver.png b/themes/images/white-hd/00_volume15_15_ver.png new file mode 100644 index 0000000..d0dc902 Binary files /dev/null and b/themes/images/white-hd/00_volume15_15_ver.png differ diff --git a/themes/images/white-hd/00_volume7_00_ver.png b/themes/images/white-hd/00_volume7_00_ver.png new file mode 100644 index 0000000..ad3b832 Binary files /dev/null and b/themes/images/white-hd/00_volume7_00_ver.png differ diff --git a/themes/images/white-hd/00_volume7_01_ver.png b/themes/images/white-hd/00_volume7_01_ver.png new file mode 100644 index 0000000..c331f32 Binary files /dev/null and b/themes/images/white-hd/00_volume7_01_ver.png differ diff --git a/themes/images/white-hd/00_volume7_02_ver.png b/themes/images/white-hd/00_volume7_02_ver.png new file mode 100644 index 0000000..178fc08 Binary files /dev/null and b/themes/images/white-hd/00_volume7_02_ver.png differ diff --git a/themes/images/white-hd/00_volume7_03_ver.png b/themes/images/white-hd/00_volume7_03_ver.png new file mode 100644 index 0000000..5d622b8 Binary files /dev/null and b/themes/images/white-hd/00_volume7_03_ver.png differ diff --git a/themes/images/white-hd/00_volume7_04_ver.png b/themes/images/white-hd/00_volume7_04_ver.png new file mode 100644 index 0000000..6c75476 Binary files /dev/null and b/themes/images/white-hd/00_volume7_04_ver.png differ diff --git a/themes/images/white-hd/00_volume7_05_ver.png b/themes/images/white-hd/00_volume7_05_ver.png new file mode 100644 index 0000000..e15fe5e Binary files /dev/null and b/themes/images/white-hd/00_volume7_05_ver.png differ diff --git a/themes/images/white-hd/00_volume7_06_ver.png b/themes/images/white-hd/00_volume7_06_ver.png new file mode 100644 index 0000000..64ff4f0 Binary files /dev/null and b/themes/images/white-hd/00_volume7_06_ver.png differ diff --git a/themes/images/white-hd/00_volume7_07_ver.png b/themes/images/white-hd/00_volume7_07_ver.png new file mode 100644 index 0000000..46210f6 Binary files /dev/null and b/themes/images/white-hd/00_volume7_07_ver.png differ diff --git a/themes/images/white-hd/00_volume_00_ver.png b/themes/images/white-hd/00_volume_00_ver.png new file mode 100644 index 0000000..b81d0cb Binary files /dev/null and b/themes/images/white-hd/00_volume_00_ver.png differ diff --git a/themes/images/white-hd/00_volume_01.png b/themes/images/white-hd/00_volume_01.png new file mode 100644 index 0000000..727f2ec Binary files /dev/null and b/themes/images/white-hd/00_volume_01.png differ diff --git a/themes/images/white-hd/00_volume_01_ver.png b/themes/images/white-hd/00_volume_01_ver.png new file mode 100644 index 0000000..c857105 Binary files /dev/null and b/themes/images/white-hd/00_volume_01_ver.png differ diff --git a/themes/images/white-hd/00_volume_02.png b/themes/images/white-hd/00_volume_02.png new file mode 100644 index 0000000..ccb8f3c Binary files /dev/null and b/themes/images/white-hd/00_volume_02.png differ diff --git a/themes/images/white-hd/00_volume_02_ver.png b/themes/images/white-hd/00_volume_02_ver.png new file mode 100644 index 0000000..ca293c8 Binary files /dev/null and b/themes/images/white-hd/00_volume_02_ver.png differ diff --git a/themes/images/white-hd/00_volume_03.png b/themes/images/white-hd/00_volume_03.png new file mode 100644 index 0000000..fc70a36 Binary files /dev/null and b/themes/images/white-hd/00_volume_03.png differ diff --git a/themes/images/white-hd/00_volume_03_ver.png b/themes/images/white-hd/00_volume_03_ver.png new file mode 100644 index 0000000..0754415 Binary files /dev/null and b/themes/images/white-hd/00_volume_03_ver.png differ diff --git a/themes/images/white-hd/00_volume_04.png b/themes/images/white-hd/00_volume_04.png new file mode 100644 index 0000000..adc2823 Binary files /dev/null and b/themes/images/white-hd/00_volume_04.png differ diff --git a/themes/images/white-hd/00_volume_04_ver.png b/themes/images/white-hd/00_volume_04_ver.png new file mode 100644 index 0000000..5d96bef Binary files /dev/null and b/themes/images/white-hd/00_volume_04_ver.png differ diff --git a/themes/images/white-hd/00_volume_05.png b/themes/images/white-hd/00_volume_05.png new file mode 100644 index 0000000..d322cc9 Binary files /dev/null and b/themes/images/white-hd/00_volume_05.png differ diff --git a/themes/images/white-hd/00_volume_05_ver.png b/themes/images/white-hd/00_volume_05_ver.png new file mode 100644 index 0000000..47abb9c Binary files /dev/null and b/themes/images/white-hd/00_volume_05_ver.png differ diff --git a/themes/images/white-hd/00_volume_06.png b/themes/images/white-hd/00_volume_06.png new file mode 100644 index 0000000..76e0398 Binary files /dev/null and b/themes/images/white-hd/00_volume_06.png differ diff --git a/themes/images/white-hd/00_volume_06_ver.png b/themes/images/white-hd/00_volume_06_ver.png new file mode 100644 index 0000000..489374e Binary files /dev/null and b/themes/images/white-hd/00_volume_06_ver.png differ diff --git a/themes/images/white-hd/00_volume_07.png b/themes/images/white-hd/00_volume_07.png new file mode 100644 index 0000000..a0742aa Binary files /dev/null and b/themes/images/white-hd/00_volume_07.png differ diff --git a/themes/images/white-hd/00_volume_07_ver.png b/themes/images/white-hd/00_volume_07_ver.png new file mode 100644 index 0000000..c78614a Binary files /dev/null and b/themes/images/white-hd/00_volume_07_ver.png differ diff --git a/themes/images/white-hd/00_volume_08.png b/themes/images/white-hd/00_volume_08.png new file mode 100644 index 0000000..ca670f0 Binary files /dev/null and b/themes/images/white-hd/00_volume_08.png differ diff --git a/themes/images/white-hd/00_volume_08_ver.png b/themes/images/white-hd/00_volume_08_ver.png new file mode 100644 index 0000000..e4223b3 Binary files /dev/null and b/themes/images/white-hd/00_volume_08_ver.png differ diff --git a/themes/images/white-hd/00_volume_09.png b/themes/images/white-hd/00_volume_09.png new file mode 100644 index 0000000..9a275ed Binary files /dev/null and b/themes/images/white-hd/00_volume_09.png differ diff --git a/themes/images/white-hd/00_volume_09_ver.png b/themes/images/white-hd/00_volume_09_ver.png new file mode 100644 index 0000000..11e0b18 Binary files /dev/null and b/themes/images/white-hd/00_volume_09_ver.png differ diff --git a/themes/images/white-hd/00_volume_10.png b/themes/images/white-hd/00_volume_10.png new file mode 100644 index 0000000..5a0dde8 Binary files /dev/null and b/themes/images/white-hd/00_volume_10.png differ diff --git a/themes/images/white-hd/00_volume_10_ver.png b/themes/images/white-hd/00_volume_10_ver.png new file mode 100644 index 0000000..cf05eae Binary files /dev/null and b/themes/images/white-hd/00_volume_10_ver.png differ diff --git a/themes/images/white-hd/00_volume_11.png b/themes/images/white-hd/00_volume_11.png new file mode 100644 index 0000000..ca0dc87 Binary files /dev/null and b/themes/images/white-hd/00_volume_11.png differ diff --git a/themes/images/white-hd/00_volume_11_ver.png b/themes/images/white-hd/00_volume_11_ver.png new file mode 100644 index 0000000..421cce6 Binary files /dev/null and b/themes/images/white-hd/00_volume_11_ver.png differ diff --git a/themes/images/white-hd/00_volume_12.png b/themes/images/white-hd/00_volume_12.png new file mode 100644 index 0000000..f4f0000 Binary files /dev/null and b/themes/images/white-hd/00_volume_12.png differ diff --git a/themes/images/white-hd/00_volume_12_ver.png b/themes/images/white-hd/00_volume_12_ver.png new file mode 100644 index 0000000..98136fe Binary files /dev/null and b/themes/images/white-hd/00_volume_12_ver.png differ diff --git a/themes/images/white-hd/00_volume_13.png b/themes/images/white-hd/00_volume_13.png new file mode 100644 index 0000000..6fe9189 Binary files /dev/null and b/themes/images/white-hd/00_volume_13.png differ diff --git a/themes/images/white-hd/00_volume_13_ver.png b/themes/images/white-hd/00_volume_13_ver.png new file mode 100644 index 0000000..459b404 Binary files /dev/null and b/themes/images/white-hd/00_volume_13_ver.png differ diff --git a/themes/images/white-hd/00_volume_14.png b/themes/images/white-hd/00_volume_14.png new file mode 100644 index 0000000..89faf27 Binary files /dev/null and b/themes/images/white-hd/00_volume_14.png differ diff --git a/themes/images/white-hd/00_volume_14_ver.png b/themes/images/white-hd/00_volume_14_ver.png new file mode 100644 index 0000000..f96cf89 Binary files /dev/null and b/themes/images/white-hd/00_volume_14_ver.png differ diff --git a/themes/images/white-hd/00_volume_bg.png b/themes/images/white-hd/00_volume_bg.png new file mode 100644 index 0000000..21476a3 Binary files /dev/null and b/themes/images/white-hd/00_volume_bg.png differ diff --git a/themes/images/white-hd/00_volume_popup_bg.png b/themes/images/white-hd/00_volume_popup_bg.png new file mode 100644 index 0000000..f3ed8c6 Binary files /dev/null and b/themes/images/white-hd/00_volume_popup_bg.png differ diff --git a/themes/images/white-hd/00_volumepopup_title_bg.png b/themes/images/white-hd/00_volumepopup_title_bg.png new file mode 100644 index 0000000..9b708b4 Binary files /dev/null and b/themes/images/white-hd/00_volumepopup_title_bg.png differ diff --git a/themes/images/white-hd/00_winset_Back.png b/themes/images/white-hd/00_winset_Back.png new file mode 100644 index 0000000..780e24e Binary files /dev/null and b/themes/images/white-hd/00_winset_Back.png differ diff --git a/themes/images/white-hd/00_winset_Back_btn_normal.png b/themes/images/white-hd/00_winset_Back_btn_normal.png new file mode 100644 index 0000000..f1fa1c2 Binary files /dev/null and b/themes/images/white-hd/00_winset_Back_btn_normal.png differ diff --git a/themes/images/white-hd/00_winset_Back_btn_normal_focus.png b/themes/images/white-hd/00_winset_Back_btn_normal_focus.png new file mode 100644 index 0000000..8ab92c6 Binary files /dev/null and b/themes/images/white-hd/00_winset_Back_btn_normal_focus.png differ diff --git a/themes/images/white-hd/00_winset_Back_btn_press.png b/themes/images/white-hd/00_winset_Back_btn_press.png new file mode 100644 index 0000000..b2e263d Binary files /dev/null and b/themes/images/white-hd/00_winset_Back_btn_press.png differ diff --git a/themes/images/white-hd/00_winset_NoContents_image.png b/themes/images/white-hd/00_winset_NoContents_image.png new file mode 100644 index 0000000..8123ba6 Binary files /dev/null and b/themes/images/white-hd/00_winset_NoContents_image.png differ diff --git a/themes/images/white-hd/00_winset_NoContents_multimedia.png b/themes/images/white-hd/00_winset_NoContents_multimedia.png new file mode 100644 index 0000000..a59046f Binary files /dev/null and b/themes/images/white-hd/00_winset_NoContents_multimedia.png differ diff --git a/themes/images/white-hd/00_winset_NoContents_text.png b/themes/images/white-hd/00_winset_NoContents_text.png new file mode 100644 index 0000000..0272309 Binary files /dev/null and b/themes/images/white-hd/00_winset_NoContents_text.png differ diff --git a/themes/images/white-hd/00_winset_NoContents_unnamed.png b/themes/images/white-hd/00_winset_NoContents_unnamed.png new file mode 100644 index 0000000..2114d24 Binary files /dev/null and b/themes/images/white-hd/00_winset_NoContents_unnamed.png differ diff --git a/themes/images/white-hd/00_winset_btn_prev.png b/themes/images/white-hd/00_winset_btn_prev.png new file mode 100644 index 0000000..d45184d Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_prev.png differ diff --git a/themes/images/white-hd/00_winset_btn_prev_press.png b/themes/images/white-hd/00_winset_btn_prev_press.png new file mode 100644 index 0000000..e624dc9 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_prev_press.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body.png b/themes/images/white-hd/00_winset_btn_sge_body.png new file mode 100644 index 0000000..2adac70 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_normal_centre.png b/themes/images/white-hd/00_winset_btn_sge_body_normal_centre.png new file mode 100644 index 0000000..7f66084 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_normal_centre.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_normal_left.png b/themes/images/white-hd/00_winset_btn_sge_body_normal_left.png new file mode 100644 index 0000000..d7a42ad Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_normal_left.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_normal_right.png b/themes/images/white-hd/00_winset_btn_sge_body_normal_right.png new file mode 100644 index 0000000..6184631 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_normal_right.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_press_center.png b/themes/images/white-hd/00_winset_btn_sge_body_press_center.png new file mode 100644 index 0000000..0f4e3d5 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_press_center.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_press_left.png b/themes/images/white-hd/00_winset_btn_sge_body_press_left.png new file mode 100644 index 0000000..b4c44b9 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_press_left.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_press_right.png b/themes/images/white-hd/00_winset_btn_sge_body_press_right.png new file mode 100644 index 0000000..7b577d8 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_press_right.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_body_press_single.png b/themes/images/white-hd/00_winset_btn_sge_body_press_single.png new file mode 100644 index 0000000..a488bbc Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_body_press_single.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_normal.png b/themes/images/white-hd/00_winset_btn_sge_normal.png new file mode 100644 index 0000000..cbb817d Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_normal.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_normal_centre.png b/themes/images/white-hd/00_winset_btn_sge_normal_centre.png new file mode 100644 index 0000000..69492c6 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_normal_centre.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_normal_left.png b/themes/images/white-hd/00_winset_btn_sge_normal_left.png new file mode 100644 index 0000000..d0e3dc7 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_normal_left.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_normal_right.png b/themes/images/white-hd/00_winset_btn_sge_normal_right.png new file mode 100644 index 0000000..cbd4d7e Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_normal_right.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_press_01.png b/themes/images/white-hd/00_winset_btn_sge_press_01.png new file mode 100644 index 0000000..9384134 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_press_01.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_press_02.png b/themes/images/white-hd/00_winset_btn_sge_press_02.png new file mode 100644 index 0000000..efc6605 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_press_02.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_press_03.png b/themes/images/white-hd/00_winset_btn_sge_press_03.png new file mode 100644 index 0000000..404d7b7 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_press_03.png differ diff --git a/themes/images/white-hd/00_winset_btn_sge_press_normal.png b/themes/images/white-hd/00_winset_btn_sge_press_normal.png new file mode 100644 index 0000000..c33ce01 Binary files /dev/null and b/themes/images/white-hd/00_winset_btn_sge_press_normal.png differ diff --git a/themes/images/white-hd/00_winset_control_tabbar_bg.png b/themes/images/white-hd/00_winset_control_tabbar_bg.png new file mode 100755 index 0000000..4d9e32f Binary files /dev/null and b/themes/images/white-hd/00_winset_control_tabbar_bg.png differ diff --git a/themes/images/white-hd/00_winset_control_tabbar_bg_left.png b/themes/images/white-hd/00_winset_control_tabbar_bg_left.png new file mode 100755 index 0000000..0ef3bcc Binary files /dev/null and b/themes/images/white-hd/00_winset_control_tabbar_bg_left.png differ diff --git a/themes/images/white-hd/00_winset_control_tabbar_bg_right.png b/themes/images/white-hd/00_winset_control_tabbar_bg_right.png new file mode 100755 index 0000000..d762629 Binary files /dev/null and b/themes/images/white-hd/00_winset_control_tabbar_bg_right.png differ diff --git a/themes/images/white-hd/00_winset_control_tabbar_bg_top.png b/themes/images/white-hd/00_winset_control_tabbar_bg_top.png new file mode 100644 index 0000000..ff20d86 Binary files /dev/null and b/themes/images/white-hd/00_winset_control_tabbar_bg_top.png differ diff --git a/themes/images/white-hd/00_winset_control_toolbar_bg.png b/themes/images/white-hd/00_winset_control_toolbar_bg.png new file mode 100755 index 0000000..33148b2 Binary files /dev/null and b/themes/images/white-hd/00_winset_control_toolbar_bg.png differ diff --git a/themes/images/white-hd/00_winset_control_top_arrow.png b/themes/images/white-hd/00_winset_control_top_arrow.png new file mode 100644 index 0000000..10c3ecc Binary files /dev/null and b/themes/images/white-hd/00_winset_control_top_arrow.png differ diff --git a/themes/images/white-hd/00_winset_control_top_bg.png b/themes/images/white-hd/00_winset_control_top_bg.png new file mode 100755 index 0000000..10a24a7 Binary files /dev/null and b/themes/images/white-hd/00_winset_control_top_bg.png differ diff --git a/themes/images/white-hd/00_winset_icon_favorite_off.png b/themes/images/white-hd/00_winset_icon_favorite_off.png new file mode 100644 index 0000000..3a9fcb4 Binary files /dev/null and b/themes/images/white-hd/00_winset_icon_favorite_off.png differ diff --git a/themes/images/white-hd/00_winset_icon_favorite_on.png b/themes/images/white-hd/00_winset_icon_favorite_on.png new file mode 100644 index 0000000..387d402 Binary files /dev/null and b/themes/images/white-hd/00_winset_icon_favorite_on.png differ diff --git a/themes/images/white-hd/00_winset_list_process_01.png b/themes/images/white-hd/00_winset_list_process_01.png new file mode 100644 index 0000000..8124a7b Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_01.png differ diff --git a/themes/images/white-hd/00_winset_list_process_01_32x32.png b/themes/images/white-hd/00_winset_list_process_01_32x32.png new file mode 100644 index 0000000..556fd00 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_01_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_02.png b/themes/images/white-hd/00_winset_list_process_02.png new file mode 100644 index 0000000..c4428f7 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_02.png differ diff --git a/themes/images/white-hd/00_winset_list_process_02_32x32.png b/themes/images/white-hd/00_winset_list_process_02_32x32.png new file mode 100644 index 0000000..e3f6661 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_02_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_03.png b/themes/images/white-hd/00_winset_list_process_03.png new file mode 100644 index 0000000..33458d5 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_03.png differ diff --git a/themes/images/white-hd/00_winset_list_process_03_32x32.png b/themes/images/white-hd/00_winset_list_process_03_32x32.png new file mode 100644 index 0000000..aabd74d Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_03_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_04.png b/themes/images/white-hd/00_winset_list_process_04.png new file mode 100644 index 0000000..b3f8ef6 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_04.png differ diff --git a/themes/images/white-hd/00_winset_list_process_04_32x32.png b/themes/images/white-hd/00_winset_list_process_04_32x32.png new file mode 100644 index 0000000..6752381 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_04_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_05.png b/themes/images/white-hd/00_winset_list_process_05.png new file mode 100644 index 0000000..cb53465 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_05.png differ diff --git a/themes/images/white-hd/00_winset_list_process_05_32x32.png b/themes/images/white-hd/00_winset_list_process_05_32x32.png new file mode 100644 index 0000000..026bf39 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_05_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_06.png b/themes/images/white-hd/00_winset_list_process_06.png new file mode 100644 index 0000000..1fc9501 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_06.png differ diff --git a/themes/images/white-hd/00_winset_list_process_06_32x32.png b/themes/images/white-hd/00_winset_list_process_06_32x32.png new file mode 100644 index 0000000..76ad804 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_06_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_07.png b/themes/images/white-hd/00_winset_list_process_07.png new file mode 100644 index 0000000..1174beb Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_07.png differ diff --git a/themes/images/white-hd/00_winset_list_process_07_32x32.png b/themes/images/white-hd/00_winset_list_process_07_32x32.png new file mode 100644 index 0000000..3ff8e86 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_07_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_08.png b/themes/images/white-hd/00_winset_list_process_08.png new file mode 100644 index 0000000..9386d3a Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_08.png differ diff --git a/themes/images/white-hd/00_winset_list_process_08_32x32.png b/themes/images/white-hd/00_winset_list_process_08_32x32.png new file mode 100644 index 0000000..35964af Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_08_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_09.png b/themes/images/white-hd/00_winset_list_process_09.png new file mode 100644 index 0000000..19c608c Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_09.png differ diff --git a/themes/images/white-hd/00_winset_list_process_09_32x32.png b/themes/images/white-hd/00_winset_list_process_09_32x32.png new file mode 100644 index 0000000..acc0e33 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_09_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_10.png b/themes/images/white-hd/00_winset_list_process_10.png new file mode 100644 index 0000000..72334f2 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_10.png differ diff --git a/themes/images/white-hd/00_winset_list_process_10_32x32.png b/themes/images/white-hd/00_winset_list_process_10_32x32.png new file mode 100644 index 0000000..732ab34 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_10_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_11.png b/themes/images/white-hd/00_winset_list_process_11.png new file mode 100644 index 0000000..77ac2f2 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_11.png differ diff --git a/themes/images/white-hd/00_winset_list_process_11_32x32.png b/themes/images/white-hd/00_winset_list_process_11_32x32.png new file mode 100644 index 0000000..5bb451a Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_11_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_12.png b/themes/images/white-hd/00_winset_list_process_12.png new file mode 100644 index 0000000..466c052 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_12.png differ diff --git a/themes/images/white-hd/00_winset_list_process_12_32x32.png b/themes/images/white-hd/00_winset_list_process_12_32x32.png new file mode 100644 index 0000000..d411a19 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_12_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_13.png b/themes/images/white-hd/00_winset_list_process_13.png new file mode 100644 index 0000000..d6047fc Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_13.png differ diff --git a/themes/images/white-hd/00_winset_list_process_13_32x32.png b/themes/images/white-hd/00_winset_list_process_13_32x32.png new file mode 100644 index 0000000..4df5086 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_13_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_14.png b/themes/images/white-hd/00_winset_list_process_14.png new file mode 100644 index 0000000..ee0cee5 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_14.png differ diff --git a/themes/images/white-hd/00_winset_list_process_14_32x32.png b/themes/images/white-hd/00_winset_list_process_14_32x32.png new file mode 100644 index 0000000..eda2bb4 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_14_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_15.png b/themes/images/white-hd/00_winset_list_process_15.png new file mode 100644 index 0000000..9733288 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_15.png differ diff --git a/themes/images/white-hd/00_winset_list_process_15_32x32.png b/themes/images/white-hd/00_winset_list_process_15_32x32.png new file mode 100644 index 0000000..5a1225e Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_15_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_16.png b/themes/images/white-hd/00_winset_list_process_16.png new file mode 100644 index 0000000..fb6b7c6 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_16.png differ diff --git a/themes/images/white-hd/00_winset_list_process_16_32x32.png b/themes/images/white-hd/00_winset_list_process_16_32x32.png new file mode 100644 index 0000000..3fb7f2b Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_16_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_17.png b/themes/images/white-hd/00_winset_list_process_17.png new file mode 100644 index 0000000..4ff8db8 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_17.png differ diff --git a/themes/images/white-hd/00_winset_list_process_17_32x32.png b/themes/images/white-hd/00_winset_list_process_17_32x32.png new file mode 100644 index 0000000..d40c3a4 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_17_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_18.png b/themes/images/white-hd/00_winset_list_process_18.png new file mode 100644 index 0000000..d1fde2d Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_18.png differ diff --git a/themes/images/white-hd/00_winset_list_process_18_32x32.png b/themes/images/white-hd/00_winset_list_process_18_32x32.png new file mode 100644 index 0000000..b6f87c0 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_18_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_19.png b/themes/images/white-hd/00_winset_list_process_19.png new file mode 100644 index 0000000..c2bb19b Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_19.png differ diff --git a/themes/images/white-hd/00_winset_list_process_19_32x32.png b/themes/images/white-hd/00_winset_list_process_19_32x32.png new file mode 100644 index 0000000..e06e91c Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_19_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_20.png b/themes/images/white-hd/00_winset_list_process_20.png new file mode 100644 index 0000000..50d9e81 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_20.png differ diff --git a/themes/images/white-hd/00_winset_list_process_20_32x32.png b/themes/images/white-hd/00_winset_list_process_20_32x32.png new file mode 100644 index 0000000..b7fea9c Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_20_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_21.png b/themes/images/white-hd/00_winset_list_process_21.png new file mode 100644 index 0000000..c65fe5c Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_21.png differ diff --git a/themes/images/white-hd/00_winset_list_process_21_32x32.png b/themes/images/white-hd/00_winset_list_process_21_32x32.png new file mode 100644 index 0000000..9b953a6 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_21_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_22.png b/themes/images/white-hd/00_winset_list_process_22.png new file mode 100644 index 0000000..b7b4443 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_22.png differ diff --git a/themes/images/white-hd/00_winset_list_process_22_32x32.png b/themes/images/white-hd/00_winset_list_process_22_32x32.png new file mode 100644 index 0000000..e4da281 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_22_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_23.png b/themes/images/white-hd/00_winset_list_process_23.png new file mode 100644 index 0000000..f102b8b Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_23.png differ diff --git a/themes/images/white-hd/00_winset_list_process_23_32x32.png b/themes/images/white-hd/00_winset_list_process_23_32x32.png new file mode 100644 index 0000000..a63c879 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_23_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_24.png b/themes/images/white-hd/00_winset_list_process_24.png new file mode 100644 index 0000000..a47ff9b Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_24.png differ diff --git a/themes/images/white-hd/00_winset_list_process_24_32x32.png b/themes/images/white-hd/00_winset_list_process_24_32x32.png new file mode 100644 index 0000000..d3c8964 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_24_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_25.png b/themes/images/white-hd/00_winset_list_process_25.png new file mode 100644 index 0000000..b306a07 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_25.png differ diff --git a/themes/images/white-hd/00_winset_list_process_25_32x32.png b/themes/images/white-hd/00_winset_list_process_25_32x32.png new file mode 100644 index 0000000..480b0b4 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_25_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_26.png b/themes/images/white-hd/00_winset_list_process_26.png new file mode 100644 index 0000000..21af3ff Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_26.png differ diff --git a/themes/images/white-hd/00_winset_list_process_26_32x32.png b/themes/images/white-hd/00_winset_list_process_26_32x32.png new file mode 100644 index 0000000..73a1a83 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_26_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_27.png b/themes/images/white-hd/00_winset_list_process_27.png new file mode 100644 index 0000000..398d438 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_27.png differ diff --git a/themes/images/white-hd/00_winset_list_process_27_32x32.png b/themes/images/white-hd/00_winset_list_process_27_32x32.png new file mode 100644 index 0000000..c06818a Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_27_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_28.png b/themes/images/white-hd/00_winset_list_process_28.png new file mode 100644 index 0000000..e0721fa Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_28.png differ diff --git a/themes/images/white-hd/00_winset_list_process_28_32x32.png b/themes/images/white-hd/00_winset_list_process_28_32x32.png new file mode 100644 index 0000000..015dda9 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_28_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_29.png b/themes/images/white-hd/00_winset_list_process_29.png new file mode 100644 index 0000000..4fcda20 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_29.png differ diff --git a/themes/images/white-hd/00_winset_list_process_29_32x32.png b/themes/images/white-hd/00_winset_list_process_29_32x32.png new file mode 100644 index 0000000..01d8f98 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_29_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_process_30.png b/themes/images/white-hd/00_winset_list_process_30.png new file mode 100644 index 0000000..1c5064b Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_30.png differ diff --git a/themes/images/white-hd/00_winset_list_process_30_32x32.png b/themes/images/white-hd/00_winset_list_process_30_32x32.png new file mode 100644 index 0000000..8633efe Binary files /dev/null and b/themes/images/white-hd/00_winset_list_process_30_32x32.png differ diff --git a/themes/images/white-hd/00_winset_list_progress_bar.png b/themes/images/white-hd/00_winset_list_progress_bar.png new file mode 100644 index 0000000..90e7954 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_progress_bar.png differ diff --git a/themes/images/white-hd/00_winset_list_progress_bar_pressed.png b/themes/images/white-hd/00_winset_list_progress_bar_pressed.png new file mode 100644 index 0000000..e171c71 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_progress_bar_pressed.png differ diff --git a/themes/images/white-hd/00_winset_list_progress_bg.png b/themes/images/white-hd/00_winset_list_progress_bg.png new file mode 100644 index 0000000..c814106 Binary files /dev/null and b/themes/images/white-hd/00_winset_list_progress_bg.png differ diff --git a/themes/images/white-hd/00_winset_more.png b/themes/images/white-hd/00_winset_more.png new file mode 100644 index 0000000..3110f55 Binary files /dev/null and b/themes/images/white-hd/00_winset_more.png differ diff --git a/themes/images/white-hd/00_winset_more_press.png b/themes/images/white-hd/00_winset_more_press.png new file mode 100644 index 0000000..03a1c1d Binary files /dev/null and b/themes/images/white-hd/00_winset_more_press.png differ diff --git a/themes/images/white-hd/00_winset_notification_bg.png b/themes/images/white-hd/00_winset_notification_bg.png new file mode 100644 index 0000000..d05f2a6 Binary files /dev/null and b/themes/images/white-hd/00_winset_notification_bg.png differ diff --git a/themes/images/white-hd/00_winset_notification_bg1.png b/themes/images/white-hd/00_winset_notification_bg1.png new file mode 100644 index 0000000..f4aad1e Binary files /dev/null and b/themes/images/white-hd/00_winset_notification_bg1.png differ diff --git a/themes/images/white-hd/00_winset_progress_pending_01.png b/themes/images/white-hd/00_winset_progress_pending_01.png new file mode 100644 index 0000000..00496fc Binary files /dev/null and b/themes/images/white-hd/00_winset_progress_pending_01.png differ diff --git a/themes/images/white-hd/00_winset_progress_pending_02.png b/themes/images/white-hd/00_winset_progress_pending_02.png new file mode 100644 index 0000000..990a0af Binary files /dev/null and b/themes/images/white-hd/00_winset_progress_pending_02.png differ diff --git a/themes/images/white-hd/00_winset_tab_icon_more.png b/themes/images/white-hd/00_winset_tab_icon_more.png new file mode 100644 index 0000000..0371ddc Binary files /dev/null and b/themes/images/white-hd/00_winset_tab_icon_more.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_focus.png b/themes/images/white-hd/00_winset_tabbar_focus.png new file mode 100755 index 0000000..bcd9ee4 Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_focus.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_focus_left.png b/themes/images/white-hd/00_winset_tabbar_focus_left.png new file mode 100644 index 0000000..28b7d8d Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_focus_left.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_focus_right.png b/themes/images/white-hd/00_winset_tabbar_focus_right.png new file mode 100644 index 0000000..7e1163d Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_focus_right.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_press.png b/themes/images/white-hd/00_winset_tabbar_press.png new file mode 100644 index 0000000..f96dce9 Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_press.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_press_left.png b/themes/images/white-hd/00_winset_tabbar_press_left.png new file mode 100644 index 0000000..3bdf1a8 Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_press_left.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_press_right.png b/themes/images/white-hd/00_winset_tabbar_press_right.png new file mode 100644 index 0000000..9aa0f66 Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_press_right.png differ diff --git a/themes/images/white-hd/00_winset_tabbar_press_top.png b/themes/images/white-hd/00_winset_tabbar_press_top.png new file mode 100644 index 0000000..166bbae Binary files /dev/null and b/themes/images/white-hd/00_winset_tabbar_press_top.png differ diff --git a/themes/images/white-hd/00_winset_thumbs_bg.png b/themes/images/white-hd/00_winset_thumbs_bg.png new file mode 100755 index 0000000..6226c90 Binary files /dev/null and b/themes/images/white-hd/00_winset_thumbs_bg.png differ diff --git a/themes/images/white-hd/00_winset_thumbs_focus_bg.png b/themes/images/white-hd/00_winset_thumbs_focus_bg.png new file mode 100755 index 0000000..4f7d66f Binary files /dev/null and b/themes/images/white-hd/00_winset_thumbs_focus_bg.png differ diff --git a/themes/images/white-hd/00_winset_thumbs_loading_bg.png b/themes/images/white-hd/00_winset_thumbs_loading_bg.png new file mode 100755 index 0000000..0472430 Binary files /dev/null and b/themes/images/white-hd/00_winset_thumbs_loading_bg.png differ diff --git a/themes/images/white-hd/00_winset_title_line.png b/themes/images/white-hd/00_winset_title_line.png new file mode 100644 index 0000000..62c098e Binary files /dev/null and b/themes/images/white-hd/00_winset_title_line.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_press.png b/themes/images/white-hd/00_winset_toolbar_press.png new file mode 100755 index 0000000..35d79ed Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_press.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_01.png b/themes/images/white-hd/00_winset_toolbar_process_01.png new file mode 100644 index 0000000..73bcec1 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_01.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_02.png b/themes/images/white-hd/00_winset_toolbar_process_02.png new file mode 100644 index 0000000..7fe0b63 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_02.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_03.png b/themes/images/white-hd/00_winset_toolbar_process_03.png new file mode 100644 index 0000000..69788cc Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_03.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_04.png b/themes/images/white-hd/00_winset_toolbar_process_04.png new file mode 100644 index 0000000..9b37813 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_04.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_05.png b/themes/images/white-hd/00_winset_toolbar_process_05.png new file mode 100644 index 0000000..8eefb67 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_05.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_06.png b/themes/images/white-hd/00_winset_toolbar_process_06.png new file mode 100644 index 0000000..d31d098 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_06.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_07.png b/themes/images/white-hd/00_winset_toolbar_process_07.png new file mode 100644 index 0000000..bd0bf12 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_07.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_08.png b/themes/images/white-hd/00_winset_toolbar_process_08.png new file mode 100644 index 0000000..4951318 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_08.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_09.png b/themes/images/white-hd/00_winset_toolbar_process_09.png new file mode 100644 index 0000000..8b56ef0 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_09.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_10.png b/themes/images/white-hd/00_winset_toolbar_process_10.png new file mode 100644 index 0000000..187bf8d Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_10.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_11.png b/themes/images/white-hd/00_winset_toolbar_process_11.png new file mode 100644 index 0000000..a77e024 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_11.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_12.png b/themes/images/white-hd/00_winset_toolbar_process_12.png new file mode 100644 index 0000000..6411872 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_12.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_13.png b/themes/images/white-hd/00_winset_toolbar_process_13.png new file mode 100644 index 0000000..bf68b49 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_13.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_14.png b/themes/images/white-hd/00_winset_toolbar_process_14.png new file mode 100644 index 0000000..d3d2e0f Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_14.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_15.png b/themes/images/white-hd/00_winset_toolbar_process_15.png new file mode 100644 index 0000000..d4349b3 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_15.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_16.png b/themes/images/white-hd/00_winset_toolbar_process_16.png new file mode 100644 index 0000000..f651414 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_16.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_17.png b/themes/images/white-hd/00_winset_toolbar_process_17.png new file mode 100644 index 0000000..49d633d Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_17.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_18.png b/themes/images/white-hd/00_winset_toolbar_process_18.png new file mode 100644 index 0000000..44b6c71 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_18.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_19.png b/themes/images/white-hd/00_winset_toolbar_process_19.png new file mode 100644 index 0000000..c4849f5 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_19.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_20.png b/themes/images/white-hd/00_winset_toolbar_process_20.png new file mode 100644 index 0000000..04dd79d Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_20.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_21.png b/themes/images/white-hd/00_winset_toolbar_process_21.png new file mode 100644 index 0000000..5e7fd6e Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_21.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_22.png b/themes/images/white-hd/00_winset_toolbar_process_22.png new file mode 100644 index 0000000..5e7fd6e Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_22.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_23.png b/themes/images/white-hd/00_winset_toolbar_process_23.png new file mode 100644 index 0000000..f6bd983 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_23.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_24.png b/themes/images/white-hd/00_winset_toolbar_process_24.png new file mode 100644 index 0000000..6252513 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_24.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_25.png b/themes/images/white-hd/00_winset_toolbar_process_25.png new file mode 100644 index 0000000..fd6e76e Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_25.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_26.png b/themes/images/white-hd/00_winset_toolbar_process_26.png new file mode 100644 index 0000000..420dd5b Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_26.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_27.png b/themes/images/white-hd/00_winset_toolbar_process_27.png new file mode 100644 index 0000000..888719b Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_27.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_28.png b/themes/images/white-hd/00_winset_toolbar_process_28.png new file mode 100644 index 0000000..fcd2164 Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_28.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_29.png b/themes/images/white-hd/00_winset_toolbar_process_29.png new file mode 100644 index 0000000..92ee9ec Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_29.png differ diff --git a/themes/images/white-hd/00_winset_toolbar_process_30.png b/themes/images/white-hd/00_winset_toolbar_process_30.png new file mode 100644 index 0000000..5707b6a Binary files /dev/null and b/themes/images/white-hd/00_winset_toolbar_process_30.png differ diff --git a/themes/images/white-hd/01_action_slider_bar_green_center.png b/themes/images/white-hd/01_action_slider_bar_green_center.png new file mode 100644 index 0000000..7508c5d Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bar_green_center.png differ diff --git a/themes/images/white-hd/01_action_slider_bar_green_left.png b/themes/images/white-hd/01_action_slider_bar_green_left.png new file mode 100644 index 0000000..7a189d2 Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bar_green_left.png differ diff --git a/themes/images/white-hd/01_action_slider_bar_green_right.png b/themes/images/white-hd/01_action_slider_bar_green_right.png new file mode 100644 index 0000000..d62132f Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bar_green_right.png differ diff --git a/themes/images/white-hd/01_action_slider_bar_red_center.png b/themes/images/white-hd/01_action_slider_bar_red_center.png new file mode 100644 index 0000000..f62ff2c Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bar_red_center.png differ diff --git a/themes/images/white-hd/01_action_slider_bar_red_left.png b/themes/images/white-hd/01_action_slider_bar_red_left.png new file mode 100644 index 0000000..dee462d Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bar_red_left.png differ diff --git a/themes/images/white-hd/01_action_slider_bar_red_right.png b/themes/images/white-hd/01_action_slider_bar_red_right.png new file mode 100644 index 0000000..5575f96 Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bar_red_right.png differ diff --git a/themes/images/white-hd/01_action_slider_bg_center.png b/themes/images/white-hd/01_action_slider_bg_center.png new file mode 100644 index 0000000..6c7b744 Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bg_center.png differ diff --git a/themes/images/white-hd/01_action_slider_bg_left.png b/themes/images/white-hd/01_action_slider_bg_left.png new file mode 100644 index 0000000..5e8d4aa Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bg_left.png differ diff --git a/themes/images/white-hd/01_action_slider_bg_right.png b/themes/images/white-hd/01_action_slider_bg_right.png new file mode 100644 index 0000000..0335dea Binary files /dev/null and b/themes/images/white-hd/01_action_slider_bg_right.png differ diff --git a/themes/images/white-hd/01_action_slider_button.png b/themes/images/white-hd/01_action_slider_button.png new file mode 100644 index 0000000..41e4e1f Binary files /dev/null and b/themes/images/white-hd/01_action_slider_button.png differ diff --git a/themes/images/white-hd/01_button_on_lighting.png b/themes/images/white-hd/01_button_on_lighting.png new file mode 100644 index 0000000..98f52e8 Binary files /dev/null and b/themes/images/white-hd/01_button_on_lighting.png differ diff --git a/themes/images/white-hd/01_check_bg.png b/themes/images/white-hd/01_check_bg.png new file mode 100644 index 0000000..fd22135 Binary files /dev/null and b/themes/images/white-hd/01_check_bg.png differ diff --git a/themes/images/white-hd/01_check_select_icon.png b/themes/images/white-hd/01_check_select_icon.png new file mode 100644 index 0000000..d48b801 Binary files /dev/null and b/themes/images/white-hd/01_check_select_icon.png differ diff --git a/themes/images/white-hd/01_color_picker_brightness.png b/themes/images/white-hd/01_color_picker_brightness.png new file mode 100644 index 0000000..b2bbf5d Binary files /dev/null and b/themes/images/white-hd/01_color_picker_brightness.png differ diff --git a/themes/images/white-hd/01_color_picker_color.png b/themes/images/white-hd/01_color_picker_color.png new file mode 100644 index 0000000..1c609f8 Binary files /dev/null and b/themes/images/white-hd/01_color_picker_color.png differ diff --git a/themes/images/white-hd/01_color_picker_opacity.png b/themes/images/white-hd/01_color_picker_opacity.png new file mode 100644 index 0000000..370ea1c Binary files /dev/null and b/themes/images/white-hd/01_color_picker_opacity.png differ diff --git a/themes/images/white-hd/01_dialoguegroup_bg_default.png b/themes/images/white-hd/01_dialoguegroup_bg_default.png new file mode 100644 index 0000000..2d7aab1 Binary files /dev/null and b/themes/images/white-hd/01_dialoguegroup_bg_default.png differ diff --git a/themes/images/white-hd/01_hybrid_spinner_num_time_colon.png b/themes/images/white-hd/01_hybrid_spinner_num_time_colon.png new file mode 100644 index 0000000..593293a Binary files /dev/null and b/themes/images/white-hd/01_hybrid_spinner_num_time_colon.png differ diff --git a/themes/images/white-hd/01_list_group_title_bg.jpg b/themes/images/white-hd/01_list_group_title_bg.jpg new file mode 100644 index 0000000..ef42db6 Binary files /dev/null and b/themes/images/white-hd/01_list_group_title_bg.jpg differ diff --git a/themes/images/white-hd/01_list_group_title_bg.png b/themes/images/white-hd/01_list_group_title_bg.png new file mode 100755 index 0000000..83447f7 Binary files /dev/null and b/themes/images/white-hd/01_list_group_title_bg.png differ diff --git a/themes/images/white-hd/01_list_reorder_bg_above.png b/themes/images/white-hd/01_list_reorder_bg_above.png new file mode 100644 index 0000000..e28d15b Binary files /dev/null and b/themes/images/white-hd/01_list_reorder_bg_above.png differ diff --git a/themes/images/white-hd/01_list_reorder_bg_below.png b/themes/images/white-hd/01_list_reorder_bg_below.png new file mode 100644 index 0000000..7c59977 Binary files /dev/null and b/themes/images/white-hd/01_list_reorder_bg_below.png differ diff --git a/themes/images/white-hd/01_on_off_button.png b/themes/images/white-hd/01_on_off_button.png new file mode 100644 index 0000000..a5757e7 Binary files /dev/null and b/themes/images/white-hd/01_on_off_button.png differ diff --git a/themes/images/white-hd/01_on_off_button_on.png b/themes/images/white-hd/01_on_off_button_on.png new file mode 100644 index 0000000..93da068 Binary files /dev/null and b/themes/images/white-hd/01_on_off_button_on.png differ diff --git a/themes/images/white-hd/01_picker_spinner_minus.png b/themes/images/white-hd/01_picker_spinner_minus.png new file mode 100644 index 0000000..36bfafb Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_minus.png differ diff --git a/themes/images/white-hd/01_picker_spinner_new_ani_01.png b/themes/images/white-hd/01_picker_spinner_new_ani_01.png new file mode 100644 index 0000000..531f35e Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_new_ani_01.png differ diff --git a/themes/images/white-hd/01_picker_spinner_new_ani_02.png b/themes/images/white-hd/01_picker_spinner_new_ani_02.png new file mode 100644 index 0000000..eb48445 Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_new_ani_02.png differ diff --git a/themes/images/white-hd/01_picker_spinner_new_ani_03.png b/themes/images/white-hd/01_picker_spinner_new_ani_03.png new file mode 100644 index 0000000..b867aab Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_new_ani_03.png differ diff --git a/themes/images/white-hd/01_picker_spinner_new_ani_04.png b/themes/images/white-hd/01_picker_spinner_new_ani_04.png new file mode 100644 index 0000000..08a96b9 Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_new_ani_04.png differ diff --git a/themes/images/white-hd/01_picker_spinner_new_ani_05.png b/themes/images/white-hd/01_picker_spinner_new_ani_05.png new file mode 100644 index 0000000..9007e87 Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_new_ani_05.png differ diff --git a/themes/images/white-hd/01_picker_spinner_new_ani_06.png b/themes/images/white-hd/01_picker_spinner_new_ani_06.png new file mode 100644 index 0000000..ca51d9d Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_new_ani_06.png differ diff --git a/themes/images/white-hd/01_picker_spinner_panel_bg_bottom.png b/themes/images/white-hd/01_picker_spinner_panel_bg_bottom.png new file mode 100644 index 0000000..a68381e Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_panel_bg_bottom.png differ diff --git a/themes/images/white-hd/01_picker_spinner_panel_bg_top.png b/themes/images/white-hd/01_picker_spinner_panel_bg_top.png new file mode 100644 index 0000000..76488f8 Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_panel_bg_top.png differ diff --git a/themes/images/white-hd/01_picker_spinner_plus.png b/themes/images/white-hd/01_picker_spinner_plus.png new file mode 100644 index 0000000..fe33b81 Binary files /dev/null and b/themes/images/white-hd/01_picker_spinner_plus.png differ diff --git a/themes/images/white-hd/01_rate_icon_default.png b/themes/images/white-hd/01_rate_icon_default.png new file mode 100644 index 0000000..6915d5a Binary files /dev/null and b/themes/images/white-hd/01_rate_icon_default.png differ diff --git a/themes/images/white-hd/01_rate_small_fill.png b/themes/images/white-hd/01_rate_small_fill.png new file mode 100644 index 0000000..52230fb Binary files /dev/null and b/themes/images/white-hd/01_rate_small_fill.png differ diff --git a/themes/images/white-hd/01_scroller.png b/themes/images/white-hd/01_scroller.png new file mode 100644 index 0000000..88ee4ab Binary files /dev/null and b/themes/images/white-hd/01_scroller.png differ diff --git a/themes/images/white-hd/07_message_bubble_readmessage.png b/themes/images/white-hd/07_message_bubble_readmessage.png new file mode 100644 index 0000000..057f9f8 Binary files /dev/null and b/themes/images/white-hd/07_message_bubble_readmessage.png differ diff --git a/themes/images/white-hd/07_message_bubble_sentmessage.png b/themes/images/white-hd/07_message_bubble_sentmessage.png new file mode 100644 index 0000000..2238f33 Binary files /dev/null and b/themes/images/white-hd/07_message_bubble_sentmessage.png differ diff --git a/themes/images/white-hd/08_voicecall_multi_tasking_arrow_left.png b/themes/images/white-hd/08_voicecall_multi_tasking_arrow_left.png new file mode 100644 index 0000000..ba8ba6e Binary files /dev/null and b/themes/images/white-hd/08_voicecall_multi_tasking_arrow_left.png differ diff --git a/themes/images/white-hd/08_voicecall_multi_tasking_arrow_right.png b/themes/images/white-hd/08_voicecall_multi_tasking_arrow_right.png new file mode 100644 index 0000000..e64babd Binary files /dev/null and b/themes/images/white-hd/08_voicecall_multi_tasking_arrow_right.png differ diff --git a/themes/images/white-hd/08_voicecall_multi_tasking_bg.png b/themes/images/white-hd/08_voicecall_multi_tasking_bg.png new file mode 100644 index 0000000..8e1aae9 Binary files /dev/null and b/themes/images/white-hd/08_voicecall_multi_tasking_bg.png differ diff --git a/themes/images/white-hd/08_voicecall_multi_tasking_button.png b/themes/images/white-hd/08_voicecall_multi_tasking_button.png new file mode 100644 index 0000000..45658f6 Binary files /dev/null and b/themes/images/white-hd/08_voicecall_multi_tasking_button.png differ diff --git a/themes/images/white-hd/10_cont_popup_copypaste_bg01.png b/themes/images/white-hd/10_cont_popup_copypaste_bg01.png new file mode 100644 index 0000000..967bdfc Binary files /dev/null and b/themes/images/white-hd/10_cont_popup_copypaste_bg01.png differ diff --git a/themes/images/white-hd/DatePicker_frame_center.9.png b/themes/images/white-hd/DatePicker_frame_center.9.png new file mode 100644 index 0000000..e5f9070 Binary files /dev/null and b/themes/images/white-hd/DatePicker_frame_center.9.png differ diff --git a/themes/images/white-hd/DatePicker_frame_up.9.png b/themes/images/white-hd/DatePicker_frame_up.9.png new file mode 100644 index 0000000..8509740 Binary files /dev/null and b/themes/images/white-hd/DatePicker_frame_up.9.png differ diff --git a/themes/images/white-hd/DatePicker_frame_up_bg.9.png b/themes/images/white-hd/DatePicker_frame_up_bg.9.png new file mode 100644 index 0000000..8d04cfa Binary files /dev/null and b/themes/images/white-hd/DatePicker_frame_up_bg.9.png differ diff --git a/themes/images/white-hd/M02_button_06_normal.png b/themes/images/white-hd/M02_button_06_normal.png new file mode 100755 index 0000000..93626cd Binary files /dev/null and b/themes/images/white-hd/M02_button_06_normal.png differ diff --git a/themes/images/white-hd/access_glow.png b/themes/images/white-hd/access_glow.png new file mode 100644 index 0000000..8aad3b1 Binary files /dev/null and b/themes/images/white-hd/access_glow.png differ diff --git a/themes/images/white-hd/arrow_down.png b/themes/images/white-hd/arrow_down.png new file mode 100644 index 0000000..db81aac Binary files /dev/null and b/themes/images/white-hd/arrow_down.png differ diff --git a/themes/images/white-hd/arrow_left.png b/themes/images/white-hd/arrow_left.png new file mode 100644 index 0000000..fbe0795 Binary files /dev/null and b/themes/images/white-hd/arrow_left.png differ diff --git a/themes/images/white-hd/arrow_right.png b/themes/images/white-hd/arrow_right.png new file mode 100644 index 0000000..268d6d1 Binary files /dev/null and b/themes/images/white-hd/arrow_right.png differ diff --git a/themes/images/white-hd/arrow_up.png b/themes/images/white-hd/arrow_up.png new file mode 100644 index 0000000..a90fe93 Binary files /dev/null and b/themes/images/white-hd/arrow_up.png differ diff --git a/themes/images/white-hd/bt_base1.png b/themes/images/white-hd/bt_base1.png new file mode 100644 index 0000000..2d1f179 Binary files /dev/null and b/themes/images/white-hd/bt_base1.png differ diff --git a/themes/images/white-hd/bt_base2.png b/themes/images/white-hd/bt_base2.png new file mode 100644 index 0000000..dd3e3ce Binary files /dev/null and b/themes/images/white-hd/bt_base2.png differ diff --git a/themes/images/white-hd/bt_dis_base.png b/themes/images/white-hd/bt_dis_base.png new file mode 100644 index 0000000..06f3dd5 Binary files /dev/null and b/themes/images/white-hd/bt_dis_base.png differ diff --git a/themes/images/white-hd/bt_dis_hilight.png b/themes/images/white-hd/bt_dis_hilight.png new file mode 100644 index 0000000..e5cf7d3 Binary files /dev/null and b/themes/images/white-hd/bt_dis_hilight.png differ diff --git a/themes/images/white-hd/bt_glow.png b/themes/images/white-hd/bt_glow.png new file mode 100644 index 0000000..e995ff1 Binary files /dev/null and b/themes/images/white-hd/bt_glow.png differ diff --git a/themes/images/white-hd/bt_hilight.png b/themes/images/white-hd/bt_hilight.png new file mode 100644 index 0000000..3b7fe5b Binary files /dev/null and b/themes/images/white-hd/bt_hilight.png differ diff --git a/themes/images/white-hd/bt_shine.png b/themes/images/white-hd/bt_shine.png new file mode 100644 index 0000000..a58bdee Binary files /dev/null and b/themes/images/white-hd/bt_shine.png differ diff --git a/themes/images/white-hd/bt_sm_base2.png b/themes/images/white-hd/bt_sm_base2.png new file mode 100644 index 0000000..f159648 Binary files /dev/null and b/themes/images/white-hd/bt_sm_base2.png differ diff --git a/themes/images/white-hd/bt_sm_hilight.png b/themes/images/white-hd/bt_sm_hilight.png new file mode 100644 index 0000000..63899ca Binary files /dev/null and b/themes/images/white-hd/bt_sm_hilight.png differ diff --git a/themes/images/white-hd/bt_sm_shine.png b/themes/images/white-hd/bt_sm_shine.png new file mode 100644 index 0000000..23bf311 Binary files /dev/null and b/themes/images/white-hd/bt_sm_shine.png differ diff --git a/themes/images/white-hd/bt_spinner_down.png b/themes/images/white-hd/bt_spinner_down.png new file mode 100644 index 0000000..233f2a9 Binary files /dev/null and b/themes/images/white-hd/bt_spinner_down.png differ diff --git a/themes/images/white-hd/bt_spinner_hilight.png b/themes/images/white-hd/bt_spinner_hilight.png new file mode 100644 index 0000000..55d50b8 Binary files /dev/null and b/themes/images/white-hd/bt_spinner_hilight.png differ diff --git a/themes/images/white-hd/bt_spinner_up.png b/themes/images/white-hd/bt_spinner_up.png new file mode 100644 index 0000000..ea351be Binary files /dev/null and b/themes/images/white-hd/bt_spinner_up.png differ diff --git a/themes/images/white-hd/btn_normal.png b/themes/images/white-hd/btn_normal.png new file mode 100644 index 0000000..a5afcfb Binary files /dev/null and b/themes/images/white-hd/btn_normal.png differ diff --git a/themes/images/white-hd/btn_selected.png b/themes/images/white-hd/btn_selected.png new file mode 100644 index 0000000..5fa2c5c Binary files /dev/null and b/themes/images/white-hd/btn_selected.png differ diff --git a/themes/images/white-hd/bubble.png b/themes/images/white-hd/bubble.png new file mode 100644 index 0000000..78b831b Binary files /dev/null and b/themes/images/white-hd/bubble.png differ diff --git a/themes/images/white-hd/bubble_shine.png b/themes/images/white-hd/bubble_shine.png new file mode 100644 index 0000000..33fd1d8 Binary files /dev/null and b/themes/images/white-hd/bubble_shine.png differ diff --git a/themes/images/white-hd/calllog/00_list_bar_press_1x80.png b/themes/images/white-hd/calllog/00_list_bar_press_1x80.png new file mode 100755 index 0000000..1dc6e15 Binary files /dev/null and b/themes/images/white-hd/calllog/00_list_bar_press_1x80.png differ diff --git a/themes/images/white-hd/calllog/00_list_photo_bg.png b/themes/images/white-hd/calllog/00_list_photo_bg.png new file mode 100755 index 0000000..95c77fc Binary files /dev/null and b/themes/images/white-hd/calllog/00_list_photo_bg.png differ diff --git a/themes/images/white-hd/calllog/00_list_thumbnail_bg.png b/themes/images/white-hd/calllog/00_list_thumbnail_bg.png new file mode 100755 index 0000000..88522c5 Binary files /dev/null and b/themes/images/white-hd/calllog/00_list_thumbnail_bg.png differ diff --git a/themes/images/white-hd/calllog/01_list_lighting.png b/themes/images/white-hd/calllog/01_list_lighting.png new file mode 100644 index 0000000..6d1ca4b Binary files /dev/null and b/themes/images/white-hd/calllog/01_list_lighting.png differ diff --git a/themes/images/white-hd/calllog/01_list_lighting_bg.png b/themes/images/white-hd/calllog/01_list_lighting_bg.png new file mode 100755 index 0000000..46db2da Binary files /dev/null and b/themes/images/white-hd/calllog/01_list_lighting_bg.png differ diff --git a/themes/images/white-hd/calllog/01_list_lighting_bg_last.png b/themes/images/white-hd/calllog/01_list_lighting_bg_last.png new file mode 100755 index 0000000..d158fd5 Binary files /dev/null and b/themes/images/white-hd/calllog/01_list_lighting_bg_last.png differ diff --git a/themes/images/white-hd/calllog/01_list_lighting_bg_press.png b/themes/images/white-hd/calllog/01_list_lighting_bg_press.png new file mode 100755 index 0000000..bd7cf02 Binary files /dev/null and b/themes/images/white-hd/calllog/01_list_lighting_bg_press.png differ diff --git a/themes/images/white-hd/calllog/01_list_selectall_bg.png b/themes/images/white-hd/calllog/01_list_selectall_bg.png new file mode 100755 index 0000000..325426f Binary files /dev/null and b/themes/images/white-hd/calllog/01_list_selectall_bg.png differ diff --git a/themes/images/white-hd/calllog/btn_normal.png b/themes/images/white-hd/calllog/btn_normal.png new file mode 100755 index 0000000..66441b9 Binary files /dev/null and b/themes/images/white-hd/calllog/btn_normal.png differ diff --git a/themes/images/white-hd/calllog/btn_selected.png b/themes/images/white-hd/calllog/btn_selected.png new file mode 100755 index 0000000..5fa2c5c Binary files /dev/null and b/themes/images/white-hd/calllog/btn_selected.png differ diff --git a/themes/images/white-hd/calllog/caller_ID_default_70x70_box.png b/themes/images/white-hd/calllog/caller_ID_default_70x70_box.png new file mode 100755 index 0000000..670f4da Binary files /dev/null and b/themes/images/white-hd/calllog/caller_ID_default_70x70_box.png differ diff --git a/themes/images/white-hd/calllog/calllog_call.png b/themes/images/white-hd/calllog/calllog_call.png new file mode 100755 index 0000000..e476b86 Binary files /dev/null and b/themes/images/white-hd/calllog/calllog_call.png differ diff --git a/themes/images/white-hd/calllog/calllog_message.png b/themes/images/white-hd/calllog/calllog_message.png new file mode 100755 index 0000000..5722e10 Binary files /dev/null and b/themes/images/white-hd/calllog/calllog_message.png differ diff --git a/themes/images/white-hd/calllog/effect_left.png b/themes/images/white-hd/calllog/effect_left.png new file mode 100644 index 0000000..4517856 Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left.png differ diff --git a/themes/images/white-hd/calllog/effect_left1.png b/themes/images/white-hd/calllog/effect_left1.png new file mode 100644 index 0000000..565d9cd Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left1.png differ diff --git a/themes/images/white-hd/calllog/effect_left2.png b/themes/images/white-hd/calllog/effect_left2.png new file mode 100644 index 0000000..1a75fa2 Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left2.png differ diff --git a/themes/images/white-hd/calllog/effect_left3.png b/themes/images/white-hd/calllog/effect_left3.png new file mode 100644 index 0000000..2c7232f Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left3.png differ diff --git a/themes/images/white-hd/calllog/effect_left4.png b/themes/images/white-hd/calllog/effect_left4.png new file mode 100644 index 0000000..2ec6ab9 Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left4.png differ diff --git a/themes/images/white-hd/calllog/effect_left5.png b/themes/images/white-hd/calllog/effect_left5.png new file mode 100644 index 0000000..d46414b Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left5.png differ diff --git a/themes/images/white-hd/calllog/effect_left6.png b/themes/images/white-hd/calllog/effect_left6.png new file mode 100644 index 0000000..92509a1 Binary files /dev/null and b/themes/images/white-hd/calllog/effect_left6.png differ diff --git a/themes/images/white-hd/calllog/effect_right.png b/themes/images/white-hd/calllog/effect_right.png new file mode 100755 index 0000000..9bd9cd8 Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right.png differ diff --git a/themes/images/white-hd/calllog/effect_right1.png b/themes/images/white-hd/calllog/effect_right1.png new file mode 100644 index 0000000..c7cb3ff Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right1.png differ diff --git a/themes/images/white-hd/calllog/effect_right2.png b/themes/images/white-hd/calllog/effect_right2.png new file mode 100644 index 0000000..3a4921e Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right2.png differ diff --git a/themes/images/white-hd/calllog/effect_right3.png b/themes/images/white-hd/calllog/effect_right3.png new file mode 100644 index 0000000..0414e68 Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right3.png differ diff --git a/themes/images/white-hd/calllog/effect_right4.png b/themes/images/white-hd/calllog/effect_right4.png new file mode 100644 index 0000000..543efcc Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right4.png differ diff --git a/themes/images/white-hd/calllog/effect_right5.png b/themes/images/white-hd/calllog/effect_right5.png new file mode 100644 index 0000000..3e41aaf Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right5.png differ diff --git a/themes/images/white-hd/calllog/effect_right6.png b/themes/images/white-hd/calllog/effect_right6.png new file mode 100644 index 0000000..645ee9d Binary files /dev/null and b/themes/images/white-hd/calllog/effect_right6.png differ diff --git a/themes/images/white-hd/calllog/ilist_item_shadow.png b/themes/images/white-hd/calllog/ilist_item_shadow.png new file mode 100644 index 0000000..bffa9dc Binary files /dev/null and b/themes/images/white-hd/calllog/ilist_item_shadow.png differ diff --git a/themes/images/white-hd/calllog/l.png b/themes/images/white-hd/calllog/l.png new file mode 100644 index 0000000..b14072b Binary files /dev/null and b/themes/images/white-hd/calllog/l.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_btn_bg_normal.png b/themes/images/white-hd/calllog/logs_sweep_btn_bg_normal.png new file mode 100755 index 0000000..df4433e Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_btn_bg_normal.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_btn_bg_press.png b/themes/images/white-hd/calllog/logs_sweep_btn_bg_press.png new file mode 100755 index 0000000..b973210 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_btn_bg_press.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_call.png b/themes/images/white-hd/calllog/logs_sweep_icon_call.png new file mode 100755 index 0000000..b92330b Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_call.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_call_press.png b/themes/images/white-hd/calllog/logs_sweep_icon_call_press.png new file mode 100755 index 0000000..1296154 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_call_press.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_call_selected.png b/themes/images/white-hd/calllog/logs_sweep_icon_call_selected.png new file mode 100755 index 0000000..1296154 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_call_selected.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_delete.png b/themes/images/white-hd/calllog/logs_sweep_icon_delete.png new file mode 100755 index 0000000..ef90a7d Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_delete.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_delete_press.png b/themes/images/white-hd/calllog/logs_sweep_icon_delete_press.png new file mode 100755 index 0000000..6eafab6 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_delete_press.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_msg.png b/themes/images/white-hd/calllog/logs_sweep_icon_msg.png new file mode 100755 index 0000000..5cd2d19 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_msg.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_msg_press.png b/themes/images/white-hd/calllog/logs_sweep_icon_msg_press.png new file mode 100755 index 0000000..2127771 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_msg_press.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_vtcall.png b/themes/images/white-hd/calllog/logs_sweep_icon_vtcall.png new file mode 100755 index 0000000..399a2f5 Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_vtcall.png differ diff --git a/themes/images/white-hd/calllog/logs_sweep_icon_vtcall_press.png b/themes/images/white-hd/calllog/logs_sweep_icon_vtcall_press.png new file mode 100755 index 0000000..c3a851d Binary files /dev/null and b/themes/images/white-hd/calllog/logs_sweep_icon_vtcall_press.png differ diff --git a/themes/images/white-hd/calllog/s.png b/themes/images/white-hd/calllog/s.png new file mode 100644 index 0000000..4d88d3e Binary files /dev/null and b/themes/images/white-hd/calllog/s.png differ diff --git a/themes/images/white-hd/calllog/tw3_list.png b/themes/images/white-hd/calllog/tw3_list.png new file mode 100644 index 0000000..ccf2b21 Binary files /dev/null and b/themes/images/white-hd/calllog/tw3_list.png differ diff --git a/themes/images/white-hd/calllog/tw3_list_select.png b/themes/images/white-hd/calllog/tw3_list_select.png new file mode 100644 index 0000000..a2bb2d0 Binary files /dev/null and b/themes/images/white-hd/calllog/tw3_list_select.png differ diff --git a/themes/images/white-hd/check.png b/themes/images/white-hd/check.png new file mode 100644 index 0000000..7d58e85 Binary files /dev/null and b/themes/images/white-hd/check.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_left.png b/themes/images/white-hd/copy&paste_Icon_left.png new file mode 100644 index 0000000..f632684 Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_left.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_left_press.png b/themes/images/white-hd/copy&paste_Icon_left_press.png new file mode 100644 index 0000000..24d3570 Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_left_press.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_left_top.png b/themes/images/white-hd/copy&paste_Icon_left_top.png new file mode 100644 index 0000000..ebe24a4 Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_left_top.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_left_top_press.png b/themes/images/white-hd/copy&paste_Icon_left_top_press.png new file mode 100644 index 0000000..b715059 Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_left_top_press.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_right.png b/themes/images/white-hd/copy&paste_Icon_right.png new file mode 100644 index 0000000..e9df81d Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_right.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_right_press.png b/themes/images/white-hd/copy&paste_Icon_right_press.png new file mode 100644 index 0000000..a81b556 Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_right_press.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_right_top.png b/themes/images/white-hd/copy&paste_Icon_right_top.png new file mode 100644 index 0000000..300eebc Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_right_top.png differ diff --git a/themes/images/white-hd/copy&paste_Icon_right_top_press.png b/themes/images/white-hd/copy&paste_Icon_right_top_press.png new file mode 100644 index 0000000..1dc1ad1 Binary files /dev/null and b/themes/images/white-hd/copy&paste_Icon_right_top_press.png differ diff --git a/themes/images/white-hd/copy&paste_arrow_down.png b/themes/images/white-hd/copy&paste_arrow_down.png new file mode 100644 index 0000000..89be16d Binary files /dev/null and b/themes/images/white-hd/copy&paste_arrow_down.png differ diff --git a/themes/images/white-hd/copy&paste_arrow_left.png b/themes/images/white-hd/copy&paste_arrow_left.png new file mode 100644 index 0000000..276ec0e Binary files /dev/null and b/themes/images/white-hd/copy&paste_arrow_left.png differ diff --git a/themes/images/white-hd/copy&paste_arrow_right.png b/themes/images/white-hd/copy&paste_arrow_right.png new file mode 100644 index 0000000..20b0fb2 Binary files /dev/null and b/themes/images/white-hd/copy&paste_arrow_right.png differ diff --git a/themes/images/white-hd/copy&paste_arrow_up.png b/themes/images/white-hd/copy&paste_arrow_up.png new file mode 100644 index 0000000..d3721ae Binary files /dev/null and b/themes/images/white-hd/copy&paste_arrow_up.png differ diff --git a/themes/images/white-hd/copy&paste_bg_center.png b/themes/images/white-hd/copy&paste_bg_center.png new file mode 100644 index 0000000..d500860 Binary files /dev/null and b/themes/images/white-hd/copy&paste_bg_center.png differ diff --git a/themes/images/white-hd/copy&paste_press_center.png b/themes/images/white-hd/copy&paste_press_center.png new file mode 100644 index 0000000..218be48 Binary files /dev/null and b/themes/images/white-hd/copy&paste_press_center.png differ diff --git a/themes/images/white-hd/copy&paste_press_left.png b/themes/images/white-hd/copy&paste_press_left.png new file mode 100644 index 0000000..deaecaa Binary files /dev/null and b/themes/images/white-hd/copy&paste_press_left.png differ diff --git a/themes/images/white-hd/copy&paste_press_right.png b/themes/images/white-hd/copy&paste_press_right.png new file mode 100644 index 0000000..9089f35 Binary files /dev/null and b/themes/images/white-hd/copy&paste_press_right.png differ diff --git a/themes/images/white-hd/cross_mark_black.png b/themes/images/white-hd/cross_mark_black.png new file mode 100644 index 0000000..8d8e757 Binary files /dev/null and b/themes/images/white-hd/cross_mark_black.png differ diff --git a/themes/images/white-hd/cross_mark_black_pressed.png b/themes/images/white-hd/cross_mark_black_pressed.png new file mode 100644 index 0000000..e0baf04 Binary files /dev/null and b/themes/images/white-hd/cross_mark_black_pressed.png differ diff --git a/themes/images/white-hd/ctxpopup_bg.png b/themes/images/white-hd/ctxpopup_bg.png new file mode 100644 index 0000000..ab9cd9a Binary files /dev/null and b/themes/images/white-hd/ctxpopup_bg.png differ diff --git a/themes/images/white-hd/ctxpopup_shadow.png b/themes/images/white-hd/ctxpopup_shadow.png new file mode 100644 index 0000000..cebb925 Binary files /dev/null and b/themes/images/white-hd/ctxpopup_shadow.png differ diff --git a/themes/images/white-hd/dia_grad.png b/themes/images/white-hd/dia_grad.png new file mode 100644 index 0000000..bfd7d0e Binary files /dev/null and b/themes/images/white-hd/dia_grad.png differ diff --git a/themes/images/white-hd/down.png b/themes/images/white-hd/down.png new file mode 100644 index 0000000..528c543 Binary files /dev/null and b/themes/images/white-hd/down.png differ diff --git a/themes/images/white-hd/email/07_message_list_bg.PNG b/themes/images/white-hd/email/07_message_list_bg.PNG new file mode 100755 index 0000000..21e4f4d Binary files /dev/null and b/themes/images/white-hd/email/07_message_list_bg.PNG differ diff --git a/themes/images/white-hd/email/composer_attachment_etc.png b/themes/images/white-hd/email/composer_attachment_etc.png new file mode 100644 index 0000000..14b0cc0 Binary files /dev/null and b/themes/images/white-hd/email/composer_attachment_etc.png differ diff --git a/themes/images/white-hd/email/composer_attachment_sound.png b/themes/images/white-hd/email/composer_attachment_sound.png new file mode 100644 index 0000000..f64f3d9 Binary files /dev/null and b/themes/images/white-hd/email/composer_attachment_sound.png differ diff --git a/themes/images/white-hd/email/composer_attachment_trash.png b/themes/images/white-hd/email/composer_attachment_trash.png new file mode 100644 index 0000000..c1dc0a8 Binary files /dev/null and b/themes/images/white-hd/email/composer_attachment_trash.png differ diff --git a/themes/images/white-hd/email/composer_attachment_video.png b/themes/images/white-hd/email/composer_attachment_video.png new file mode 100644 index 0000000..a0aaadf Binary files /dev/null and b/themes/images/white-hd/email/composer_attachment_video.png differ diff --git a/themes/images/white-hd/email/composer_list_bg.png b/themes/images/white-hd/email/composer_list_bg.png new file mode 100644 index 0000000..0d5b210 Binary files /dev/null and b/themes/images/white-hd/email/composer_list_bg.png differ diff --git a/themes/images/white-hd/email/composer_list_focus.png b/themes/images/white-hd/email/composer_list_focus.png new file mode 100644 index 0000000..d107951 Binary files /dev/null and b/themes/images/white-hd/email/composer_list_focus.png differ diff --git a/themes/images/white-hd/email/composer_list_lighting.png b/themes/images/white-hd/email/composer_list_lighting.png new file mode 100644 index 0000000..d779146 Binary files /dev/null and b/themes/images/white-hd/email/composer_list_lighting.png differ diff --git a/themes/images/white-hd/email/composer_list_select.png b/themes/images/white-hd/email/composer_list_select.png new file mode 100644 index 0000000..a2bb2d0 Binary files /dev/null and b/themes/images/white-hd/email/composer_list_select.png differ diff --git a/themes/images/white-hd/email/email_viewer_attach_down.png b/themes/images/white-hd/email/email_viewer_attach_down.png new file mode 100644 index 0000000..e979fc2 Binary files /dev/null and b/themes/images/white-hd/email/email_viewer_attach_down.png differ diff --git a/themes/images/white-hd/email/email_viewer_attach_multi.png b/themes/images/white-hd/email/email_viewer_attach_multi.png new file mode 100644 index 0000000..1f1a6a8 Binary files /dev/null and b/themes/images/white-hd/email/email_viewer_attach_multi.png differ diff --git a/themes/images/white-hd/email/icon_file.png b/themes/images/white-hd/email/icon_file.png new file mode 100644 index 0000000..371f1d0 Binary files /dev/null and b/themes/images/white-hd/email/icon_file.png differ diff --git a/themes/images/white-hd/frame_1.png b/themes/images/white-hd/frame_1.png new file mode 100644 index 0000000..fd5645e Binary files /dev/null and b/themes/images/white-hd/frame_1.png differ diff --git a/themes/images/white-hd/frame_2.png b/themes/images/white-hd/frame_2.png new file mode 100644 index 0000000..0fef1e9 Binary files /dev/null and b/themes/images/white-hd/frame_2.png differ diff --git a/themes/images/white-hd/imageeditor_bar_press.png b/themes/images/white-hd/imageeditor_bar_press.png new file mode 100644 index 0000000..add7d96 Binary files /dev/null and b/themes/images/white-hd/imageeditor_bar_press.png differ diff --git a/themes/images/white-hd/imageeditor_bg.png b/themes/images/white-hd/imageeditor_bg.png new file mode 100644 index 0000000..f8a9704 Binary files /dev/null and b/themes/images/white-hd/imageeditor_bg.png differ diff --git a/themes/images/white-hd/imageeditor_bottom_arrow.png b/themes/images/white-hd/imageeditor_bottom_arrow.png new file mode 100644 index 0000000..cdbe2de Binary files /dev/null and b/themes/images/white-hd/imageeditor_bottom_arrow.png differ diff --git a/themes/images/white-hd/imageeditor_left_arrow.png b/themes/images/white-hd/imageeditor_left_arrow.png new file mode 100644 index 0000000..c495228 Binary files /dev/null and b/themes/images/white-hd/imageeditor_left_arrow.png differ diff --git a/themes/images/white-hd/imageeditor_right_arrow.png b/themes/images/white-hd/imageeditor_right_arrow.png new file mode 100644 index 0000000..b088213 Binary files /dev/null and b/themes/images/white-hd/imageeditor_right_arrow.png differ diff --git a/themes/images/white-hd/imageeditor_top_arrow.png b/themes/images/white-hd/imageeditor_top_arrow.png new file mode 100644 index 0000000..f7016a3 Binary files /dev/null and b/themes/images/white-hd/imageeditor_top_arrow.png differ diff --git a/themes/images/white-hd/magnifier.png b/themes/images/white-hd/magnifier.png new file mode 100644 index 0000000..0547496 Binary files /dev/null and b/themes/images/white-hd/magnifier.png differ diff --git a/themes/images/white-hd/magnifier_line.png b/themes/images/white-hd/magnifier_line.png new file mode 100644 index 0000000..14ba52c Binary files /dev/null and b/themes/images/white-hd/magnifier_line.png differ diff --git a/themes/images/white-hd/magnifier_noarrow.png b/themes/images/white-hd/magnifier_noarrow.png new file mode 100644 index 0000000..7cbd2a7 Binary files /dev/null and b/themes/images/white-hd/magnifier_noarrow.png differ diff --git a/themes/images/white-hd/magnifier_noarrow_line.png b/themes/images/white-hd/magnifier_noarrow_line.png new file mode 100644 index 0000000..fcfdb10 Binary files /dev/null and b/themes/images/white-hd/magnifier_noarrow_line.png differ diff --git a/themes/images/white-hd/map_circle.png b/themes/images/white-hd/map_circle.png new file mode 100644 index 0000000..1641097 Binary files /dev/null and b/themes/images/white-hd/map_circle.png differ diff --git a/themes/images/white-hd/map_item.png b/themes/images/white-hd/map_item.png new file mode 100644 index 0000000..b83e552 Binary files /dev/null and b/themes/images/white-hd/map_item.png differ diff --git a/themes/images/white-hd/map_item_2.png b/themes/images/white-hd/map_item_2.png new file mode 100644 index 0000000..f92ebfa Binary files /dev/null and b/themes/images/white-hd/map_item_2.png differ diff --git a/themes/images/white-hd/map_scale.png b/themes/images/white-hd/map_scale.png new file mode 100644 index 0000000..ff7be49 Binary files /dev/null and b/themes/images/white-hd/map_scale.png differ diff --git a/themes/images/white-hd/msg_ui/07_message_list_bg.png b/themes/images/white-hd/msg_ui/07_message_list_bg.png new file mode 100644 index 0000000..21e4f4d Binary files /dev/null and b/themes/images/white-hd/msg_ui/07_message_list_bg.png differ diff --git a/themes/images/white-hd/multicheck_0001.png b/themes/images/white-hd/multicheck_0001.png new file mode 100644 index 0000000..ac27607 Binary files /dev/null and b/themes/images/white-hd/multicheck_0001.png differ diff --git a/themes/images/white-hd/multicheck_0002.png b/themes/images/white-hd/multicheck_0002.png new file mode 100644 index 0000000..6bb95de Binary files /dev/null and b/themes/images/white-hd/multicheck_0002.png differ diff --git a/themes/images/white-hd/multicheck_0003.png b/themes/images/white-hd/multicheck_0003.png new file mode 100644 index 0000000..194b8c0 Binary files /dev/null and b/themes/images/white-hd/multicheck_0003.png differ diff --git a/themes/images/white-hd/multicheck_0004.png b/themes/images/white-hd/multicheck_0004.png new file mode 100644 index 0000000..e5ead65 Binary files /dev/null and b/themes/images/white-hd/multicheck_0004.png differ diff --git a/themes/images/white-hd/multicheck_0005.png b/themes/images/white-hd/multicheck_0005.png new file mode 100644 index 0000000..81cccfc Binary files /dev/null and b/themes/images/white-hd/multicheck_0005.png differ diff --git a/themes/images/white-hd/multicheck_0006.png b/themes/images/white-hd/multicheck_0006.png new file mode 100644 index 0000000..81cccfc Binary files /dev/null and b/themes/images/white-hd/multicheck_0006.png differ diff --git a/themes/images/white-hd/myfile/00_myfile_list_bar_press_1x80.png b/themes/images/white-hd/myfile/00_myfile_list_bar_press_1x80.png new file mode 100644 index 0000000..1dc6e15 Binary files /dev/null and b/themes/images/white-hd/myfile/00_myfile_list_bar_press_1x80.png differ diff --git a/themes/images/white-hd/myfile/00_myfile_list_expandable_bg.png b/themes/images/white-hd/myfile/00_myfile_list_expandable_bg.png new file mode 100644 index 0000000..f1e92dc Binary files /dev/null and b/themes/images/white-hd/myfile/00_myfile_list_expandable_bg.png differ diff --git a/themes/images/white-hd/myfile/00_myfile_list_thumbnail_bg.png b/themes/images/white-hd/myfile/00_myfile_list_thumbnail_bg.png new file mode 100644 index 0000000..88522c5 Binary files /dev/null and b/themes/images/white-hd/myfile/00_myfile_list_thumbnail_bg.png differ diff --git a/themes/images/white-hd/myfile/01_list_upper_button.png b/themes/images/white-hd/myfile/01_list_upper_button.png new file mode 100644 index 0000000..602fcdc Binary files /dev/null and b/themes/images/white-hd/myfile/01_list_upper_button.png differ diff --git a/themes/images/white-hd/myfile/01_list_upper_button_t.png b/themes/images/white-hd/myfile/01_list_upper_button_t.png new file mode 100644 index 0000000..a63f00f Binary files /dev/null and b/themes/images/white-hd/myfile/01_list_upper_button_t.png differ diff --git a/themes/images/white-hd/outdent-bottom.png b/themes/images/white-hd/outdent-bottom.png new file mode 100644 index 0000000..2cd49b5 Binary files /dev/null and b/themes/images/white-hd/outdent-bottom.png differ diff --git a/themes/images/white-hd/outdent-top.png b/themes/images/white-hd/outdent-top.png new file mode 100644 index 0000000..b4f891d Binary files /dev/null and b/themes/images/white-hd/outdent-top.png differ diff --git a/themes/images/white-hd/progress_01.png b/themes/images/white-hd/progress_01.png new file mode 100644 index 0000000..7eb9d20 Binary files /dev/null and b/themes/images/white-hd/progress_01.png differ diff --git a/themes/images/white-hd/progress_01_g.png b/themes/images/white-hd/progress_01_g.png new file mode 100644 index 0000000..bab7653 Binary files /dev/null and b/themes/images/white-hd/progress_01_g.png differ diff --git a/themes/images/white-hd/progress_01_s.png b/themes/images/white-hd/progress_01_s.png new file mode 100644 index 0000000..aececf1 Binary files /dev/null and b/themes/images/white-hd/progress_01_s.png differ diff --git a/themes/images/white-hd/progress_02.png b/themes/images/white-hd/progress_02.png new file mode 100644 index 0000000..68373bd Binary files /dev/null and b/themes/images/white-hd/progress_02.png differ diff --git a/themes/images/white-hd/progress_02_g.png b/themes/images/white-hd/progress_02_g.png new file mode 100644 index 0000000..9389c0f Binary files /dev/null and b/themes/images/white-hd/progress_02_g.png differ diff --git a/themes/images/white-hd/progress_02_s.png b/themes/images/white-hd/progress_02_s.png new file mode 100644 index 0000000..6301112 Binary files /dev/null and b/themes/images/white-hd/progress_02_s.png differ diff --git a/themes/images/white-hd/progress_03.png b/themes/images/white-hd/progress_03.png new file mode 100644 index 0000000..3156a05 Binary files /dev/null and b/themes/images/white-hd/progress_03.png differ diff --git a/themes/images/white-hd/progress_03_g.png b/themes/images/white-hd/progress_03_g.png new file mode 100644 index 0000000..cffc11d Binary files /dev/null and b/themes/images/white-hd/progress_03_g.png differ diff --git a/themes/images/white-hd/progress_03_s.png b/themes/images/white-hd/progress_03_s.png new file mode 100644 index 0000000..927d211 Binary files /dev/null and b/themes/images/white-hd/progress_03_s.png differ diff --git a/themes/images/white-hd/progress_04.png b/themes/images/white-hd/progress_04.png new file mode 100644 index 0000000..6eb33d1 Binary files /dev/null and b/themes/images/white-hd/progress_04.png differ diff --git a/themes/images/white-hd/progress_04_g.png b/themes/images/white-hd/progress_04_g.png new file mode 100644 index 0000000..d11b2ce Binary files /dev/null and b/themes/images/white-hd/progress_04_g.png differ diff --git a/themes/images/white-hd/progress_04_s.png b/themes/images/white-hd/progress_04_s.png new file mode 100644 index 0000000..3c97f33 Binary files /dev/null and b/themes/images/white-hd/progress_04_s.png differ diff --git a/themes/images/white-hd/progress_05.png b/themes/images/white-hd/progress_05.png new file mode 100644 index 0000000..568e51e Binary files /dev/null and b/themes/images/white-hd/progress_05.png differ diff --git a/themes/images/white-hd/progress_05_g.png b/themes/images/white-hd/progress_05_g.png new file mode 100644 index 0000000..f6dc4e7 Binary files /dev/null and b/themes/images/white-hd/progress_05_g.png differ diff --git a/themes/images/white-hd/progress_05_s.png b/themes/images/white-hd/progress_05_s.png new file mode 100644 index 0000000..b190a64 Binary files /dev/null and b/themes/images/white-hd/progress_05_s.png differ diff --git a/themes/images/white-hd/progress_06.png b/themes/images/white-hd/progress_06.png new file mode 100644 index 0000000..fafe364 Binary files /dev/null and b/themes/images/white-hd/progress_06.png differ diff --git a/themes/images/white-hd/progress_06_g.png b/themes/images/white-hd/progress_06_g.png new file mode 100644 index 0000000..b0dbf58 Binary files /dev/null and b/themes/images/white-hd/progress_06_g.png differ diff --git a/themes/images/white-hd/progress_06_s.png b/themes/images/white-hd/progress_06_s.png new file mode 100644 index 0000000..723b363 Binary files /dev/null and b/themes/images/white-hd/progress_06_s.png differ diff --git a/themes/images/white-hd/progress_07.png b/themes/images/white-hd/progress_07.png new file mode 100644 index 0000000..c84ee1e Binary files /dev/null and b/themes/images/white-hd/progress_07.png differ diff --git a/themes/images/white-hd/progress_07_g.png b/themes/images/white-hd/progress_07_g.png new file mode 100644 index 0000000..a562353 Binary files /dev/null and b/themes/images/white-hd/progress_07_g.png differ diff --git a/themes/images/white-hd/progress_07_s.png b/themes/images/white-hd/progress_07_s.png new file mode 100644 index 0000000..6e16f64 Binary files /dev/null and b/themes/images/white-hd/progress_07_s.png differ diff --git a/themes/images/white-hd/progress_08.png b/themes/images/white-hd/progress_08.png new file mode 100644 index 0000000..1541b0a Binary files /dev/null and b/themes/images/white-hd/progress_08.png differ diff --git a/themes/images/white-hd/progress_08_g.png b/themes/images/white-hd/progress_08_g.png new file mode 100644 index 0000000..76093c5 Binary files /dev/null and b/themes/images/white-hd/progress_08_g.png differ diff --git a/themes/images/white-hd/progress_08_s.png b/themes/images/white-hd/progress_08_s.png new file mode 100644 index 0000000..f690238 Binary files /dev/null and b/themes/images/white-hd/progress_08_s.png differ diff --git a/themes/images/white-hd/progress_09.png b/themes/images/white-hd/progress_09.png new file mode 100644 index 0000000..d0db562 Binary files /dev/null and b/themes/images/white-hd/progress_09.png differ diff --git a/themes/images/white-hd/progress_09_g.png b/themes/images/white-hd/progress_09_g.png new file mode 100644 index 0000000..49ca3e6 Binary files /dev/null and b/themes/images/white-hd/progress_09_g.png differ diff --git a/themes/images/white-hd/progress_09_s.png b/themes/images/white-hd/progress_09_s.png new file mode 100644 index 0000000..7acec1a Binary files /dev/null and b/themes/images/white-hd/progress_09_s.png differ diff --git a/themes/images/white-hd/progress_10.png b/themes/images/white-hd/progress_10.png new file mode 100644 index 0000000..dc09ef9 Binary files /dev/null and b/themes/images/white-hd/progress_10.png differ diff --git a/themes/images/white-hd/progress_10_g.png b/themes/images/white-hd/progress_10_g.png new file mode 100644 index 0000000..669bd67 Binary files /dev/null and b/themes/images/white-hd/progress_10_g.png differ diff --git a/themes/images/white-hd/progress_10_s.png b/themes/images/white-hd/progress_10_s.png new file mode 100644 index 0000000..246e5b1 Binary files /dev/null and b/themes/images/white-hd/progress_10_s.png differ diff --git a/themes/images/white-hd/progress_11.png b/themes/images/white-hd/progress_11.png new file mode 100644 index 0000000..7093b77 Binary files /dev/null and b/themes/images/white-hd/progress_11.png differ diff --git a/themes/images/white-hd/progress_11_g.png b/themes/images/white-hd/progress_11_g.png new file mode 100644 index 0000000..9d7d1ce Binary files /dev/null and b/themes/images/white-hd/progress_11_g.png differ diff --git a/themes/images/white-hd/progress_11_s.png b/themes/images/white-hd/progress_11_s.png new file mode 100644 index 0000000..f5182b8 Binary files /dev/null and b/themes/images/white-hd/progress_11_s.png differ diff --git a/themes/images/white-hd/progress_12.png b/themes/images/white-hd/progress_12.png new file mode 100644 index 0000000..7c8d128 Binary files /dev/null and b/themes/images/white-hd/progress_12.png differ diff --git a/themes/images/white-hd/progress_12_g.png b/themes/images/white-hd/progress_12_g.png new file mode 100644 index 0000000..4aea295 Binary files /dev/null and b/themes/images/white-hd/progress_12_g.png differ diff --git a/themes/images/white-hd/progress_12_s.png b/themes/images/white-hd/progress_12_s.png new file mode 100644 index 0000000..2b17f44 Binary files /dev/null and b/themes/images/white-hd/progress_12_s.png differ diff --git a/themes/images/white-hd/progress_slider_bar.9.png b/themes/images/white-hd/progress_slider_bar.9.png new file mode 100644 index 0000000..29c5874 Binary files /dev/null and b/themes/images/white-hd/progress_slider_bar.9.png differ diff --git a/themes/images/white-hd/progress_slider_bar01.9.png b/themes/images/white-hd/progress_slider_bar01.9.png new file mode 100644 index 0000000..3fdab30 Binary files /dev/null and b/themes/images/white-hd/progress_slider_bar01.9.png differ diff --git a/themes/images/white-hd/progress_slider_bar02.9.png b/themes/images/white-hd/progress_slider_bar02.9.png new file mode 100644 index 0000000..b984c95 Binary files /dev/null and b/themes/images/white-hd/progress_slider_bar02.9.png differ diff --git a/themes/images/white-hd/progress_slider_bg.9.png b/themes/images/white-hd/progress_slider_bg.9.png new file mode 100644 index 0000000..0b70fe1 Binary files /dev/null and b/themes/images/white-hd/progress_slider_bg.9.png differ diff --git a/themes/images/white-hd/progress_slider_bg01.9.png b/themes/images/white-hd/progress_slider_bg01.9.png new file mode 100644 index 0000000..cb883cf Binary files /dev/null and b/themes/images/white-hd/progress_slider_bg01.9.png differ diff --git a/themes/images/white-hd/progress_slider_bg02.9.png b/themes/images/white-hd/progress_slider_bg02.9.png new file mode 100644 index 0000000..663baac Binary files /dev/null and b/themes/images/white-hd/progress_slider_bg02.9.png differ diff --git a/themes/images/white-hd/reader_handler_down.png b/themes/images/white-hd/reader_handler_down.png new file mode 100644 index 0000000..8e95761 Binary files /dev/null and b/themes/images/white-hd/reader_handler_down.png differ diff --git a/themes/images/white-hd/reader_handler_up.png b/themes/images/white-hd/reader_handler_up.png new file mode 100644 index 0000000..172e2a3 Binary files /dev/null and b/themes/images/white-hd/reader_handler_up.png differ diff --git a/themes/images/white-hd/reader_longtap_blue.png b/themes/images/white-hd/reader_longtap_blue.png new file mode 100644 index 0000000..16df225 Binary files /dev/null and b/themes/images/white-hd/reader_longtap_blue.png differ diff --git a/themes/images/white-hd/rss/folder_closed.png b/themes/images/white-hd/rss/folder_closed.png new file mode 100644 index 0000000..2ec380a Binary files /dev/null and b/themes/images/white-hd/rss/folder_closed.png differ diff --git a/themes/images/white-hd/rss/folder_opened.png b/themes/images/white-hd/rss/folder_opened.png new file mode 100644 index 0000000..70ed5c8 Binary files /dev/null and b/themes/images/white-hd/rss/folder_opened.png differ diff --git a/themes/images/white-hd/sb_runnerh.png b/themes/images/white-hd/sb_runnerh.png new file mode 100644 index 0000000..a483ce8 Binary files /dev/null and b/themes/images/white-hd/sb_runnerh.png differ diff --git a/themes/images/white-hd/sb_runnerv.png b/themes/images/white-hd/sb_runnerv.png new file mode 100644 index 0000000..cb2da6f Binary files /dev/null and b/themes/images/white-hd/sb_runnerv.png differ diff --git a/themes/images/white-hd/search_icon.png b/themes/images/white-hd/search_icon.png new file mode 100644 index 0000000..3234833 Binary files /dev/null and b/themes/images/white-hd/search_icon.png differ diff --git a/themes/images/white-hd/search_input_field_bg.png b/themes/images/white-hd/search_input_field_bg.png new file mode 100644 index 0000000..f3f1fda Binary files /dev/null and b/themes/images/white-hd/search_input_field_bg.png differ diff --git a/themes/images/white-hd/separator_h.png b/themes/images/white-hd/separator_h.png new file mode 100644 index 0000000..0823fbc Binary files /dev/null and b/themes/images/white-hd/separator_h.png differ diff --git a/themes/images/white-hd/separator_v.png b/themes/images/white-hd/separator_v.png new file mode 100644 index 0000000..cd1b018 Binary files /dev/null and b/themes/images/white-hd/separator_v.png differ diff --git a/themes/images/white-hd/shad_circ.png b/themes/images/white-hd/shad_circ.png new file mode 100644 index 0000000..e344e5c Binary files /dev/null and b/themes/images/white-hd/shad_circ.png differ diff --git a/themes/images/white-hd/shelf_inset.png b/themes/images/white-hd/shelf_inset.png new file mode 100644 index 0000000..bb1989d Binary files /dev/null and b/themes/images/white-hd/shelf_inset.png differ diff --git a/themes/images/white-hd/sl_bt2_2.png b/themes/images/white-hd/sl_bt2_2.png new file mode 100644 index 0000000..061ac29 Binary files /dev/null and b/themes/images/white-hd/sl_bt2_2.png differ diff --git a/themes/images/white-hd/sl_units.png b/themes/images/white-hd/sl_units.png new file mode 100644 index 0000000..87b4c1d Binary files /dev/null and b/themes/images/white-hd/sl_units.png differ diff --git a/themes/images/white-hd/sp_bt_l.png b/themes/images/white-hd/sp_bt_l.png new file mode 100644 index 0000000..31d0d94 Binary files /dev/null and b/themes/images/white-hd/sp_bt_l.png differ diff --git a/themes/images/white-hd/sp_bt_r.png b/themes/images/white-hd/sp_bt_r.png new file mode 100644 index 0000000..bef2c54 Binary files /dev/null and b/themes/images/white-hd/sp_bt_r.png differ diff --git a/themes/images/white-hd/stackedicon_bg.png b/themes/images/white-hd/stackedicon_bg.png new file mode 100644 index 0000000..d915b2a Binary files /dev/null and b/themes/images/white-hd/stackedicon_bg.png differ diff --git a/themes/images/white-hd/switch_bg.png b/themes/images/white-hd/switch_bg.png new file mode 100644 index 0000000..d28ed2a Binary files /dev/null and b/themes/images/white-hd/switch_bg.png differ diff --git a/themes/images/white-hd/switch_btn.png b/themes/images/white-hd/switch_btn.png new file mode 100644 index 0000000..5e1e1ea Binary files /dev/null and b/themes/images/white-hd/switch_btn.png differ diff --git a/themes/images/white-hd/switch_left_padding.png b/themes/images/white-hd/switch_left_padding.png new file mode 100644 index 0000000..0914820 Binary files /dev/null and b/themes/images/white-hd/switch_left_padding.png differ diff --git a/themes/images/white-hd/switch_right_padding.png b/themes/images/white-hd/switch_right_padding.png new file mode 100644 index 0000000..2d962fa Binary files /dev/null and b/themes/images/white-hd/switch_right_padding.png differ diff --git a/themes/images/white-hd/tab_icon_more.png b/themes/images/white-hd/tab_icon_more.png new file mode 100644 index 0000000..0371ddc Binary files /dev/null and b/themes/images/white-hd/tab_icon_more.png differ diff --git a/themes/images/white-hd/timepicker_bottom_arrow.png b/themes/images/white-hd/timepicker_bottom_arrow.png new file mode 100644 index 0000000..dc7b855 Binary files /dev/null and b/themes/images/white-hd/timepicker_bottom_arrow.png differ diff --git a/themes/images/white-hd/timepicker_left_arrow.png b/themes/images/white-hd/timepicker_left_arrow.png new file mode 100644 index 0000000..9eb90fb Binary files /dev/null and b/themes/images/white-hd/timepicker_left_arrow.png differ diff --git a/themes/images/white-hd/timepicker_right_arrow.png b/themes/images/white-hd/timepicker_right_arrow.png new file mode 100644 index 0000000..1d7c6e3 Binary files /dev/null and b/themes/images/white-hd/timepicker_right_arrow.png differ diff --git a/themes/images/white-hd/timepicker_top_arrow.png b/themes/images/white-hd/timepicker_top_arrow.png new file mode 100644 index 0000000..a6f8164 Binary files /dev/null and b/themes/images/white-hd/timepicker_top_arrow.png differ diff --git a/themes/images/white-hd/up.png b/themes/images/white-hd/up.png new file mode 100644 index 0000000..f8697a1 Binary files /dev/null and b/themes/images/white-hd/up.png differ diff --git a/themes/inc/white-hd-inc.edc b/themes/inc/white-hd-inc.edc new file mode 100644 index 0000000..dc89da9 --- /dev/null +++ b/themes/inc/white-hd-inc.edc @@ -0,0 +1,1197 @@ +/* + * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved + * + * PROPRIETARY/CONFIDENTIAL + * + * This software is the confidential and proprietary information of SAMSUNG + * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this + * software is owned by Samsung and you shall not disclose such Confidential + * Information and shall use it only in accordance with the terms of the license + * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no + * representations or warranties about the suitability of the software, either + * express or implied, including but not limited to the implied warranties of + * merchantability, fitness for a particular purpose, or non-infringement. + * SAMSUNG shall not be liable for any damages suffered by licensee arising out + * of or releated to this software. + * + */ + +#define BG_DEFAULT_COLOR_INC 0 0 0 255 +#define BG_EDIT_MODE_COLOR_INC 36 36 36 255 +#define BG_GROUP_LIST_COLOR_INC 17 23 27 255 +#define BG_TRANSPARENT_COLOR_INC 0 0 0 0 + +#define LAYOUT_BG_COLOR_INC 0 0 0 255 +#define LAYOUT_EDIT_MODE_BG_COLOR_INC 36 36 36 255 +#define LAYOUT_GROUP_LIST_BG_COLOR_INC 17 23 27 255 +#define LAYOUT_INDICATOR_HEIGHT_INC 50 +#define LAYOUT_INDICATOR_COLOR_INC 0 0 0 255 + +#define NAVIFRAME_TITLE_H_INC 108 +#define NAVIFRAME_SEGMENT_TITLE_H_INC 124 +#define NAVIFRAME_OH_OPENED_H_INC 106 +#define NAVIFRAME_OH_CONTENT_H_INC 74 +#define NAVIFRAME_OH_PADDING_INC 16 +#define NAVIFRAME_OH_ARROW_SIZE_INC 28 24 +#define NAVIFRAME_OH_OPENED_DOUBLE_H_INC 196 +#define NAVIFRAME_PREV_BTN_W_INC 124 +#define NAVIFRAME_TITLE_FUNC_BTN_SIZE_INC 122 64 +#define NAVIFRAME_TITLE_PREV_BTN_BG_SIZE_INC 144 +#define NAVIFRAME_TEXT_PADDING_INC 142 +#define NAVIFRAME_NO_BUTTON_ICON_PADDING_INC 52 +#define NAVIFRAME_TEXT_PADDING_ICON_VISIBLE_INC 184 +#define NAVIFRAME_TITLE_SEGMENT_H_INC 64 +#define NAVIFRAME_TITLE_SEGMENT_FONT_SIZE_INC 32 +#define NAVIFRAME_TITLE_SEGMENT_TEXT_H_INC 50 +#define NAVIFRAME_TITLE_FONT_SIZE_INC 40 +#define NAVIFRAME_SUBTITLE_FONT_SIZE_INC 32 +#define NAVIFRAME_ICON_SIZE_INC 32 32 +#define NAVIFRAME_ICON_PADDING_INC 16 0 +#define NAVIFRAME_CONTROLBAR_BG_COLOR_INC 25 35 51 255 +#define NAVIFRAME_TITLE_TEXT_COLOR_INC 249 249 249 255 +#define NAVIFRAME_SUBTITLE_TEXT_COLOR_INC 249 249 249 255 +#define NAVIFRAME_TITLE_BG_COLOR_INC 41 61 94 255 +#define NAVIFRAME_OH_BORDER_INC 1 1 5 1 + +#define PROGRESSBAR_TITLE_FONT_SIZE_INC 28 +#define PROGRESSBAR_STATUS_TEXT_FONT_SIZE_INC 20 + +#define POPUP_DEFAULT_TITLE_TEXT_COLOR_INC 249 249 249 255 +#define POPUP_DEFAULT_DESCRIPTION_TEXT_COLOR_INC "#F9F9F9" +#define POPUP_DIM_BG_COLOR_INC 0 0 0 125 +#define POPUP_DIM_BG_CLICKED_COLOR_INC 0 0 0 175 +#define POPUP_DIM_BG_TRANS_COLOR_INC 0 0 0 0 +#define POPUP_DIM_BG_CLICKED_TRANS_COLOR_INC 0 0 0 50 +#define POPUP_CUSTOMSTYLE_TITLE_BOTTOM_LINE_COLOR_INC 70 82 102 255 +#define POPUP_CUSTOMSTYLE_TITLE_TEXT_COLOR_INC 249 249 249 255 + +#define CTXPOPUP_SEPARATOR_COLOR_INC 70 82 102 255 +#define CTXPOPUP_TP_BG_COLOR_INC 7 180 211 255 +#define CTXPOPUP_ITEM_TEXT_SIZE_INC 44 +#define CTXPOPUP_ITEM_HEIGHT_INC 110 +#define CTXPOPUP_ITEM_ICON_INC 160 110 +#define CTXPOPUP_ICON_WIDTH_INC 80 +#define CTXPOPUP_ICON_HEIGHT_INC 80 +#define CTXPOPUP_ARROW_SIZE_INC 48 48 +#define CTXPOPUP_CONTENT_WIDTH_MAX_INC 630 +#define CTXPOPUP_ITEM_PADDING_INC 25 +#define CTXPOPUP_IE_ARROW_SIZE_INC 52 +#define CTXPOPUP_IE_FONT_SIZE_INC 40 +#define CTXPOPUP_IE_ITEM_PADDING_INC 22 +#define CTXPOPUP_IE_ITEM_HEIGHT_INC 75 +#define CTXPOPUP_IE_CONTENT_WIDTH_MAX_INC 720 +#define CTXPOPUP_IE_ICON_WIDTH_INC 60 +#define CTXPOPUP_IE_ICON_HEIGHT_INC 60 +#define CTXPOPUP_TP_ARROW_SIZE_INC 30 +#define CTXPOPUP_TP_HEIGHT_INC 106 + +#define DISKSELECTOR_DF_FONT_COLOR_INC 82 203 224 255 +#define DISKSELECTOR_DF_FONT_MOUSE_DOWN_COLOR_INC 249 249 249 255 +#define DISKSELECTOR_DF_ITEM_MIN_SIZE_INC 70 106; +#define DISKSELECTOR_DF_FONT_SIZE_INC 44 +#define DISKSELECTOR_DF_DATA_MIN_HEIGHT_INC "106" + +#define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#FFFFFF" +#define LABEL_FONT_SIZE_INC 36 +#define LABEL_MIN_FONT_SIZE_INC 27 +#define LABEL_MAX_FONT_SIZE_INC 90 + +#define GENGRID_FONT_STYLE_18_INC "26" +#define GENGRID_PART_BG_COLOR_INC 0 0 0 0 +#define GENGRID_PART_ITEM_BG_COLOR_INC 239 239 239 255 +#define GENGRID_PART_REORDER_BG_COLOR_INC 0 0 0 128 +#define GENGRID_PART_TEXTBLOCK_STYLE_COLOR_INC "#F9F9F9" + +#define GENLIST_HEIGHT_1_INC 1 +#define GENLIST_HEIGHT_16_INC 16 +#define GENLIST_HEIGHT_33_INC 33 +#define GENLIST_HEIGHT_49_INC 49 +#define GENLIST_HEIGHT_62_INC 62 +#define GENLIST_HEIGHT_65_INC 65 +#define GENLIST_HEIGHT_73_INC 73 +#define GENLIST_HEIGHT_77_INC 77 +#define GENLIST_HEIGHT_89_INC 89 +#define GENLIST_HEIGHT_93_INC 93 +#define GENLIST_HEIGHT_97_INC 97 +#define GENLIST_HEIGHT_113_INC 113 +#define GENLIST_HEIGHT_129_INC 129 +#define GENLIST_HEIGHT_177_INC 177 +#define GENLIST_HEIGHT_182_INC 182 +#define GENLIST_HEIGHT_190_INC 190 +#define GENLIST_HEIGHT_207_INC 207 +#define GENLIST_HEIGHT_260_INC 260 +#define GENLIST_HEIGHT_291_INC 291 +#define GENLIST_HEIGHT_454_INC 454 +#define GENLIST_HEIGHT_566_INC 566 + +#define GENLIST_PADDING_4_INC 4 +#define GENLIST_PADDING_5_INC 5 +#define GENLIST_PADDING_6_INC 6 +#define GENLIST_PADDING_8_INC 8 +#define GENLIST_PADDING_10_INC 10 +#define GENLIST_PADDING_11_INC 11 +#define GENLIST_PADDING_12_INC 12 +#define GENLIST_PADDING_13_INC 13 +#define GENLIST_PADDING_14_INC 14 +#define GENLIST_PADDING_16_INC 16 +#define GENLIST_PADDING_18_INC 18 +#define GENLIST_PADDING_21_INC 21 +#define GENLIST_PADDING_22_INC 22 +#define GENLIST_PADDING_24_INC 24 +#define GENLIST_PADDING_27_INC 27 +#define GENLIST_PADDING_32_INC 32 +#define GENLIST_PADDING_34_INC 34 +#define GENLIST_PADDING_46_INC 46 +#define GENLIST_PADDING_48_INC 48 +#define GENLIST_PADDING_64_INC 64 +#define GENLIST_PADDING_74_INC 74 +#define GENLIST_PADDING_88_INC 88 +#define GENLIST_PADDING_124_INC 124 + +#define GENLIST_FONT_27_INC 27 +#define GENLIST_FONT_28_INC 28 +#define GENLIST_FONT_30_INC 30 +#define GENLIST_FONT_32_INC 32 +#define GENLIST_FONT_STYLE_32_INC "32" +#define GENLIST_FONT_36_INC 36 +#define GENLIST_FONT_STYLE_36_INC "36" +#define GENLIST_FONT_40_INC 40 +#define GENLIST_FONT_STYLE_40_INC "40" +#define GENLIST_FONT_42_INC 42 +#define GENLIST_FONT_STYLE_42_INC "42" +#define GENLIST_FONT_44_INC 44 +#define GENLIST_FONT_STYLE_44_INC "44" +#define GENLIST_FONT_48_INC 48 +#define GENLIST_FONT_STYLE_48_INC "48" + +#define GENLIST_SIZE_6_INC 6 +#define GENLIST_SIZE_8_INC 8 +#define GENLIST_SIZE_10_INC 10 +#define GENLIST_SIZE_13_INC 13 +#define GENLIST_SIZE_16_INC 16 +#define GENLIST_SIZE_18_INC 18 +#define GENLIST_SIZE_21_INC 21 +#define GENLIST_SIZE_32_INC 32 +#define GENLIST_SIZE_35_INC 35 +#define GENLIST_SIZE_38_INC 38 +#define GENLIST_SIZE_40_INC 40 +#define GENLIST_SIZE_42_INC 42 +#define GENLIST_SIZE_44_INC 44 +#define GENLIST_SIZE_45_INC 45 +#define GENLIST_SIZE_46_INC 46 +#define GENLIST_SIZE_48_INC 48 +#define GENLIST_SIZE_54_INC 54 +#define GENLIST_SIZE_56_INC 56 +#define GENLIST_SIZE_57_INC 57 +#define GENLIST_SIZE_61_INC 61 +#define GENLIST_SIZE_SLIDE_60_INC 60 +#define GENLIST_SIZE_64_INC 64 +#define GENLIST_SIZE_74_INC 74 +#define GENLIST_SIZE_SLIDE_74_INC 74 +#define GENLIST_SIZE_80_INC 80 +#define GENLIST_SIZE_90_INC 90 +#define GENLIST_SIZE_96_INC 96 +#define GENLIST_SIZE_112_INC 112 +#define GENLIST_SIZE_116_INC 116 +#define GENLIST_SIZE_128_INC 128 +#define GENLIST_SIZE_133_INC 133 +#define GENLIST_SIZE_141_INC 141 +#define GENLIST_SIZE_144_INC 144 +#define GENLIST_SIZE_154_INC 154 +#define GENLIST_SIZE_160_INC 160 +#define GENLIST_SIZE_163_INC 163 +#define GENLIST_SIZE_168_INC 168 +#define GENLIST_SIZE_174_INC 174 +#define GENLIST_SIZE_SLIDE_165_INC 165 +#define GENLIST_SIZE_176_INC 176 +#define GENLIST_SIZE_177_INC 177 +#define GENLIST_SIZE_192_INC 192 +#define GENLIST_SIZE_195_INC 195 +#define GENLIST_SIZE_197_INC 197 +#define GENLIST_SIZE_206_INC 206 +#define GENLIST_SIZE_234_INC 234 +#define GENLIST_SIZE_235_INC 235 +#define GENLIST_SIZE_SLIDE_220_INC 220 +#define GENLIST_SIZE_304_INC 304 +#define GENLIST_SIZE_390_INC 390 +#define GENLIST_SIZE_448_INC 448 +#define GENLIST_SIZE_560_INC 560 +#define GENLIST_SIZE_576_INC 576 +#define GENLIST_SIZE_672_INC 672 + +#define GENLIST_TREESIZE_16_INC 16 +#define GENLIST_TREESIZE_20_INC 20 +#define GENLIST_TREESIZE_32_INC 32 + +//new +#define GENLIST_PART_FONT_LIST_MAIN_TEXT_READ_COLOR_INC 158 158 158 255 +#define GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_LIST_MAIN_TEXT_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_LIST_SUB_TEXT_COLOR_INC 100 100 100 255 +#define GENLIST_PART_FONT_LIST_SUB_TEXT_SETTINGS_COLOR_INC 7 180 211 255 +#define GENLIST_PART_FONT_LIST_SUB_TEXT_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_FLEXIBLE_TEXT_MAIN_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_FLEXIBLE_TEXT_SUB_COLOR_INC 100 100 100 255 +#define GENLIST_PART_FONT_INDEX_LIST_COLOR_INC 131 154 192 255 +#define GENLIST_PART_FONT_EDITFIELD_TEXT_COLOR_INC 81 91 106 255 +#define GENLIST_PART_FONT_EDITFIELD_TEXT_CURSOR_COLOR_INC 7 180 211 255 +#define GENLIST_PART_FONT_MULTILINE_TEXT_COLOR_INC 100 100 100 255 +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_COLOR_INC 158 158 158 255 +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_COLOR_INC 104 137 152 255 +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_CONVERTOR_STYLE_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_CONVERTOR_STYLE_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_UNREAD_EMAIL_COLOR_INC 249 249 249 255 +#define GENLIST_PART_FONT_CONTENTS_TEXT_COLOR_INC 210 210 210 255 +#define GENLIST_PART_FONT_NAME_TEXT_COLOR_INC 129 129 129 255 +#define GENLIST_PART_FONT_NAME_TEXT_DIM_COLOR_INC 7 180 211 255 +#define GENLIST_PART_FONT_BUBBLE_READ_MESSAGE_COLOR_INC 0 0 0 255 +#define GENLIST_PART_FONT_BUBBLE_MESSAGE_TIME_COLOR_INC 96 96 96 255 +#define GENLIST_PART_FONT_BUBBLE_SENT_MESSAGE_COLOR_INC 0 0 0 255 +#define GENLIST_PART_FONT_BUBBLE_SOS_MESSAGE_COLOR_INC 211 0 0 255 +#define GENLIST_PART_FONT_BUBBLE_MESSAGE_DATE_COLOR_INC 164 164 164 255 +#define GENLIST_PART_FONT_BUBBLE_LINK_MESSAGE_COLOR_INC 34 129 157 255 +#define GENLIST_PART_FONT_BUBBLE_MESSAGE_FAILED_COLOR_INC 211 0 0 255 +#define GENLIST_PART_FONT_BUBBLE_READ_MESSAGE_NAME_COLOR_INC 57 166 215 255 +#define GENLIST_PART_FONT_BUBBLE_MESSAGE_HELP_COLOR_INC 139 139 139 255 +#define GENLIST_PART_FONT_SWEEP_STYLE_COLOR_INC 118 118 118 255 + +#define GENLIST_PART_FONT_LIST_MAIN_TEXT_UNREAD_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_FONT_LIST_SUB_TEXT_STYLE_COLOR_INC "#646464FF" +#define GENLIST_PART_FONT_FLEXIBLE_TEXT_MAIN_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_FONT_FLEXIBLE_TEXT_SUB_STYLE_COLOR_INC "#646464FF" +#define GENLIST_PART_FONT_MULTILINE_TEXT_STYLE_COLOR_INC "#646464FF" +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_READ_STYLE_COLOR_INC "#9E9E9EFF" +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_UNREAD_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_FOCUS_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_STYLE_COLOR_INC "#688998FF" +#define GENLIST_PART_FONT_3LINE_MAIN_TEXT_2_FOCUS_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_FONT_HELP_TEXT_STYLE_COLOR_INC "#929292FF" + +#define GENLIST_PART_DISCLIP_COLOR_INC 255 255 255 110 // alpha was 64 [???] +#define GENLIST_PART_BG_COLOR_INC 0 0 0 255 +#define GENLIST_PART_LIST_BG_COLOR_INC 0 0 0 255 +#define GENLIST_PART_LIST_LINE_COLOR_INC 68 68 68 255 +#define GENLIST_PART_LIST_PRESS_COLOR_INC 60 100 155 255 +#define GENLIST_PART_TEXT_PRESS_COLOR_INC 249 249 249 255 +#define GENLIST_PART_EXPANDABLE_2ND_DEPTH_BG_COLOR_INC 25 26 27 255 +#define GENLIST_PART_EXPANDABLE_3ND_DEPTH_BG_COLOR_INC 34 37 40 255 +#define GENLIST_PART_EDIT_SELECT_ALL_BG_COLOR_INC 17 23 27 255 +#define GENLIST_PART_EDIT_REORDER_BG_COLOR_INC 17 23 27 255 +#define GENLIST_PART_EDIT_1PIXEL_LINE_COLOR_INC 68 68 68 255 +#define GENLIST_PART_BUBBLE_DATE_BG_COLOR_INC 56 69 90 255 +#define GENLIST_PART_BUBBLE_1PIXEL_LINE_COLOR_INC 153 153 153 255 +#define GENLIST_PART_INDEX_LIST_BASE_EVENT_INC \ + part { name: "base_event";\ + type: RECT;\ + repeat_events: 0;\ + description { state: "default" 0.0;\ + color: 0 0 0 0;\ + }\ + } +#define GENLIST_PART_INDEX_LIST_BASE_IMAGE_INC \ + part { name: "base_image";\ + repeat_events: 1;\ + description { state: "default" 0.0;\ + rel1.to: "rect";\ + rel2.to: "rect";\ + image {\ + normal: "00_index list_bg.png";\ + }\ + }\ + } + +#define GENLIST_PART_TEXT_PRESS_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_MATCH_TAG_COLOR_INC "+ color=#3F8DAD" + +#define GENLIST_DIALOGUE_FONT_SUB_TITLE_COLOR_INC 139 139 139 255 +#define GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC 100 100 100 255 +#define GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_02_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_02_DIM_COLOR_INC 7 180 211 255 +#define GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_02_FOCUS_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC 100 100 100 255 +#define GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC 100 100 100 255 +#define GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC 100 100 100 255 +#define GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC 7 180 211 255 +#define GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC 221 134 21 255 +#define GENLIST_DIALOGUE_FONT_APPS_PRICE_FREE_COLOR_INC 7 180 211 255 +#define GENLIST_DIALOGUE_FONT_PASSWORD_TITLE_COLOR_INC 153 153 153 255 +#define GENLIST_DIALOGUE_FONT_PASSWORD_INPUT_TEXT_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_WORD_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_PRONUNCIATION_COLOR_INC 7 180 211 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_NATION_COLOR_INC 146 146 146 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_INFO_01_COLOR_INC 249 249 249 255 +#define GENLIST_DIALOGUE_FONT_DETAIL_INFO_02_COLOR_INC 146 146 146 255 + +#define GENLIST_DIALOGUE_GROUP_BG_COLOR_INC 17 23 27 255 +#define GENLIST_DIALOGUE_GROUP_LIST_BG_COLOR_INC 17 23 27 255 +#define GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC 57 60 65 255 +#define GENLIST_DIALOGUE_1PIXEL_LINE_COLOR_INC 57 60 65 255 +#define GENLIST_DIALOGUE_ICON_1PIXEL_LINE_COLOR_INC 68 68 68 255 +#define GENLIST_DIALOGUE_PHOTO_ID_1PIXEL_LINE_COLOR_INC 68 68 68 255 + +//old +#if 0 +#define GENLIST_PART_DISCLIP_COLOR_INC 255 255 255 110 // alpha was 64 [???] +#define GENLIST_PART_BG_COLOR_INC 0 0 0 255 +#define GENLIST_PART_BG_SELECTED_COLOR_INC 60 100 155 255 +#define GENLIST_PART_BG_UNSELECTED_COLOR_INC 60 100 155 0 +#define GENLIST_PART_DIALOGUE_BG_COLOR_INC 15 15 15 255 +#define GENLIST_PART_SELECT_ALL_BG_COLOR_INC 239 237 230 255 +#define GENLIST_PART_TEXT_COLOR_INC 249 249 249 255 +#define GENLIST_PART_TEXT_SELECTED_COLOR_INC 249 249 249 255 +#define GENLIST_PART_SUB_TEXT_COLOR_INC 100 100 100 255 +#define GENLIST_PART_SUB_TEXT_SETTINGS_COLOR_INC 7 180 211 255 +#define GENLIST_PART_MULTILINE_TEXT_COLOR_INC 100 100 100 255 +#define GENLIST_PART_MULTILINE_TITLE_COLOR_INC 249 249 249 255 +#define GENLIST_PART_MULTILINE_TITLE_STYLE_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_MULTILINE_TITLE_STYLE_SELECTED_COLOR_INC "#F9F9F9FF" +#define GENLIST_PART_MULTILINE_TEXT_STYLE_COLOR_INC "#646464FF" +#define GENLIST_PART_MULTILINE_SUB_TEXT_STYLE_COLOR_INC "#a8a8a8" +#define GENLIST_PART_MULTILINE_TEXT_STYLE_SELECTED_COLOR_INC "#646464FF" +#define GENLIST_PART_MULTILINE_HELP_STYLE_COLOR_INC "#b4b4b4" +#define GENLIST_PART_MATCH_TAG_COLOR_INC "+ color=#3F8DAD" +#define GENLIST_PART_SLIDE_TEXT_COLOR_INC 255 255 255 255 +#define GENLIST_PART_BOTTOM_LINE_INC 87 87 87 255 +#define GENLIST_PART_DIALOGUE_SUBTITLE_TEXT_COLOR_INC 168 168 168 255 +#define GENLIST_PART_DIALOGUE_INDICATOR_BG_COLOR_INC 87 87 87 255 +#define GENLIST_PART_EMAIL_READ_TEXT_COLOR_INC 108 108 108 255 +#define GENLIST_PART_EMAIL_UNREAD_TEXT_COLOR_INC 249 249 249 255 +#define GENLIST_PART_EMAIL_URGENCY_UNREAD_TEXT_COLOR_INC 207 37 37 255 +#define GENLIST_PART_EMAIL_URGENCY_READ_TEXT_COLOR_INC 171 82 82 255 +#endif +#define GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC 255 255 255 255 +#define GENLIST_PART_TEXTBLOCK_STYLE_COLOR_INC "#a8a8a8FF" +#define GENLIST_PART_TEXTBLOCK_STYLE_SELECTED_COLOR_INC "#646464" +#define GENLIST_PART_TEXTBLOCK_READ_STYLE_COLOR_INC "#9E9E9EFF" +#define GENLIST_PART_TEXTBLOCK_UNREAD_STYLE_COLOR_INC "#d2d2d2FF" +#define GENLIST_PART_TEXTBLOCK_SUB_STYLE_COLOR_INC "#a8a8a8" +#define GENLIST_PART_TEXTBLOCK_URGENCY_READ_STYLE_COLOR_INC "#AB5252" +#define GENLIST_PART_TEXTBLOCK_URGENCY_UNREAD_STYLE_COLOR_INC "#CF2525" +#if 0 +#define GENLIST_GROUP_PART_TEXT_COLOR_INC 131 154 192 255 +#define GENLIST_GROUP_PART_BASE_EVENT_INC \ + part { name: "base_event";\ + type: RECT;\ + repeat_events: 0;\ + description { state: "default" 0.0;\ + color: 0 0 0 0;\ + }\ + } +#define GENLIST_GROUP_PART_BASE_IMAGE_INC +#define GENLIST_GROUP_BG_COLOR_DEFAULT_INC 17 23 27 255 +#define GENLIST_GROUP_BG_COLOR_ALPHA_OFF_INC 17 23 27 255 // [???] +#define GENLIST_GROUP_LEFT_BG_COLOR_INC 15 15 15 255 +#define GENLIST_EDIT_PART_LINE_INC 41 40 36 150 +#define GENLIST_EDIT_PART_BOTTOM_LINE_INC 82 82 82 255 +#define GENLIST_EDIT_BG_COLOR_INC 0 0 0 255 +#define GENLIST_EDIT_SELECT_ALL_BG_COLOR_INC 17 23 27 255 +#define GENLIST_EXPANDABLE_PART_BG_COLOR_INC GENLIST_PART_BG_COLOR_INC +#define GENLIST_EXPANDABLE2_PART_BG_COLOR_INC 15 15 15 255 +#define GENLIST_EXPANDABLE2_NOSHADOW_BG_COLOR_INC 15 15 15 255 // [???] +#define GENLIST_EXPANDABLE3_PART_BG_COLOR_INC 30 30 30 255 +#define GENLIST_EXPANDABLE_PART_BG_IMAGE_INC \ + part { name: "bg_image"; \ + clip_to: "disclip"; \ + mouse_events: 0; \ + description { state: "default" 0.0; \ + image { \ + normal: "00_list_expandable_bg.png"; \ + border: 0 0 12 6; \ + border_scale: 1; \ + } \ + } \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + image.normal: "00_list_bar_press_1x80.png"; \ + } \ + GENLIST_PART_MAP_START(-90.0, 0.0, 0.0) \ + GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0) \ + } +#define GENLIST_PART_BG_EXPANDABLE3_IMAGE_INC \ + part { name: "bg_image"; \ + clip_to: "disclip"; \ + mouse_events: 0; \ + description { state: "default" 0.0; \ + image { \ + normal: "00_list_expandable_2_bg.png"; \ + border: 0 0 12 6; \ + border_scale: 1; \ + } \ + } \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + image.normal: "00_list_bar_press_1x80.png"; \ + } \ + GENLIST_PART_MAP_START(-90.0, 0.0, 0.0) \ + GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0) \ + } +#define GENLIST_EXPANDABLE3_PART_BG_IMAGE_INC \ + part { name: "bg_image"; \ + clip_to: "disclip"; \ + mouse_events: 0; \ + description { state: "default" 0.0; \ + image { \ + normal: "00_list_expandable_2_bg.png"; \ + border: 0 0 12 6; \ + border_scale: 1; \ + } \ + } \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + image.normal: "00_list_bar_press_1x80.png"; \ + } \ + GENLIST_PART_MAP_START(-90.0, 0.0, 0.0) \ + GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0) \ + } +#define GENLIST_EXPANDABLE3_NOSHADOW_PART_BG_IMAGE_INC \ + part { name: "bg_image"; \ + clip_to: "disclip"; \ + mouse_events: 0; \ + description { state: "default" 0.0; \ + image { \ + normal: "00_list_expandable_2_noshadow_bg.png"; \ + border: 0 0 0 6; \ + border_scale: 1; \ + } \ + } \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + image.normal: "00_list_bar_press_1x80.png"; \ + } \ + GENLIST_PART_MAP_START(-90.0, 0.0, 0.0) \ + GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0) \ + } +#define GENLIST_DIALOGUE_EXPANDABLE2_PART_BG_COLOR_INC 31 31 31 255 +#define GENLIST_DIALOGUE_EXPANDABLE3_PART_BG_COLOR_INC 34 37 40 255 +#define GENLIST_GROUP_PART_BUBBLE_TEXT_COLOR_INC 57 166 215 255 +#define GENLIST_GROUP_PART_BUBBLE_BG_COLOR_INC 56 69 90 255 +#define GENLIST_BUBBLE_BG_COLOR_INC 153 153 153 255 +#endif + +#define CONTACT_DISPLAY_NAME_FONT_COLOR_INC 255 255 255 255 +#define CONTACT_DISPLAY_NAME_FONT_GRAY_COLOR_INC 230 230 230 255 + +#define BUTTON_TEXT_STYLE1_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_TEXT_STYLE1_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_TEXT_STYLE1_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_TEXT_STYLE1_DISABLED_COLOR_INC 48 49 50 255 +#define BUTTON_TEXT_STYLE1_TEXT_DISABLED_COLOR_INC 180 180 1 255 + +#define BUTTON_NAVIFRAME_TITLE1_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_NAVIFRAME_TITLE1_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_NAVIFRAME_TITLE1_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_NAVIFRAME_TITLE1_DISABLED_COLOR_INC 48 49 50 255 + +#define BUTTON_POPUP_BUTTON_TEXT_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_POPUP_BUTTON_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_POPUP_BUTTON_TEXT_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_POPUP_BUTTON_TEXT_DISABLED_COLOR_INC 48 49 50 255 + +#define BUTTON_EXPAND_BUTTON_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_EXPAND_BUTTON_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_EXPAND_BUTTON_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_EXPAND_BUTTON_DISABLED_COLOR_INC 48 49 50 255 + +#define BUTTON_SWEEP_BUTTON_TEXT_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_SWEEP_BUTTON_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_SWEEP_BUTTON_TEXT_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_SWEEP_BUTTON_TEXT_DISABLED_COLOR_INC 128 128 128 255 + +#define BUTTON_DEFAULT_STYLE_BUTTON_TEXT_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_DEFAULT_STYLE_BUTTON_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_DEFAULT_STYLE_BUTTON_TEXT_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_DEFAULT_STYLE_BUTTON_TEXT_DISABLED_COLOR_INC 48 49 50 255 + +#define BUTTON_CONTACT_BUTTON_BG_NORMAL_COLOR_INC 8 158 185 255 +#define BUTTON_CONTACT_BUTTON_BG_PRESSED_COLOR_INC 2 85 100 255 + +#define BUTTON_CONTACT_BUTTON_TEXT_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_CONTACT_BUTTON_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_CONTACT_BUTTON_TEXT_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_CONTACT_BUTTON_TEXT_DISABLED_COLOR_INC 48 49 50 255 + +#define BUTTON_HIDDEN_BUTTON_TEXT_NORMAL_COLOR_INC 118 118 118 255 +#define BUTTON_HIDDEN_BUTTON_TEXT_PRESSED_COLOR_INC 255 255 255 255 +#define BUTTON_HIDDEN_BUTTON_TEXT_FOCUSED_COLOR_INC 255 255 255 255 +#define BUTTON_HIDDEN_BUTTON_TEXT_DISABLED_COLOR_INC 48 49 50 255 + +#define BUTTON_TEXT_CONTACTS_DELETE_NORMAL_COLOR_INC 207 41 41 255 +#define BUTTON_TEXT_CONTACTS_DELETE_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_TEXT_CONTACTS_DELETE_DISABLED_COLOR_INC 0 0 0 128 + +#define BUTTON_NAVIFRAME_TITLE_TEXT_NORMAL_COLOR_INC 211 211 211 255 +#define BUTTON_NAVIFRAME_TITLE_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_NAVIFRAME_TITLE_TEXT_FOCUSED_COLOR_INC 249 249 249 255 +#define BUTTON_NAVIFRAME_TITLE_TEXT_DISABLED_COLOR_INC 211 211 211 127 + +#define BUTTON_NAVIFRAME_BG_COLOR_PRESSED_INC 109 159 238 255 + +#define BUTTON_NUMBERED_TEXT_NORMAL_COLOR_INC 249 249 249 255 + +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXT_SIZE_INC 28 +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#f9f9f9" +#define BUTTON_CONTROLBAR_ITEM_BUTTON_ICON_SIZE_INC 56 56 + +#define BUTTON_TEXT_STYLE1_BG_MIN_INC 100 74 +#define BUTTON_TEXT_STYLE1_VISIBLE_BG_MIN_INC 148 74 +#define BUTTON_TEXT_STYLE1_ICONONLY_BG_MIN_INC 74 74 +#define BUTTON_TEXT_STYLE1_BG_BORDER_INC 5 5 5 5 +#define BUTTON_TEXT_STYLE1_PADDING_MIN_INC 16 3 +#define BUTTON_TEXT_STYLE1_VISIBLE_ICON_RECT_MIN_MAX_INC 38 38 +#define BUTTON_TEXT_STYLE1_VISIBLE_PADDING_ICON_TEXT_MIN_INC 10 0 +#define BUTTON_TEXT_STYLE1_VISIBLE_ICON_MIN_MAX_INC 38 38 +#define BUTTON_TEXT_STYLE1_ICONONLY_ICON_MIN_MAX_INC 38 38 +#define BUTTON_TEXT_STYLE1_FONT_SIZE_INC 32 +#define BUTTON_TEXT_STYLE1_MULTILINE_FONT_SIZE_INC 28 + +#define BUTTON_TEXT_STYLE2_BG_MIN_INC 100 74 +#define BUTTON_TEXT_STYLE2_VISIBLE_BG_MIN_INC 148 74 +#define BUTTON_TEXT_STYLE2_ICONONLY_BG_MIN_INC 74 74 +#define BUTTON_TEXT_STYLE2_BG_BORDER_INC 5 5 5 5 +#define BUTTON_TEXT_STYLE2_PADDING_MIN_INC 5 3 +#define BUTTON_TEXT_STYLE2_VISIBLE_ICON_RECT_MIN_MAX_INC 38 38 +#define BUTTON_TEXT_STYLE2_VISIBLE_PADDING_ICON_TEXT_MIN_INC 10 0 +#define BUTTON_TEXT_STYLE2_VISIBLE_ICON_MIN_MAX_INC 38 38 +#define BUTTON_TEXT_STYLE2_ICONONLY_ICON_MIN_MAX_INC 38 38 +#define BUTTON_TEXT_STYLE2_FONT_SIZE_INC 32 +#define BUTTON_TEXT_STYLE2_MULTILINE_FONT_SIZE_INC 28 + +#define BUTTON_CONTACT_STYLE_BG_MIN_MAX_INC 64 64 +#define BUTTON_CONTACT_STYLE_IMAGE_MIN_MAX_INC 64 64 + +#define BUTTON_CIRCLE_STYLE_BG_MIN_MAX_INC 64 64 +#define BUTTON_CIRCLE_STYLE_IMAGE_MIN_MAX_INC 64 64 +#define BUTTON_CIRCLE_STYLE_CONTENT_MIN_MAX_INC 35 35 + +#define BUTTON_POPUP_BG_NORMAL_MIN_INC 30 74 +#define BUTTON_POPUP_BG_BORDER_INC 5 5 5 5 +#define BUTTON_POPUP_PADDING_MIN_INC 16 3 +#define BUTTON_POPUP_PADDING_ICON_TEXT_VISIBLE_MIN_INC 8 0 +#define BUTTON_POPUP_ICON_ICONONLY_MIN_INC 38 38 +#define BUTTON_POPUP_TEXT_MIN_INC 64 20 +#define BUTTON_POPUP_TEXT_FONT_SIZE_INC 32 +#define BUTTON_POPUP_MULTILINE_TEXT_FONT_SIZE_INC 28 + +#define BUTTON_EDIT_STYLE_BG_NORMAL_MIN_MAX_INC 74 74 +#define BUTTON_EDIT_STYLE_IMAGE_NORMAL_MIN_MAX_INC 74 74 +#define BUTTON_EDIT_STYLE_BORDER_INC 8 0 5 5 + +#define BUTTON_EDIT_NORMAL_MIN_WIDTH_INC 54 +#define BUTTON_EDIT_NORMAL_MIN_HEIGHT_INC 54 +#define BUTTON_EDIT_EXTENDED_MIN_WIDTH_INC 64 +#define BUTTON_EDIT_EXTENDED_MIN_HEIGHT_INC 80 + +#define BUTTON_SWEEP_BG_NORMAL_MIN_INC 12 74 +#define BUTTON_SWEEP_BG_BORDER_INC 5 5 5 5 +#define BUTTON_SWEEP_PADDING_MIN_INC 16 3 +#define BUTTON_SWEEP_ICON_RECT_MIN_INC 0 38 +#define BUTTON_SWEEP_PADDING_ICON_TEXT_VISIBLE_MIN_INC 8 0 +#define BUTTON_SWEEP_ICONONLY_ICON_MIN_INC 38 38 +#define BUTTON_SWEEP_TEXT_MIN_INC 90 32 +#define BUTTON_SWEEP_FONT_SIZE_INC 32 +#define BUTTON_SWEEP_MULTILINE_FONT_SIZE_INC 28 + +#define BUTTON_SEARCHBAR_BG_NORMAL_MIN_INC 12 74 +#define BUTTON_SEARCHBAR_BG_BORDER_INC 6 6 6 6 +#define BUTTON_SEARCHBAR_PADDING_MIN_INC 5 5 +#define BUTTON_SEARCHBAR_ICON_RECT_MIN_INC 0 28 +#define BUTTON_SEARCHBAR_PADDING_ICON_TEXT_VISIBLE_MIN_INC 5 0 +#define BUTTON_SEARCHBAR_ICONONLY_ICON_MIN_INC 28 28 +#define BUTTON_SEARCHBAR_TEXT_MIN_INC 90 28 +#define BUTTON_SEARCHBAR_FONT_SIZE_INC 32 + +#define BUTTON_HIDDEN_BG_NORMAL_MIN_INC 12 60 +#define BUTTON_HIDDEN_BG_BORDER_INC 5 5 5 5 +#define BUTTON_HIDDEN_PADDING_MIN_INC 16 5 +#define BUTTON_HIDDEN_ICON_RECT_MIN_INC 0 28 +#define BUTTON_HIDDEN_PADDING_ICON_TEXT_VISIBLE_MIN_INC 5 0 +#define BUTTON_HIDDEN_ICON_ICONONLY_MIN_INC 28 28 +#define BUTTON_HIDDEN_TEXT_MIN_INC 90 28 +#define BUTTON_HIDDEN_FONT_SIZE_INC 38 + +#define BUTTON_EXPAND_BUTTON_TEXT_SIZE_INC 30 + +#define BUTTON_EXPANDABLE_NUMBER_BG_NORMAL_MIN_MAX_INC 108 44 +#define BUTTON_EXPANDABLE_NUMBER_BG_BORDER_INC 5 5 5 5 +#define BUTTON_EXPANDABLE_NUMBER_PADDING_MIN_INC 16 1 +#define BUTTON_EXPANDABLE_NUMBER_ICON_RECT_EXPAND__MIN_MAX_INC 16 22 +#define BUTTON_EXPANDABLE_NUMBER_TEXT_MIN_MAX_INC 44 44 +#define BUTTON_EXPANDABLE_NUMBER_FONT_SIZE_INC 32 + +#define BUTTON_CONTACT_DELETE_BG_NORMAL_MIN_INC 50 74 +#define BUTTON_CONTACT_DELETE_BG_BORDER_INC 8 0 5 5 +#define BUTTON_CONTACT_DELETE_PADDING_LEFT_TOP_MIN_INC 36 2 +#define BUTTON_CONTACT_DELETE_PADDING_RIGHT_BOTTOM_MIN_INC 14 2 +#define BUTTON_CONTACT_DELETE_PADDING_ICON_TEXT_VISIBLE_MIN_INC 5 0 +#define BUTTON_CONTACT_DELETE_ICON_ICONONLY_MIN_INC 42 42 +#define BUTTON_CONTACT_DELETE_FONT_SIZE_INC 32 + +#define BUTTON_CONTACT_BG_MIN_INC 58 56 +#define BUTTON_CONTACT_BG_BORDER_INC 28 28 2 2 +#define BUTTON_CONTACT_PADDING_MIN_INC 20 1 +#define BUTTON_CONTACT_FONT_SIZE_INC 36 + +#define BUTTON_NAVIFRAME_BACK_BUTTON_BG_MIN_MAX_INC 106 74 +#define BUTTON_NAVIFRAME_BACK_BUTTON_BG_BORDER_INC 5 5 5 5 +#define BUTTON_NAVIFRAME_BACK_BUTTON_MIN_MAX_INC 56 56 + +#define BUTTON_NAVIFRAME_DEFAULT_TEXT_COLOR_INC 249 249 249 255 +#define BUTTON_NAVIFRAME_FOCUSED_TEXT_COLOR_INC 249 249 249 255 + +#define BUTTON_NAVIFRAME_TITLE_ICON_BG_NORMAL_MIN_INC 136 108 +#define BUTTON_NAVIFRAME_TITLE_ICON_BG_PRESSED_MIN_INC 130 92 +#define BUTTON_NAVIFRAME_TITLE_ICON_BG_PRESSED_BORDER_INC 4 4 4 4 +#define BUTTON_NAVIFRAME_TITLE_ICON_PADDING_MIN_INC 10 3 +#define BUTTON_NAVIFRAME_TITLE_ICON_MORE_MIN_WIDTH_INC 56 +#define BUTTON_NAVIFRAME_TITLE_ICON_MORE_MIN_HEIGHT_INC 56 +#define BUTTON_NAVIFRAME_TITLE_ICON_PLUS_MIN_WIDTH_INC 64 +#define BUTTON_NAVIFRAME_TITLE_ICON_PLUS_MIN_HEIGHT_INC 64 +#define BUTTON_NAVIFRAME_TITLE_ICON_CANCEL_MIN_WIDTH_INC 64 +#define BUTTON_NAVIFRAME_TITLE_ICON_CANCEL_MIN_HEIGHT_INC 64 +#define BUTTON_NAVIFRAME_TITLE_ICON_SEARCH_MIN_WIDTH_INC 56 +#define BUTTON_NAVIFRAME_TITLE_ICON_SEARCH_MIN_HEIGHT_INC 56 +#define BUTTON_NAVIFRAME_TITLE_ICON_PREV_MIN_WIDTH_INC 56 +#define BUTTON_NAVIFRAME_TITLE_ICON_PREV_MIN_HEIGHT_INC 56 + +#define BUTTON_NAVIFRAME_TITLE_TEXT_BG_NORMAL_MIN_INC 136 108 +#define BUTTON_NAVIFRAME_TITLE_TEXT_BG_PRESSED_MIN_INC 130 92 +#define BUTTON_NAVIFRAME_TITLE_TEXT_BG_PRESSED_BORDER_INC 4 4 4 4 +#define BUTTON_NAVIFRAME_TITLE_TEXT_PADDING_MIN_INC 10 3 +#define BUTTON_NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC 30 +#define BUTTON_NAVIFRAME_TITLE_VISIBLE_ICON_RECT_MIN_MAX_INC 56 56 +#define BUTTON_NAVIFRAME_TITLE_ICONONLY_ICON_MIN_MAX_INC 56 56 +#define BUTTON_NAVIFRAME_TITLE_VISIBLE_PADDING_ICON_TEXT_MIN_INC 10 0 +#define BUTTON_NAVIFRAME_TITLE_TEXT_BG_NORMAL_COLOR_INC 249 249 249 255 + +#define BUTTON_NAVIFRAME_TITLE1_BG_BORDER_INC 5 5 5 5 +#define BUTTON_NAVIFRAME_TITLE1_BG_MIN_INC 106 68 +#define BUTTON_NAVIFRAME_TITLE1_PADDING_MIN_INC 16 3 +#define BUTTON_NAVIFRAME_TITLE1_VISIBLE_ICON_RECT_MIN_MAX_INC 38 38 +#define BUTTON_NAVIFRAME_TITLE1_VISIBLE_PADDING_ICON_TEXT_MIN_INC 10 0 +#define BUTTON_NAVIFRAME_TITLE1_VISIBLE_ICON_MIN_MAX_INC 38 38 +#define BUTTON_NAVIFRAME_TITLE1_ICONONLY_ICON_MIN_MAX_INC 38 38 +#define BUTTON_NAVIFRAME_TITLE1_FONT_SIZE_INC 32 + +#define BUTTON_NAVIFRAME_CENTER_BG_NORMAL_MIN_INC 22 46 +#define BUTTON_NAVIFRAME_CENTER_BG_NORMAL_BORDER_INC 4 4 4 4 +#define BUTTON_NAVIFRAME_CENTER_PADDING_MIN_MAX_INC 16 2 +#define BUTTON_NAVIFRAME_CENTER_ICON_RECT_VISIBLE_MIN_SIZE 36 36 +#define BUTTON_NAVIFRAME_CENTER_PADDING_AFTER_ICON_VISIBLE_MIN_INC 6 0 +#define BUTTON_NAVIFRAME_CENTER_PADDING_BEFORE_TEXT_DEFAULT_MIN_INC 6 0 +#define BUTTON_NAVIFRAME_CENTER_SWALLOW_VISIBLE_MIN_MAX_INC 36 36 +#define BUTTON_NAVIFRAME_CENTER_SWALLOW_ICONONLY_MIN_MAX_INC 38 38 +#define BUTTON_NAVIFRAME_CENTER_TEXT_FONT_SIZE_INC 32 +#define BUTTON_NAVIFRAME_MULTILINE_TEXT_FONT_SIZE_INC 24 + +#define BUTTON_NAVIFRAME_MORE_BG_MIN_MAX_INC 90 108 +#define BUTTON_NAVIFRAME_MORE_BG_PRESSED_MIN_MAX_INC 86 92 +#define BUTTON_NAVIFRAME_MORE_BG_PRESSED_BORDER_INC 4 4 4 4 +#define BUTTON_NAVIFRAME_MORE_DEFAULT_IMAGE_MIN_MAX_INC 56 56 +#define BUTTON_NAVIFRAME_MORE_BG_COLOR_INC 41 61 94 255 + +#define BUTTON_TICKERNOTI_BG_MIN_INC 54 54 +#define BUTTON_TICKERNOTI_VISIBLE_BG_MIN_INC 62 34 +#define BUTTON_TICKERNOTI_ICONONLY_BG_MIN_INC 54 54 +#define BUTTON_TICKERNOTI_BG_BORDER_INC 5 5 5 5 +#define BUTTON_TICKERNOTI_PADDING_MIN_INC 5 5 +#define BUTTON_TICKERNOTI_VISIBLE_ICON_RECT_MIN_MAX_INC 44 44 +#define BUTTON_TICKERNOTI_VISIBLE_PADDING_ICON_TEXT_MIN_INC 8 0 +#define BUTTON_TICKERNOTI_VISIBLE_ICON_MIN_MAX_INC 44 44 +#define BUTTON_TICKERNOTI_ICONONLY_ICON_MIN_MAX_INC 44 44 +#define BUTTON_TICKERNOTI_FONT_SIZE_INC 28 + +#define BUTTON_PICKER_TEXT_DEFAULT_COLOR_INC 249 249 249 255 +#define BUTTON_PICKER_TEXT_CLICKED_COLOR_INC 249 249 249 255 +#define BUTTON_PICKER_TEXT_DISABLED_COLOR_INC 48 49 50 255 +#define BUTTON_PICKER_TEXT_FOCUSED_COLOR_INC 249 249 249 255 + +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_BG_DEFAULT_MIN_INC 74 66 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_BG_DEFAULT_BORDER_INC 5 5 5 5 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_PADDING_MIN_INC 16 5 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_ICON_RECT_MIN_INC 0 56 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_PADDING_ICON_RECT_TEXT_MIN_INC 5 0 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_CONTENT_ICON_ONLY_MIN_INC 56 56 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_TEXT_FONT_SIZE_INC 32 +#define BUTTON_PICKER_PREV_TEXT_DEFAULT_TEXT_VISIBLE_MIN_INC 96 56 + +#define BUTTON_PICKER_PREV_ICON_DEFAULT_BG_DEFAULT_MIN_MAX_INC 74 66 +#define BUTTON_PICKER_PREV_ICON_DEFAULT_BG_DEFAULT_BORDER_INC 5 5 5 5 +#define BUTTON_PICKER_PREV_ICON_DEFAULT_PADDING_MIN_INC 5 5 +#define BUTTON_PICKER_PREV_ICON_DEFAULT_IMAGE_MIN_MAX_INC 32 32 + +#define BUTTON_PICKER_BAR_DEFAULT_BG_DEFAULT_MIN_INC 74 66 +#define BUTTON_PICKER_BAR_DEFAULT_BG_DEFAULT_IMAGE_BORDER_INC 5 5 5 5 +#define BUTTON_PICKER_BAR_DEFAULT_PADDING_MIN_INC 5 5 +#define BUTTON_PICKER_BAR_DEFAULT_ICON_RECT_DEFAULT_MIN_INC 0 56 +#define BUTTON_PICKER_BAR_DEFAULT_PADDING_ICON_RECT_TEXT_MIN_INC 5 0 +#define BUTTON_PICKER_BAR_DEFAULT_CONTENT_ICONONLY_MIN_INC 56 56 +#define BUTTON_PICKER_BAR_DEFAULT_TEXT_FONT_SIZE_INC 32 +#define BUTTON_PICKER_BAR_DEFAULT_TEXT_VISIBLE_MIN_INC 128 56 + +#define BUTTON_COLORSELECTOR_BG_DEFAULT_MIN_INC 74 74 +#define BUTTON_COLORSELECTOR_BG_BORDER_INC 5 5 5 5 +#define BUTTON_COLORSELECTOR_IMAGE_MIN_MAX_INC 74 74 + +#define BUTTON_DEFAULT_STYLE_BG_MIN_INC 28 74 +#define BUTTON_DEFAULT_STYLE_BG_BORDER_INC 5 5 5 5 +#define BUTTON_DEFAULT_STYLE_PADDING_MIN_INC 5 5 +#define BUTTON_DEFAULT_STYLE_PADDING_ICON_TEXT_VISIBLE_MIN_INC 5 0 +#define BUTTON_DEFAULT_STYLE_ICONONLY_ICON_MIN_INC 38 38 +#define BUTTON_DEFAULT_STYLE_TEXT_MIN_INC 144 38 +#define BUTTON_DEFAULT_STYLE_FONT_SIZE_INC 32 + +#define CHECK_DELETE_TEXT_DELETE_NORMAL_COLOR_INC 205 2 5 255 +#define CHECK_DELETE_TEXT_DELETE_PRESS_COLOR_INC 255 255 255 255 + +#define CHECK_DEFAULT_TEXT_FONT_SIZE_INC 32 + +#define CHECK_ONOFF_BG_NORMAL_MIN_MAX_INC 60 80 +#define CHECK_ONOFF_CHECK_IMAGE_BORDER_INC 5 5 5 5 +#define CHECK_ONOFF_ON_FONT_SIZE_INC 24 +#define CHECK_ONOFF_OFF_FONT_SIZE_INC 24 + +#define CHECK_STYLE_FAVORITE_DEFAULT_BG_IMAGE_MIN_WIDTH_INC 64 +#define CHECK_STYLE_FAVORITE_DEFAULT_BG_IMAGE_MIN_HEIGHT_INC 64 +#define CHECK_STYLE_FAVORITE_EXTENDED_BG_IMAGE_MIN_WIDTH_INC 64 +#define CHECK_STYLE_FAVORITE_EXTENDED_BG_IMAGE_MIN_HEIGHT_INC 75 +#define CHECK_STYLE_FAVORITE_BG_NORMAL_MIN_MAX_INC 64 64 + +#define CHECK_STYLE_DEFAULT_DEFAULT_BG_IMAGE_MIN_WIDTH_INC 42 +#define CHECK_STYLE_DEFAULT_DEFAULT_BG_IMAGE_MIN_HEIGHT_INC 42 +#define CHECK_STYLE_DEFAULT_EXTENDED_BG_IMAGE_MIN_WIDTH_INC 60 +#define CHECK_STYLE_DEFAULT_EXTENDED_BG_IMAGE_MIN_HEIGHT_INC 75 +#define CHECK_STYLE_DEFAULT_BG_NORMAL_MIN_MAX_INC 42 42 + +#define CHECK_STYLE_DELETE_BUTTON_BG_IMAGE_MIN_MAX_WIDTH_INC 74 74 +#define CHECK_STYLE_DELETE_BUTTON_BG_EXPAND_IMAGE_MIN_MAX_WIDTH_INC 124 74 +#define CHECK_STYLE_DELETE_BUTTON_BG_EXPAND_BORDER_INC 8 0 5 5 +#define CHECK_STYLE_DELETE_BUTTON_TEXT_FONT_SIZE_INC 32 + +#define INDEX_BG_NINEPATCH_INC 6 6 6 6 +#define INDEX_ITEM_WIDTH_INC 30 +#define INDEX_ITEM_HEIGHT_INC 30 +#define INDEX_LEVEL_PADDING_INC 70 +#define INDEX_1ST_LEVEL_POPUP_WIDTH_INC 138 +#define INDEX_2ND_LEVEL_POPUP_WIDTH_INC 168 +#define INDEX_POPUP_HEIGHT_INC 140 +#define INDEX_ROLLOVER_TEXT_SIZE_INC 22 +#define INDEX_POPUP_BG_NINEPATCH_INC 12 16 12 22 +#define INDEX_POPUP_TEXT_SIZE_INC 78 +#define INDEX_ROLLOVER_TEXT_COLOR_INC 180 180 180 255 +#define INDEX_ROLLOVER_ACTIVE_TEXT_COLOR_INC 200 200 200 255 +#define INDEX_POPUP_TEXT_COLOR_INC 249 249 249 255 + +#define INDEX_PAGECONTROL_IND_INC 52 52 +#define INDEX_PAGECONTROL_IND_MIN_INC 24 24 +#define INDEX_PAGECONTROL_FONT_SIZE_INC 28 +#define INDEX_PAGECONTROL_FONT_COLOR_INC 120 120 120 + +#define RADIO_STYLE_DEFAULT_BG_IMAGE_MIN_WIDTH_INC 42 +#define RADIO_STYLE_DEFAULT_BG_IMAGE_MIN_HEIGHT_INC 42 +#define RADIO_STYLE_DEFAULT_EXTENDED_BG_IMAGE_MIN_WIDTH_INC 50 +#define RADIO_STYLE_DEFAULT_EXTENDED_BG_IMAGE_MIN_WIDTH_INC 50 +#define RADIO_STYLE_DEFAULT_BG_MIN_MAX_INC 42 42 +#define RADIO_STYLE_DEFAULT_FONT_SIZE_INC 32 + +#define PANES_STYLE_DEFAULT_MOVABLE_SIZE_INC 48 +#define PANES_STYLE_DEFAULT_MIDDLE_SIZE_INC 44 +#define PANES_STYLE_DEFAULT_FIXED_SIZE_INC 6 +#define PANES_STYLE_DEFAULT_ARROW_SIZE_INC 55 +#define PANES_STYLE_DEFAULT_ARROW_FROM_INC 15 +#define PANES_STYLE_DEFAULT_ARROW_TO_INC 30 + +#define SEGMENT_CONTROL_ITEM_TITLE_TEXT_COLOR_NORMAL_INC 132 154 190 255 +#define SEGMENT_CONTROL_ITEM_TITLE_TEXT_COLOR_PRESSED_INC 249 249 249 255 +#define SEGMENT_CONTROL_ITEM_TITLE_TEXT_COLOR_SELECTED_INC 249 249 249 255 +#define SEGMENT_CONTROL_ITEM_TITLE_TEXT_COLOR_DISABLED_INC 132 154 190 255 +#define SEGMENT_CONTROL_ITEM_1PX_LEFT_PADDING_COLOR_INC 76 76 76 255 +#define SEGMENT_CONTROL_ITEM_1PX_RIGHT_PADDING_COLOR_INC 43 43 43 255 + +#define SEGMENT_CONTROL_BODY_STYLE_ITEM_TITLE_TEXT_COLOR_NORMAL_INC 132 154 190 255 +#define SEGMENT_CONTROL_BODY_STYLE_ITEM_TITLE_TEXT_COLOR_PRESSED_INC 249 249 249 255 +#define SEGMENT_CONTROL_BODY_STYLE_ITEM_TITLE_TEXT_COLOR_SELECTED_INC 249 249 249 255 +#define SEGMENT_CONTROL_BODY_STYLE_ITEM_TITLE_TEXT_COLOR_DISABLED_INC 132 154 190 255 +#define SEGMENT_CONTROL_BODY_ITEM_1PX_LEFT_PADDING_COLOR_INC 76 76 76 255 +#define SEGMENT_CONTROL_BODY_ITEM_1PX_RIGHT_PADDING_COLOR_INC 43 43 43 255 + +#define SEGMENT_CONTROL_MULTILINE_TEXT_SIZE_INC 26 +#define SEGMENT_CONTROL_TEXT_SIZE_INC 28 +#define SEGMENT_CONTROL_TEXT_SIZE_RANGE_MIN_INC 12 +#define SEGMENT_CONTROL_TEXT_SIZE_RANGE_MAX_INC 28 + +#define EDITFIELD_TITLE_SIZE_INC 32 +#define EDITFIELD_TITLE_COLOR_INC 168 168 168 255 +#define EDITFIELD_GUIDE_TEXT_COLOR_INC 70 70 70 255 +#define EDITFIELD_DEFAULT_ERASER_MINW_INC 48 +#define EDITFIELD_DEFAULT_ERASER_MINH_INC 48 +#define EDITFIELD_DEFAULT_ERASER_EVENT_MINW_INC 48 +#define EDITFIELD_DEFAULT_ERASER_EVENT_MINH_INC 70 +#define EDITFIELD_SEARCHBAR_ERASER_MINW_INC 38 +#define EDITFIELD_SEARCHBAR_ERASER_MINH_INC 38 +#define EDITFIELD_DEFAULT_MINH_INC 112 +#define EDITFIELD_TITLE_MINH_INC 128 +#define EDITFIELD_SEARCHBAR_MINH_INC 50 +#define EDITFIELD_DEFAULT_TOP1_SINGLE_INC 20 +#define EDITFIELD_DEFAULT_TOP1_MULTI_INC 56 +#define EDITFIELD_DEFAULT_TOP2_INC 8 +#define EDITFIELD_DEFAULT_LEFT1_INC 0 +#define EDITFIELD_DEFAULT_LEFT2_INC 0 +#define EDITFIELD_DEFAULT_LEFT3_INC 1 +#define EDITFIELD_DEFAULT_RIGHT1_ERASER_SHOW_INC 56 +#define EDITFIELD_DEFAULT_RIGHT2_INC 0 +#define EDITFIELD_DEFAULT_BOTTOM1_SINGLE_INC 20 +#define EDITFIELD_DEFAULT_BOTTOM1_MULTI_INC 8 +#define EDITFIELD_DEFAULT_BOTTOM2_SINGLE_INC 32 +#define EDITFIELD_DEFAULT_BOTTOM2_MULTI_INC 12 +#define EDITFIELD_DEFAULT_BOTTOM3_SINGLE_INC 85 +#define EDITFIELD_DEFAULT_BOTTOM3_MULTI_INC 60 +#define EDITFIELD_SEARCHBAR_TOP1_SINGLE_INC 6 +#define EDITFIELD_SEARCHBAR_TOP1_MULTI_INC 10 +#define EDITFIELD_SEARCHBAR_TOP2_INC 10 +#define EDITFIELD_SEARCHBAR_LEFT1_INC 0 +#define EDITFIELD_SEARCHBAR_LEFT2_INC 0 +#define EDITFIELD_SEARCHBAR_LEFT3_INC 1 +#define EDITFIELD_SEARCHBAR_RIGHT1_ERASER_SHOW_INC 56 +#define EDITFIELD_SEARCHBAR_RIGHT2_INC 5 +#define EDITFIELD_SEARCHBAR_BOTTOM1_SINGLE_INC 8 +#define EDITFIELD_SEARCHBAR_BOTTOM1_MULTI_INC 2 +#define EDITFIELD_SEARCHBAR_BOTTOM2_SINGLE_INC 16 +#define EDITFIELD_SEARCHBAR_BOTTOM2_MULTI_INC 2 +#define EDITFIELD_SEARCHBAR_BOTTOM3_SINGLE_INC 50 +#define EDITFIELD_SEARCHBAR_BOTTOM3_MULTI_INC 50 + +#define BUTTON_TICKERNOTI_NORMAL_COLOR_INC 249 249 249 255 +#define BUTTON_TICKERNOTI_PRESSED_COLOR_INC 249 249 249 255 +#define BUTTON_TICKERNOTI_DISABLED_COLOR_INC 106 106 106 255 + +#define CHECK_DEFAULT_TEXT_NORMAL_COLOR_INC 249 249 249 255 +#define CHECK_DEFAULT_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define CHECK_DEFAULT_TEXT_DISABLED_COLOR_INC 48 49 50 255 + +#define RADIO_DEFAULT_TEXT_NORMAL_COLOR_INC 249 249 249 255 +#define RADIO_DEFAULT_TEXT_PRESSED_COLOR_INC 249 249 249 255 +#define RADIO_DEFAULT_TEXT_DISABLED_COLOR_INC 48 49 50 255 + +#define CONTROLBAR_LARGE_HEIGHT_INC 122 +#define CONTROLBAR_SMALL_HEIGHT_INC 114 +#define CONTROLBAR_WIDTH_INC 122 +#define CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC 23 34 38 255 +#define CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC 58 68 74 255 + +#define MULTIBUTTONENTRY_NORMAL_BUTTON_COLOR_INC 8 158 185 255 +#define MULTIBUTTONENTRY_PRESSED_BUTTON_COLOR_INC 2 85 100 255 +#define MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC 249 249 249 255 +#define MULTIBUTTONENTRY_GUIDETEXT_COLOR_INC 70 70 70 255 +#define MULTIBUTTONENTRY_BUTTON_TEXT_COLOR_INC "#FFFFFF" +#define MULTIBUTTONENTRY_WIDTH_PAD_INC 15 +#define MULTIBUTTONENTRY_HEIGHT_PAD_INC 20 +#define MULTIBUTTONENTRY_BUTTON_MAX_SIZE_INC 300 +#define MULTIBUTTONENTRY_BUTTON_BASE_SIZE_INC 76 +#define MULTIBUTTONENTRY_BUTTON_NINEPATCH_INC 28 28 0 0 +#define MULTIBUTTONENTRY_BUTTON_TOP_BUTTOM_PAD_INC 12 +#define MULTIBUTTONENTRY_BUTTON_LEFT_INNER_PAD_INC 15 +#define MULTIBUTTONENTRY_BUTTON_RIGHT_INNER_PAD_INC 15 +#define MULTIBUTTONENTRY_BUTTON_RIGHT_PAD_INC 15 +#define MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC 38 +#define MULTIBUTTONENTRY_GUIDETEXT_SIZE_INC 44 +#define MULTIBUTTONENTRY_CLOSEDBUTTON_SIZE_INC 60 +#define MULTIBUTTONENTRY_CLOSEDBUTTON_AREA_HEIGHT_INC 60 +#define MULTIBUTTONENTRY_LABEL_RIGHT_PAD_INC 27 +#define MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC 42 +#define MULTIBUTTONENTRY_LABEL_MIN_HEIGHT_INC 75 + +#define SEARCHBAR_BACKGROUND_COLOR_INC 36 36 36 255 +#define SEARCHBAR_CANCEL_BUTTON_W_INC 134 +#define SEARCHBAR_CANCEL_BUTTON_WITH_PADDING_W_INC 150 +#define SEARCHBAR_CANCEL_BUTTON_WITH_DOUBLE_PADDING_W_INC 166 +#define SEARCHBAR_TOP_PADDING_INC 18 +#define SEARCHBAR_BOTTOM_PADDING_INC 18 +#define SEARCHBAR_HEIGHT_INC 74 +#define SEARCHBAR_LEFT_PADDING_INC 16 +#define SEARCHBAR_RIGHT_PADDING_INC 16 +#define SEARCHBAR_INPUTFIELD_BORDER_INC 6 6 6 6 +#define SEARCHBAR_LEFT_ICON_PADDING_INC 16 +#define SEARCHBAR_ICON_MIN_W_INC 42 +#define SEARCHBAR_ICON_MIN_H_INC 42 +#define SEARCHBAR_LEFT_PADDING_SEARCHFIELD_INC 16 +#define SEARCHBAR_RIGHT_PADDING_SEARCHFIELD_INC 8 +#define SEARCHBAR_SEARCH_TEXTFIELD_H_INC 60 +#define SEARCHBAR_H_INC 107 + +#define SELECTION_INFO_BACKGROUND_COLOR_INC 42 54 74 255 +#define SELECTION_INFO_TEXT_COLOR_INC 249 249 249 255 +#define SELECTION_INFO_MIN_VER_W_INC 720 +#define SELECTION_INFO_MIN_HORZ_W_INC 1280 +#define SELECTION_INFO_VER_PADDING_INC 48 +#define SELECTION_INFO_LEFT_PADDING_INC 16 +#define SELECTION_INFO_TEXT_FONT_SIZE_INC 32 +#define SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC 150 +#define SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC 186 + +#define POPUP_DESCRIPTION_DEFAULT_TEXT_MIN_INC 588 0 +#define POPUP_DESCRIPTION_DEFAULT_TEXT_FONT_SIZE_INC 42 + +#define POPUP_BASE_DEFAULT_BASE_DEFAULT_MIN_INC 620 0 +#define POPUP_BASE_DEFAULT_BASE_DEFAULT_MAX_INC 620 1120 +#define POPUP_BASE_DEFAULT_BG_DEFAULT_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BASE_DEFAULT_TITLE_DEFAULT_MIN_INC 620 64 +#define POPUP_BASE_DEFAULT_TITLE_DEFAULT_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BASE_DEFAULT_PADDING_MIN_MAX_INC 14 0 +#define POPUP_BASE_DEFAULT_TITLE_ICON_DEFAULT_MIN_MAX_INC 62 62 +#define POPUP_BASE_DEFAULT_CONTENT_DEFAULT_MIN_MAX_INC 620 0 +#define POPUP_BASE_DEFAULT_BUTTON_BG_DEFAULT_MIN_INC 620 96 +#define POPUP_BASE_DEFAULT_BUTTON_BG_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BASE_DEFAULT_TEXT_FONT_SIZE_INC 38 + +#define POPUP_CONTENT_DEFAULT_PADDING_TOP_MIN_INC 0 22 +#define POPUP_CONTENT_DEFAULT_PADDING_LEFT_MIN_INC 16 0 +#define POPUP_CONTENT_DEFAULT_PADDING_RIGHT_MIN_INC 16 0 +#define POPUP_CONTENT_DEFAULT_PADDING_BOTTOM_MIN_INC 0 22 +#define POPUP_CONTENT_DEFAULT_CONTENT_DEFAULT_MIN_INC 588 0 + +#define POPUP_BASE_VERTICAL_BUTTON_BASE_MIN_INC 620 0 +#define POPUP_BASE_VERTICAL_BUTTON_BASE_MAX_INC 620 1120 +#define POPUP_BASE_VERTICAL_BUTTON_BG_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BASE_VERTICAL_BUTTON_TITLE_DEFAULT_MIN_INC 620 64 +#define POPUP_BASE_VERTICAL_BUTTON_TITLE_IMAGE_BORDER_MIN_INC 3 3 3 3 +#define POPUP_BASE_VERTICAL_BUTTON_TITLE_ICON_MIN_MAX_INC 62 62 +#define POPUP_BASE_VERTICAL_BUTTON_CONTENT_DEFAULT_MIN_INC 620 0 +#define POPUP_BASE_VERTICAL_BUTTON_BUTTONAREA_DEFAULT_MIN_INC 620 286 + +#define POPUP_BUTTON3_VERTICAL_BUTTON_BG_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BUTTON3_VERTICAL_BUTTON_PADDING_TOP_MIN_INC 0 16 +#define POPUP_BUTTON_VERTICAL_ACTION_AREA_HEIGHT "286" +#define POPUP_BUTTON3_VERTICAL_BUTTON_BUTTON_MIN_MAX_INC 356 74 +#define POPUP_BUTTON3_VERTICAL_BUTTON_PADDING_BUTTON_MIN_INC 0 16 +#define POPUP_BUTTON3_VERTICAL_BUTTON_PADDING_BUTTON_MAX_INC 9999 16 + +#define POPUP_CONTENT_LISTSTYLE_PADDING_TOP_MIN_MAX_INC 3 3 +#define POPUP_CONTENT_LISTSTYLE_CONTENT_DEFAULT_MIN_INC 614 408 +#define POPUP_CONTENT_LISTSTYLE_PADDING_RIGHT_MIN_INC 3 0 + +#define POPUP_CONTENT_MINSTYLE_CONTENT_DEFAULT_MIN_INC 614 0 + +#define POPUP_BASE_CUSTOMSTYLE_BASE_DEFAULT_MIN_INC 620 0 +#define POPUP_BASE_CUSTOMSTYLE_BASE_DEFAULT_MAX_INC 620 1120 +#define POPUP_BASE_CUSTOMSTYLE_BG_DEFAULT_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BASE_CUSTOMSTYLE_TITLE_DEFAULT_MIN_INC 620 64 +#define POPUP_BASE_CUSTOMSTYLE_TITLE_BOTTOM_LINE_MIN_INC 0 1 +#define POPUP_BASE_CUSTOMSTYLE_TITLE_ICON_DEFAULT_MIN_MAX_INC 62 62 +#define POPUP_BASE_CUSTOMSTYLE_CONTENT_DEFAULT_MIN_INC 620 0 +#define POPUP_BASE_CUSTOMSTYLE_BUTTONAREA_BG_DEFAULT_MIN_INC 620 96 +#define POPUP_BASE_CUSTOMSTYLE_BUTTONAREA_BG_IMAGE_BORDER_INC 3 3 3 3 +#define POPUP_BASE_CUSTOMSTYLE_TEXT_FONT_SIZE_INC 38 +#define POPUP_BASE_CUSTOMSTYLE_CONTENT_WIDTH_INC 620 +#define POPUP_BASE_CUSTOMSTYLE_CONTENT_HEIGHT_INC 146 +#define POPUP_BASE_CUSTOMSTYLE_CONTENT_SIDE_PADDING_INC 70 +#define POPUP_BASE_CUSTOMSTYLE_CONTENT_ENTRY_MIN_INC 90 90 +#define POPUP_BASE_CUSTOMSTYLE_CONTENT_CENTER_PADDING_MIN_INC 40 + +#define POPUP_CONTENT_CUSTOMSTYLE_DEFAULT_MIN_INC 620 0 +#define POPUP_BUTTON_DEFAULT_ACTION_AREA_HEIGHT "96" +#define POPUP_BUTTON1_DEFAULT_BUTTON1_DEFAULT_MIN_MAX_INC 402 74 +#define POPUP_BUTTON2_DEFAULT_BUTTON_DEFAULT_MIN_MAX_INC 274 74 +#define POPUP_BUTTON2_DEFAULT_PADDING_BUTTON_MIN_MAX_INC 10 74 +#define POPUP_BUTTON3_DEFAULT_BUTTON_DEFAULT_MIN_MAX_INC 186 74 +#define POPUP_BUTTON3_DEFAULT_PADDING_BUTTON_MIN_MAX_INC 10 74 + +#define POPUP_BASE_VOLUMEBAR_STYLE_BASE_DEFAULT_MIN_INC 624 0 +#define POPUP_BASE_VOLUMEBAR_STYLE_BASE_DEFAULT_MAX_INC 624 1120 +#define POPUP_BASE_VOLUMEBAR_STYLE_TITLE_DEFAULT_IMAGE_BORDER_INC 3 3 6 0 +#define POPUP_BASE_VOLUMEBAR_STYLE_CONTENT_DEFAULT_MIN_INC 624 0 +#define POPUP_BASE_VOLUMEBAR_STYLE_BUTTONAREA_BG_DEFAULT_MIN_INC 624 96 + +#define POPUP_CONTENT_VOLUMEBAR_STYLE_PADDING_TOP_MIN_INC 0 31 +#define POPUP_CONTENT_VOLUMEBAR_STYLE_PADDING_LEFT_MIN_INC 40 0 +#define POPUP_CONTENT_VOLUMEBAR_STYLE_PADDING_RIGHT_MIN_INC 40 0 +#define POPUP_CONTENT_VOLUMEBAR_STYLE_CONTENT_DEFAULT_MIN_INC 544 64 +#define POPUP_CONTENT_VOLUMEBAR_STYLE_PADDING_BOTTOM_MIN_INC 0 31 + +#define PROGRESSBAR_DEFAULT_STYLE_TEXT_COLOR_INC 249 249 249 255 +#define PROGRESSBAR_DEFAULT_STYLE_STATUS_TEXT_COLOR_INC 249 249 249 255 +#define PROGRESSBAR_LIST_PROGRESS_STYLE_TEXT_COLOR_INC 249 249 249 255 +#define PROGRESSBAR_LIST_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC 224 224 224 255 +#define PROGRESSBAR_LIST_TITLE_PROGRESS_STYLE_STATUS_TEXT_COLOR_INC 108 108 108 255 +#define PROGRESSBAR_LIST_PROCESS_WIDTH_INC 66 +#define PROGRESSBAR_LIST_PROCESS_HEIGHT_INC 66 +#define PROGRESSBAR_LIST_PROCESS_SMALL_INC 35 +#define PROGRESSBAR_LIST_PROCESS_SMALL_IMAGE "32x32" +#define PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC 16 +#define PROGRESSBAR_LIST_PENDING_HEIGHT_INC 16 + +#define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC 81 78 76 255 +#define NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC 42 +#define NOCONTENT_MIDDLE_PADDING_INC 54 +#define NOCONTENT_BASE_SEARCH_PADDING_INC 40 +#define NOCONTENT_IMAGE_REL1_WIDTH_HEIGHT_INC 0.282 0.294 +#define NOCONTENT_IMAGE_REL2_WIDTH_HEIGHT_INC 0.718 0.54 +#define NOCONTENT_BG_COLOR_INC 0 0 0 255 +#define NOCONTENT_TEXT_STYLE_BG_MIN_INC 0 120 + +#define ENTRY_TEXT_SIZE_INC 44 +#define ENTRY_TEXT_COLOR_INC "#FFFFFF" +#define ENTRY_CURSOR_COLOR_INC 42 109 140 255 +#define ENTRY_PREEDIT_BACKGROUND_COLOR_INC "#FFFFFF" +#define ENTRY_PREEDIT_TEXT_COLOR_INC "#000000" +#define ENTRY_SELECTION_BG_COLOR 90 123 138 127 +#define ENTRY_SELECTION_BLOCK_HANDLE_MIN_SIZE 48 67 +#define MAGNIFIER_HEIGHT_FILL 182 +#define MAGNIFIER_HEIGHT_FIXED 108 +#define MAGNIFIER_WIDTH_FIXED 358 + +#define ENTRY_BUBBLE_EX_PAD 15 +#define ENTRY_BUBBLE_IX_PAD 22 +#define ENTRY_BUBBLE_Y_PAD 15 +#define ENTRY_BUBBLE_BOTTOM_PAD 22 +#define ENTRY_BUBBLE_CALLERID_PAD 16 +#define ENTRY_BUBBLE_CALLERID_WIDTH 60 +#define ENTRY_BUBBLE_CALLERID_HEIGHT 60 +#define ENTRY_BUBBLE_DATE_AREA_TEXT_SIZE_INC 26 + +#define PANES_DEFAULT_FIXED_SEPERATOR_NORMAL_COLOR_INC 118 118 118 255 + +#define DAYSELECTOR_BACKGROUND_COLOR_INC 82 84 87 255 +#define DAYSELECTOR_WEEKDAY_COLOR_INC 249 249 249 255 +#define DAYSELECTOR_SATURDAY_COLOR_INC 0 168 231 255 +#define DAYSELECTOR_SUNDAY_COLOR_INC 7 180 211 255 +#define DAYSELECTOR_DAY_PRESSED_COLOR_INC 249 249 249 255 +#define DAYSELECTOR_DAY_FONT_SIZE_INC 32 +#define DAYSELECTOR_CHECK_WIDTH_INC 94 +#define DAYSELECTOR_CHECK_HEIGHT_INC 90 + +#define SLIDER_INDICATOR_TEXT_COLOR_INC 7 180 211 255 +#define SLIDER_UNITS_TEXT_COLOR_INC 122 122 122 255 +#define SLIDER_UNITS_TEXT_SIZE_INC 30 +#define SLIDER_INDICATOR_TEXT_SIZE_INC 40 +#define SLIDER_BASE_HEIGHT_INC 16 +#define SLIDER_BASE_MIN_WIDTH_INC 375 +#define SLIDER_BASE_HEIGHT_INC 16 +#define SLIDER_SWALLOW_BAR_MIN_WIDTH_INC 58 +#define SLIDER_SWALLOW_BAR_HEIGHT_INC 58 +#define SLIDER_INDICATOR_MAX_WIDTH_INC 90 +#define SLIDER_INDICATOR_WIDTH_INC 58 +#define SLIDER_INDICATOR_HEIGHT_INC 58 +#define SLIDER_EBOOK_HEIGHT_INC 23 +#define SLIDER_EBOOK_UNITS_TEXT_COLOR_INC 164 160 149 255 +#define SLIDER_EBOOK_UNITS_TEXT_SIZE_INC 48 +#define SLIDER_EBOOK_INDICATOR_TEXT_COLOR_INC 7 180 211 255 +#define SLIDER_EBOOK_INDICATOR_DEFAULT_TEXT_SIZE_INC 36 +#define SLIDER_EBOOK_INDICATOR_DRAG_TEXT_SIZE_INC 48 +#define SLIDER_EBOOK_INDICATOR_WIDTH_INC 54 +#define SLIDER_EBOOK_INDICATOR_HEIGHT_INC 54 +#define SLIDER_DISABLER_PART_COLOR_INC 185 185 185 100 + +#define TICKER_NOTI_DEFAULT_TEXT_COLOR_INC "#f9f9f9" +#define TICKER_NOTI_DEFAULT_TEXT2_COLOR_INC "#acb3bf" + +#define DATETIME_FIELD_MIN_SIZE_INC 60 60 +#define DATETIME_SEPARATOR_MIN_SIZE_INC 40 60 +#define DATETIME_TEXT_FONT_SIZE_INC 36 +#define DATETIME_TEXT_NORMAL_COLOR_INC 255 255 255 255 +#define DATETIME_SEPARATOR_TEXT_COLOR_INC 150 150 150 255 +#define DATETIME_TEXT_SELECTED_COLOR_INC 7 180 211 255 + +#define COLORSELECTOR_MIN_W_INC 624 +#define COLORSELECTOR_MIN_H_INC 336 +#define COLORSELECTOR_MAX_W_INC 1014 +#define COLORSELECTOR_COLORBAR_IMAGE0_BORDER 13 13 10 3 +#define COLORSELECTOR_COLORBAR_IMAGE1_BORDER 4 4 3 3 +#define COLORSELECTOR_COLORBAR_IMAGE2_BORDER 13 13 3 15 +#define COLORSELECTOR_COLORBAR_HEIGHT 112 +#define COLORSELECTOR_COLORBAR_LEFT_PADDING 136 +#define COLORSELECTOR_COLORBAR_RIGHT_PADDING 136 +#define COLORSELECTOR_BUTTON_TOP_PADDING 19 +#define COLORSELECTOR_ARROW_BG_LEFT_PADDING 133 +#define COLORSELECTOR_ARROW_BG_RIGHT_PADDING 133 +#define COLORSELECTOR_ARROW_MIN_WIDTH 16 +#define COLORSELECTOR_ARROW_MIN_HEIGHT 80 +#define COLORSELECTOR_DRAGGABLE_EVENT_AREA 80 80 +#define COLORSELECTOR_BUTTON_LEFT_PADDING 42 +#define COLORSELECTOR_BUTTON_RIGHT_PADDING 42 +#define COLORSELECTOR_BUTTON_WIDTH 74 +#define COLORSELECTOR_BUTTON_HEIGHT 74 +#define COLORSELECTOR_BUTTON_BORDER 6 6 6 6 +#define COLORSELECTOR_PADDING_COLOR_INC 68 68 68 255 + +#define COLORSELECTOR_PALETTE_COLORBG_MIN_WIDTH_INC 86 +#define COLORSELECTOR_PALETTE_COLORBG_MIN_HEIGHT_INC 86 +#define COLORSELECTOR_PALETTE_COLORBG_FOCUS_MIN_WIDTH_INC 84 +#define COLORSELECTOR_PALETTE_COLORBG_FOCUS_MIN_HEIGHT_INC 84 +#define COLORSELECTOR_PORTRAIT_HOR_PAD_INC "50" +#define COLORSELECTOR_PORTRAIT_VER_PAD_INC "26" +#define COLORSELECTOR_LANDSCAPE_HOR_PAD_INC "36" +#define COLORSELECTOR_LANDSCAPE_VER_PAD_INC "0" +#define COLORSELECTOR_PALETTE_BORDER_INC 14 14 14 14 + +#define CALENDAR_DAY_FONT_SIZE_INC 24 +#define CALENDAR_DATE_FONT_SIZE_INC 32 +#define CALENDAR_MONTH_FONT_SIZE_INC 38 +#define CALENDAR_MONTH_FONT_COLOR_INC 249 249 249 255 +#define CALENDAR_SATURDAY_FONT_COLOR_INC 47 120 220 255 +#define CALENDAR_SUNDAY_FONT_COLOR_INC 226 20 20 255 +#define CALENDAR_WEEKDAY_FONT_COLOR_INC 249 249 249 255 +#define CALENDAR_SELECTED_DATE_FONT_COLOR_INC 255 255 255 255 +#define CALENDAR_SEPERATOR_FONT_COLOR_INC 68 68 68 255 +#define CALENDAR_BACKGROUND_COLOR_INC 89 89 89 255 +#define CALENDAR_BUTTON_HEIGHT_INC 66 +#define CALENDAR_BUTTON_WIDTH_INC 74 +#define CALENDAR_ARROW_WIDTH_INC 30 +#define CALENDAR_ARROW_HEIGHT_INC 36 +#define CALENDAR_BASE_MIN_WIDTH_INC 692 +#define CALENDAR_BASE_MIN_HEIGHT_INC 420 +#define CALENDAR_HEADER_MIN_WIDTH_INC 98 +#define CALENDAR_HEADER_MIN_HEIGHT_INC 90 + +#define CTXPOPUP_ENTRY_CENTER_IMAGE_BORDER 12 12 9 9 +#define CTXPOPUP_ENTRY_IMAGE_BORDER_WIDTH 12 +#define CTXPOPUP_ENTRY_ITEM_TEXT_COLOR 249 249 249 255 +#define CTXPOPUP_ENTRY_ITEM_LEFT_SEPARATOR_COLOR 68 68 68 255 +#define CTXPOPUP_ENTRY_ITEM_RIGHT_SEPARATOR_COLOR 0 0 0 255 +#define CTXPOPUP_ENTRY_SEPARATOR_WIDTH 1 +#define CTXPOPUP_ENTRY_SEPARATOR_HEIGHT 50 +#define CTXPOPUP_ENTRY_ITEM_HEIGHT 74 +#define CTXPOPUP_ENTRY_ITEM_PADDING_WIDTH 14 +#define CTXPOPUP_ENTRY_ITEM_FONT_SIZE 28 +#define CTXPOPUP_ENTRY_ICON_SIZE 58 +#define CTXPOPUP_ENTRY_ITEM_WIDTH_MAX 240 +#define CTXPOPUP_ENTRY_LIST_SHADOW_PADDING 3 +#define CTXPOPUP_ENTRY_ITEM_DISABLED_COLOR 200 200 200 127 +#define CTXPOPUP_ENTRY_ARROW_SIZE_HEIGHT 18 +#define CTXPOPUP_ENTRY_ARROW_SIZE_WIDTH 29 + +#define TICKERNOTI_DEFAULT_BG_MIN_HEIGHT_INC 100 +#define TICKERNOTI_DEFAULT_BG_BOTTOM_MIN_HEIGHT_INC 8 +#define TICKERNOTI_DEFAULT_BG_BORDER_INC 0 0 0 0 +#define TICKERNOTI_DEFAULT_BG_PADDING_LEFT_TOP_INC 16 18 +#define TICKERNOTI_DEFAULT_BG_PADDING_RIGHT_BOTTOM_INC 16 18 +#define TICKERNOTI_DEFAULT_PADDING_AFTER_ICON_INC 16 0 +#define TICKERNOTI_DEFAULT_TEXT_MIN_INC 0 60 +#define TICKERNOTI_DEFAULT_BUTTON_MIN_INC 90 54 +#define TICKERNOTI_DEFAULT_BUTTON_MAX_INC 90 54 +#define TICKERNOTI_DEFAULT_ICON_MIN_INC 64 64 +#define TICKERNOTI_DEFAULT_PADDING_BEFORE_BUTTON_INC 16 0 +#define TICKERNOTI_DEFAULT_TEXT_FONT_SIZE_INC 32 +#define TICKERNOTI_DEFAULT_TEXT2_FONT_SIZE_INC 28 +#define TICKERNOTI_INFO_BG_MIN_HEIGHT_INC 50 +#define TICKERNOTI_INFO_BG_PADDING_LEFT_TOP_INC 8 5 +#define TICKERNOTI_INFO_BG_PADDING_RIGHT_BOTTOM_INC 8 5 +#define TICKERNOTI_BG_PADDING_AFTER_ICON_INC 15 0 +#define TICKERNOTI_INFO_TEXT_FONT_SIZE_INC 28 + +#define SCROLLER_DEFAULT_SCROLLBAR_VBAR_MIN_SIZE_INC 10 80 +#define SCROLLER_DEFAULT_SCROLLBAR_HBAR_MIN_SIZE_INC 80 10 +#define SCROLLER_HANDLER_SCROLLBAR_VBAR_MIN_SIZE_INC 48 214 +#define SCROLLER_HANDLER_SCROLLBAR_HBAR_MIN_SIZE_INC 214 48 +#define SCROLLER_HANDLER_SCROLLBAR_VBAR_MIDDLE_MIN_SIZE_INC 48 26 +#define SCROLLER_HANDLER_SCROLLBAR_HBAR_MIDDLE_MIN_SIZE_INC 26 48 +#define SCROLLER_HANDLER_SCROLLBAR_PADDING_INC 10 + +#define TOOLBAR_ITEM_SEPARATOR_LEFT_COLOR_INC 49 67 97 255 +#define TOOLBAR_ITEM_SEPARATOR_MIDDLE_COLOR_INC 0 0 0 255 +#define TOOLBAR_ITEM_SEPARATOR_RIGHT_COLOR_INC 21 31 49 255 diff --git a/themes/sounds/S_Touch_30ms.wav b/themes/sounds/S_Touch_30ms.wav new file mode 100644 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/S_Touch_30ms.wav differ diff --git a/themes/sounds/Waterdrop.wav b/themes/sounds/Waterdrop.wav new file mode 100755 index 0000000..adb7da0 Binary files /dev/null and b/themes/sounds/Waterdrop.wav differ diff --git a/themes/sounds/button-pressed.wav b/themes/sounds/button-pressed.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/button-pressed.wav differ diff --git a/themes/sounds/button-toggle-off.wav b/themes/sounds/button-toggle-off.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/button-toggle-off.wav differ diff --git a/themes/sounds/button-toggle-on.wav b/themes/sounds/button-toggle-on.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/button-toggle-on.wav differ diff --git a/themes/sounds/dialog-cancel.wav b/themes/sounds/dialog-cancel.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/dialog-cancel.wav differ diff --git a/themes/sounds/dialog-error.wav b/themes/sounds/dialog-error.wav new file mode 100755 index 0000000..9ce5f26 Binary files /dev/null and b/themes/sounds/dialog-error.wav differ diff --git a/themes/sounds/dialog-information.wav b/themes/sounds/dialog-information.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/dialog-information.wav differ diff --git a/themes/sounds/dialog-ok.wav b/themes/sounds/dialog-ok.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/dialog-ok.wav differ diff --git a/themes/sounds/dialog-question.wav b/themes/sounds/dialog-question.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/dialog-question.wav differ diff --git a/themes/sounds/dialog-warning.wav b/themes/sounds/dialog-warning.wav new file mode 100755 index 0000000..9ce5f26 Binary files /dev/null and b/themes/sounds/dialog-warning.wav differ diff --git a/themes/sounds/drag-accept.wav b/themes/sounds/drag-accept.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/drag-accept.wav differ diff --git a/themes/sounds/drag-fail.wav b/themes/sounds/drag-fail.wav new file mode 100755 index 0000000..9ce5f26 Binary files /dev/null and b/themes/sounds/drag-fail.wav differ diff --git a/themes/sounds/drag-start.wav b/themes/sounds/drag-start.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/drag-start.wav differ diff --git a/themes/sounds/link-pressed.wav b/themes/sounds/link-pressed.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/link-pressed.wav differ diff --git a/themes/sounds/menu-click.wav b/themes/sounds/menu-click.wav new file mode 100755 index 0000000..99ba74d Binary files /dev/null and b/themes/sounds/menu-click.wav differ diff --git a/themes/sounds/menu-popup.wav b/themes/sounds/menu-popup.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/menu-popup.wav differ diff --git a/themes/sounds/tooltip-popup.wav b/themes/sounds/tooltip-popup.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/tooltip-popup.wav differ diff --git a/themes/sounds/window-new.wav b/themes/sounds/window-new.wav new file mode 100755 index 0000000..cac3185 Binary files /dev/null and b/themes/sounds/window-new.wav differ