Submitting new resources from GUI 3.5v
authorSyed Khaja Moinuddin <moinuddin.s@samsung.com>
Mon, 15 Apr 2013 12:26:48 +0000 (21:26 +0900)
committerSyed Khaja Moinuddin <moinuddin.s@samsung.com>
Mon, 15 Apr 2013 13:47:59 +0000 (22:47 +0900)
Signed-off-by: Syed Khaja Moinuddin <moinuddin.s@samsung.com>
Change-Id: I4dd309fedf27befe0a9b038f98d46959202f460e
Signed-off-by: Syed Khaja Moinuddin <moinuddin.s@samsung.com>
32 files changed:
inc/FUiUiConfigurationTypes.h
res/common/usr/share/osp/bitmaps/480x800/00_button_01_focus.#.png [moved from res/common/usr/share/osp/bitmaps/480x800/00_button_01_focus.png with 100% similarity]
res/common/usr/share/osp/bitmaps/480x800/00_picker_button.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/00_picker_button_focus.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_dim_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_press_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_dim_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_press_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_dim_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_press_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/00_picker_button.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/00_picker_button_focus.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_dim_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_press_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_dim_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_press_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_dim_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_ef.#.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_press_ef.#.png [new file with mode: 0644]
src/ui/FUiUiConfiguration.cpp
src/ui/inc/FUi_ResourceDateTimePickerConfig.h
src/ui/inc/FUi_ResourceEditDateConfig.h
src/ui/inc/FUi_ResourceEditTimeConfig.h
src/ui/resource/FUi_ResourceConfigParser.cpp
src/ui/resource/FUi_ResourceDateTimePickerConfig.cpp
src/ui/resource/FUi_ResourceEditDateConfig.cpp
src/ui/resource/FUi_ResourceEditTimeConfig.cpp

index ed1185e..a93feae 100755 (executable)
@@ -549,6 +549,34 @@ struct _OSP_EXPORT_ ColorKey
                * @since                2.1
                */
                _OSP_EXPORT_ static const int DIVIDER_RIGHT_HALF;
+
+               /**
+               * The property key to get the normal background color of the picker button of date time picker
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_NORMAL;
+
+               /**
+               * The property key to get the pressed background color of the picker button of date time picker
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_PRESSED;
+
+               /**
+               * The property key to get the disabled background color of the picker button of date time picker
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_DISABLED;
+
+               /**
+               * The property key to get the highlighted background color of the picker button of date time picker
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_HIGHLIGHTED;
        };
        struct _OSP_EXPORT_ Edit
        {
@@ -729,6 +757,34 @@ struct _OSP_EXPORT_ ColorKey
                * @since                2.1
                */
                _OSP_EXPORT_ static const int DIVIDER_HALF_RIGHT;
+
+               /**
+               * The property key to get the normal background color of the picker button of edit date
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_NORMAL;
+
+               /**
+               * The property key to get the pressed background color of the picker button of edit date
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_PRESSED;
+
+               /**
+               * The property key to get the disabled background color of the picker button of edit date
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_DISABLED;
+
+               /**
+               * The property key to get the highlighted background color of the picker button of edit date
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_HIGHLIGHTED;
        };
 
        struct _OSP_EXPORT_ EditTime
@@ -809,6 +865,41 @@ struct _OSP_EXPORT_ ColorKey
                * @since                2.1
                */
                _OSP_EXPORT_ static const int TITLE_TEXT_DISABLED;
+
+               /**
+               * The property key to get the highlighted text color of the button of edit time
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int BUTTON_BG_HIGHLIGHTED;
+
+               /**
+               * The property key to get the normal background color of the picker button of edit time
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_NORMAL;
+
+               /**
+               * The property key to get the pressed background color of the picker button of edit time
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_PRESSED;
+
+               /**
+               * The property key to get the disabled background color of the picker button of edit time
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_DISABLED;
+
+               /**
+               * The property key to get the highlighted background color of the picker button of edit time
+               *
+               * @since                2.1
+               */
+               _OSP_EXPORT_ static const int PICKER_BUTTON_BG_HIGHLIGHTED;
        };
 
        struct _OSP_EXPORT_ FastScroll
diff --git a/res/common/usr/share/osp/bitmaps/480x800/00_picker_button.#.png b/res/common/usr/share/osp/bitmaps/480x800/00_picker_button.#.png
new file mode 100644 (file)
index 0000000..006fadc
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/00_picker_button.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/00_picker_button_focus.#.png b/res/common/usr/share/osp/bitmaps/480x800/00_picker_button_focus.#.png
new file mode 100644 (file)
index 0000000..67fad41
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/00_picker_button_focus.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_dim_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_dim_ef.#.png
new file mode 100644 (file)
index 0000000..60895e7
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_dim_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_ef.#.png
new file mode 100644 (file)
index 0000000..60895e7
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_press_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_press_ef.#.png
new file mode 100644 (file)
index 0000000..70c9fb6
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/black/00_picker_button_press_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_dim_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_dim_ef.#.png
new file mode 100644 (file)
index 0000000..f7f9ac2
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_dim_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_ef.#.png
new file mode 100644 (file)
index 0000000..d8bccba
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_press_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_press_ef.#.png
new file mode 100644 (file)
index 0000000..98b4096
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/default/00_picker_button_press_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_dim_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_dim_ef.#.png
new file mode 100644 (file)
index 0000000..f7f9ac2
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_dim_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_ef.#.png
new file mode 100644 (file)
index 0000000..d8bccba
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_press_ef.#.png b/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_press_ef.#.png
new file mode 100644 (file)
index 0000000..98b4096
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/white/00_picker_button_press_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/00_picker_button.#.png b/res/common/usr/share/osp/bitmaps/720x1280/00_picker_button.#.png
new file mode 100644 (file)
index 0000000..f5c1a83
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/00_picker_button.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/00_picker_button_focus.#.png b/res/common/usr/share/osp/bitmaps/720x1280/00_picker_button_focus.#.png
new file mode 100644 (file)
index 0000000..6892852
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/00_picker_button_focus.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_dim_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_dim_ef.#.png
new file mode 100644 (file)
index 0000000..08b878e
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_dim_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_ef.#.png
new file mode 100644 (file)
index 0000000..08b878e
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_press_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_press_ef.#.png
new file mode 100644 (file)
index 0000000..2d8a23a
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/black/00_picker_button_press_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_dim_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_dim_ef.#.png
new file mode 100644 (file)
index 0000000..0ccc338
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_dim_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_ef.#.png
new file mode 100644 (file)
index 0000000..0ccc338
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_press_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_press_ef.#.png
new file mode 100644 (file)
index 0000000..d5352e4
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/default/00_picker_button_press_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_dim_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_dim_ef.#.png
new file mode 100644 (file)
index 0000000..0ccc338
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_dim_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_ef.#.png
new file mode 100644 (file)
index 0000000..0ccc338
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_ef.#.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_press_ef.#.png b/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_press_ef.#.png
new file mode 100644 (file)
index 0000000..d5352e4
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/white/00_picker_button_press_ef.#.png differ
index 45fee78..85d375d 100644 (file)
@@ -104,6 +104,10 @@ const int ColorKey::DateTimePicker::AM_PM_TEXT_HIGHLIGHTED = _DATETIMEPICKER::AM
 const int ColorKey::DateTimePicker::AM_PM_TEXT_DISABLED = _DATETIMEPICKER::AMPM_TEXT_DISABLED_COLOR;
 const int ColorKey::DateTimePicker::DIVIDER_LEFT_HALF = _DATETIMEPICKER::DIVIDER_LEFT_HALF_COLOR;
 const int ColorKey::DateTimePicker::DIVIDER_RIGHT_HALF = _DATETIMEPICKER::DIVIDER_RIGHT_HALF_COLOR;
+const int ColorKey::DateTimePicker::PICKER_BUTTON_BG_NORMAL = _DATETIMEPICKER::PICKER_BUTTON_BG_NORMAL_COLOR;
+const int ColorKey::DateTimePicker::PICKER_BUTTON_BG_PRESSED = _DATETIMEPICKER::PICKER_BUTTON_BG_PRESSED_COLOR;
+const int ColorKey::DateTimePicker::PICKER_BUTTON_BG_DISABLED = _DATETIMEPICKER::PICKER_BUTTON_BG_DISABLED_COLOR;
+const int ColorKey::DateTimePicker::PICKER_BUTTON_BG_HIGHLIGHTED = _DATETIMEPICKER::PICKER_BUTTON_BG_HIGHLIGHTED_COLOR;
 const int ColorKey::Edit::BG_NORMAL = _EDIT::BG_NORMAL_COLOR;
 const int ColorKey::Edit::BG_PRESSED = _EDIT::BG_PRESSED_COLOR;
 const int ColorKey::Edit::BG_HIGHLIGHTED = _EDIT::BG_HIGHLIGHTED_COLOR;
@@ -129,6 +133,10 @@ const int ColorKey::EditDate::TITLE_TEXT_NORMAL = _EDITDATE::TITLE_TEXT_NORMAL_C
 const int ColorKey::EditDate::TITLE_TEXT_DISABLED = _EDITDATE::TITLE_TEXT_DISABLED_COLOR;
 const int ColorKey::EditDate::DIVIDER_HALF_LEFT = _EDITDATE::DIVIDER_LEFT_HALF_COLOR;
 const int ColorKey::EditDate::DIVIDER_HALF_RIGHT = _EDITDATE::DIVIDER_RIGHT_HALF_COLOR;
+const int ColorKey::EditDate::PICKER_BUTTON_BG_NORMAL = _EDITDATE::PICKER_BUTTON_BG_NORMAL_COLOR;
+const int ColorKey::EditDate::PICKER_BUTTON_BG_PRESSED = _EDITDATE::PICKER_BUTTON_BG_PRESSED_COLOR;
+const int ColorKey::EditDate::PICKER_BUTTON_BG_DISABLED = _EDITDATE::PICKER_BUTTON_BG_DISABLED_COLOR;
+const int ColorKey::EditDate::PICKER_BUTTON_BG_HIGHLIGHTED = _EDITDATE::PICKER_BUTTON_BG_HIGHLIGHTED_COLOR;
 
 const int ColorKey::EditTime::BUTTON_BG_NORMAL = _EDITTIME::BUTTON_BG_NORMAL_COLOR;
 const int ColorKey::EditTime::BUTTON_BG_PRESSED = _EDITTIME::BUTTON_BG_PRESSED_COLOR;
@@ -141,6 +149,11 @@ const int ColorKey::EditTime::TEXT_PRESSED = _EDITTIME::TEXT_PRESSED_COLOR;
 const int ColorKey::EditTime::TEXT_DISABLED = _EDITTIME::TEXT_DISABLED_COLOR;
 const int ColorKey::EditTime::TITLE_TEXT_NORMAL = _EDITTIME::TITLE_TEXT_NORMAL_COLOR;
 const int ColorKey::EditTime::TITLE_TEXT_DISABLED = _EDITTIME::TITLE_TEXT_DISABLED_COLOR;
+const int ColorKey::EditTime::BUTTON_BG_HIGHLIGHTED = _EDITTIME::BUTTON_BG_HIGHLIGHTED_COLOR;
+const int ColorKey::EditTime::PICKER_BUTTON_BG_NORMAL = _EDITTIME::PICKER_BUTTON_BG_NORMAL_COLOR;
+const int ColorKey::EditTime::PICKER_BUTTON_BG_PRESSED = _EDITTIME::PICKER_BUTTON_BG_PRESSED_COLOR;
+const int ColorKey::EditTime::PICKER_BUTTON_BG_DISABLED = _EDITTIME::PICKER_BUTTON_BG_DISABLED_COLOR;
+const int ColorKey::EditTime::PICKER_BUTTON_BG_HIGHLIGHTED = _EDITTIME::PICKER_BUTTON_BG_HIGHLIGHTED_COLOR;
 const int ColorKey::FastScroll::INDEX_BG_NORMAL = _FASTSCROLL::INDEX_BG_NORMAL_COLOR;
 const int ColorKey::FastScroll::INDEX_BG_PRESSED = _FASTSCROLL::INDEX_BG_PRESSED_COLOR;
 const int ColorKey::FastScroll::INDEX_LINE_PRESSED = _FASTSCROLL::INDEX_LINE_PRESSED_COLOR;
index f158d37..2874a84 100755 (executable)
@@ -44,6 +44,10 @@ DECLARE_UI_CONFIG(DATETIMEPICKER);
        DECLARE_COLOR_CONFIG(DIVIDER_RIGHT_HALF, 16)
        DECLARE_COLOR_CONFIG(TITLE_NORMAL, 17)
        DECLARE_COLOR_CONFIG(TITLE_DISABLED, 18)
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_NORMAL, 19);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_PRESSED, 20);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_DISABLED, 21);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, 22);
        
        DECLARE_IMAGE_CONFIG(AMPM_BG_NORMAL, 1)
        DECLARE_IMAGE_CONFIG(AMPM_BG_PRESSED, 2)
@@ -56,6 +60,13 @@ DECLARE_UI_CONFIG(DATETIMEPICKER);
        DECLARE_IMAGE_CONFIG(COLON_BG_NORMAL, 9)
        DECLARE_IMAGE_CONFIG(BG_NORMAL, 10);
        DECLARE_IMAGE_CONFIG(BG_EFFECT, 11);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_NORMAL,12);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_PRESSED,13);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_DISABLED,14);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED,15);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_NORMAL,16);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_DISABLED,17);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_PRESSED,18);
        
        DECLARE_SHAPE_CONFIG(FOOTER_HEIGHT, 1)
        DECLARE_SHAPE_CONFIG(INPUTPAD_HEIGHT, 2)
index aaebbb5..a71b165 100755 (executable)
@@ -32,6 +32,17 @@ DECLARE_UI_CONFIG(EDITDATE);
        DECLARE_COLOR_CONFIG(TITLE_TEXT_DISABLED,5);
        DECLARE_COLOR_CONFIG(DIVIDER_LEFT_HALF,6);
        DECLARE_COLOR_CONFIG(DIVIDER_RIGHT_HALF,7);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_NORMAL,8);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_PRESSED,9);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_DISABLED,10);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED,11);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_NORMAL,1);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_PRESSED,2);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_DISABLED,3);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED,4);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_NORMAL,5);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_DISABLED,6);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_PRESSED,7);
        DECLARE_SHAPE_CONFIG(WIDTH,1);
        DECLARE_SHAPE_CONFIG(HEIGHT,2);
        DECLARE_SHAPE_CONFIG(DATE_HEIGHT,3);
index 1c96da1..8304df8 100755 (executable)
@@ -36,6 +36,11 @@ DECLARE_UI_CONFIG(EDITTIME);
        DECLARE_COLOR_CONFIG(TEXT_DISABLED,9);
        DECLARE_COLOR_CONFIG(TITLE_TEXT_NORMAL,10);
        DECLARE_COLOR_CONFIG(TITLE_TEXT_DISABLED,11);
+       DECLARE_COLOR_CONFIG(BUTTON_BG_HIGHLIGHTED,12);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_NORMAL,13);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_PRESSED,14);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_DISABLED,15);
+       DECLARE_COLOR_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED,16);
        DECLARE_IMAGE_CONFIG(COLON_BG_NORMAL,1);
        DECLARE_IMAGE_CONFIG(BUTTON_BG_NORMAL,2);
        DECLARE_IMAGE_CONFIG(BUTTON_BG_PRESSED,3);
@@ -44,6 +49,13 @@ DECLARE_UI_CONFIG(EDITTIME);
        DECLARE_IMAGE_CONFIG(BUTTON_BG_EFFECT_DISABLED,6);
        DECLARE_IMAGE_CONFIG(BUTTON_BG_EFFECT_PRESSED,7);
        DECLARE_IMAGE_CONFIG(BUTTON_BG_HIGHLIGHTED,8);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_NORMAL,9);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_PRESSED,10);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_DISABLED,11);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED,12);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_NORMAL,13);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_DISABLED,14);
+       DECLARE_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_PRESSED,15);
        DECLARE_SHAPE_CONFIG(WIDTH,1);
        DECLARE_SHAPE_CONFIG(HEIGHT,2);
        DECLARE_SHAPE_CONFIG(TIME_WIDTH,3);
index d53ca94..54468ab 100755 (executable)
@@ -1065,10 +1065,26 @@ ConfigParser::GetImageKeyTable(void)
                        const char* key ="DATETIMEPICKER::AMPM_BG_HIGHLIGHTED";
                        __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::AMPM_BG_HIGHLIGHTED_IMAGE);
                }
-//             {
-//                     const char* key ="DATETIMEPICKER::AMPM_BG_DISABLED";
-//                     __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::AMPM_BG_DISABLED_IMAGE);
-//             }
+               {
+                       const char* key ="DATETIMEPICKER::AMPM_BG_DISABLED";
+                       __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::AMPM_BG_DISABLED_IMAGE);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_NORMAL";
+                       __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_NORMAL_IMAGE);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_PRESSED";
+                       __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_PRESSED_IMAGE);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_DISABLED";
+                       __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_DISABLED_IMAGE);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_HIGHLIGHTED";
+                       __pImageKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_HIGHLIGHTED_IMAGE);
+               }
                {
                        const char* key ="EDIT::BG_NORMAL";
                        __pImageKeyTable->Add(ResourceKey(key), _EDIT::BG_NORMAL_IMAGE);
@@ -1094,6 +1110,22 @@ ConfigParser::GetImageKeyTable(void)
                        __pImageKeyTable->Add(ResourceKey(key), _EDIT::CLEAR_ICON_PRESSED_IMAGE);
                }
                {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_NORMAL";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_NORMAL_IMAGE);
+               }
+               {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_PRESSED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_PRESSED_IMAGE);
+               }
+               {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_DISABLED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_DISABLED_IMAGE);
+               }
+               {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_HIGHLIGHTED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_HIGHLIGHTED_IMAGE);
+               }
+               {
                        const char* key ="EDITTIME::BUTTON_BG_NORMAL";
                        __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::BUTTON_BG_NORMAL_IMAGE);
                }
@@ -1106,6 +1138,26 @@ ConfigParser::GetImageKeyTable(void)
                        __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::BUTTON_BG_DISABLED_IMAGE);
                }
                {
+                       const char* key ="EDITTIME::BUTTON_BG_HIGHLIGHTED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::BUTTON_BG_HIGHLIGHTED_IMAGE);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_NORMAL";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_NORMAL_IMAGE);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_PRESSED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_PRESSED_IMAGE);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_DISABLED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_DISABLED_IMAGE);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_HIGHLIGHTED";
+                       __pImageKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_HIGHLIGHTED_IMAGE);
+               }
+               {
                        const char* key ="FASTSCROLL::INDEX_BG_NORMAL";
                        __pImageKeyTable->Add(ResourceKey(key), _FASTSCROLL::INDEX_BG_NORMAL_IMAGE);
                }
@@ -2049,6 +2101,22 @@ ConfigParser::GetColorKeyTable(void)
                        __pColorKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::DIVIDER_RIGHT_HALF_COLOR);
                }
                {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_NORMAL";
+                       __pColorKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_NORMAL_COLOR);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_PRESSED";
+                       __pColorKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_PRESSED_COLOR);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_DISABLED";
+                       __pColorKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_DISABLED_COLOR);
+               }
+               {
+                       const char* key ="DATETIMEPICKER::PICKER_BUTTON_BG_HIGHLIGHTED";
+                       __pColorKeyTable->Add(ResourceKey(key), _DATETIMEPICKER::PICKER_BUTTON_BG_HIGHLIGHTED_COLOR);
+               }
+               {
                        const char* key ="EDIT::BG_NORMAL";
                        __pColorKeyTable->Add(ResourceKey(key), _EDIT::BG_NORMAL_COLOR);
                }
@@ -2145,6 +2213,22 @@ ConfigParser::GetColorKeyTable(void)
                        __pColorKeyTable->Add(ResourceKey(key), _EDITDATE::DIVIDER_RIGHT_HALF_COLOR);
                }
                {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_NORMAL";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_NORMAL_COLOR);
+               }
+               {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_PRESSED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_PRESSED_COLOR);
+               }
+               {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_DISABLED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_DISABLED_COLOR);
+               }
+               {
+                       const char* key ="EDITDATE::PICKER_BUTTON_BG_HIGHLIGHTED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITDATE::PICKER_BUTTON_BG_HIGHLIGHTED_COLOR);
+               }
+               {
                        const char* key ="EDITTIME::BUTTON_BG_NORMAL";
                        __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::BUTTON_BG_NORMAL_COLOR);
                }
@@ -2189,6 +2273,26 @@ ConfigParser::GetColorKeyTable(void)
                        __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::TITLE_TEXT_DISABLED_COLOR);
                }
                {
+                       const char* key ="EDITTIME::BUTTON_BG_HIGHLIGHTED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::BUTTON_BG_HIGHLIGHTED_COLOR);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_NORMAL";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_NORMAL_COLOR);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_PRESSED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_PRESSED_COLOR);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_DISABLED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_DISABLED_COLOR);
+               }
+               {
+                       const char* key ="EDITTIME::PICKER_BUTTON_BG_HIGHLIGHTED";
+                       __pColorKeyTable->Add(ResourceKey(key), _EDITTIME::PICKER_BUTTON_BG_HIGHLIGHTED_COLOR);
+               }
+               {
                        const char* key ="FASTSCROLL::INDEX_BG_NORMAL";
                        __pColorKeyTable->Add(ResourceKey(key), _FASTSCROLL::INDEX_BG_NORMAL_COLOR);
                }
index f885bcc..3152e5e 100755 (executable)
@@ -48,6 +48,11 @@ START_UI_CONFIG(DATETIMEPICKER);
        ADD_COLOR_CONFIG(TITLE_NORMAL, $B052L5);
        ADD_COLOR_CONFIG(TITLE_DISABLED, $B052L5);
 
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_NORMAL, $W011);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_PRESSED, $B042);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_DISABLED, $W011);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, $W161);
+
        ADD_IMAGE_CONFIG(AMPM_BG_NORMAL, #00_button_01.#.png);
        ADD_IMAGE_CONFIG(AMPM_BG_PRESSED, #00_button_01.#.png);
        ADD_IMAGE_CONFIG(AMPM_BG_HIGHLIGHTED, #00_button_01_focus.#.png);
@@ -62,6 +67,14 @@ START_UI_CONFIG(DATETIMEPICKER);
        ADD_IMAGE_CONFIG(BG_NORMAL, #00_list_group_bg.#.png);
        ADD_IMAGE_CONFIG(BG_EFFECT, #00_list_group_bg_ef.#.png);
 
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_NORMAL, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_PRESSED, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_DISABLED, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, #00_picker_button_focus.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_NORMAL, #00_picker_button_ef.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_DISABLED, #00_picker_button_dim_ef.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_PRESSED, #00_picker_button_press_ef.#.png);
+
        START_UI_CONFIG_MODE(720x1280);
        {
                ADD_SHAPE_CONFIG(FOOTER_HEIGHT, 94);
index 069318f..1442374 100755 (executable)
@@ -31,6 +31,18 @@ START_UI_CONFIG(EDITDATE);
        ADD_COLOR_CONFIG(TITLE_TEXT_DISABLED, $B052L5);
        ADD_COLOR_CONFIG(DIVIDER_LEFT_HALF, $B0224);
        ADD_COLOR_CONFIG(DIVIDER_RIGHT_HALF, $B0222);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_NORMAL, $W011);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_PRESSED, $B042);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_DISABLED, $W011);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, $W161);
+
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_NORMAL, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_PRESSED, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_DISABLED, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, #00_picker_button_focus.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_NORMAL, #00_picker_button_ef.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_DISABLED, #00_picker_button_dim_ef.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_PRESSED, #00_picker_button_press_ef.#.png);
 
        START_UI_CONFIG_MODE(720x1280);
        {
index 3899a63..14d4179 100755 (executable)
@@ -27,6 +27,11 @@ START_UI_CONFIG(EDITTIME);
        ADD_COLOR_CONFIG(BUTTON_BG_NORMAL, $W011);
        ADD_COLOR_CONFIG(BUTTON_BG_PRESSED, $B042);
        ADD_COLOR_CONFIG(BUTTON_BG_DISABLED, $W011);
+       ADD_COLOR_CONFIG(BUTTON_BG_HIGHLIGHTED, $W161);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_NORMAL, $W011);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_PRESSED, $B042);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_DISABLED, $W011);
+       ADD_COLOR_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, $W161);
        ADD_COLOR_CONFIG(BUTTON_TEXT_NORMAL, $F031L1);
        ADD_COLOR_CONFIG(BUTTON_TEXT_PRESSED, $F031L1P);
        ADD_COLOR_CONFIG(BUTTON_TEXT_DISABLED, $F031L1D);
@@ -40,10 +45,17 @@ START_UI_CONFIG(EDITTIME);
        ADD_IMAGE_CONFIG(BUTTON_BG_NORMAL, #00_button_01.#.png);
        ADD_IMAGE_CONFIG(BUTTON_BG_PRESSED, #00_button_01.#.png);
        ADD_IMAGE_CONFIG(BUTTON_BG_DISABLED, #00_button_01.#.png);
-       ADD_IMAGE_CONFIG(BUTTON_BG_HIGHLIGHTED, #00_button_01_focus.png);
+       ADD_IMAGE_CONFIG(BUTTON_BG_HIGHLIGHTED, #00_button_01_focus.#.png);
        ADD_IMAGE_CONFIG(BUTTON_BG_EFFECT_NORMAL, #00_button_01_ef.#.png);
        ADD_IMAGE_CONFIG(BUTTON_BG_EFFECT_DISABLED, #00_button_01_ef_dim.#.png);
        ADD_IMAGE_CONFIG(BUTTON_BG_EFFECT_PRESSED, #00_button_01_ef_press.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_NORMAL, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_PRESSED, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_DISABLED, #00_picker_button.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_HIGHLIGHTED, #00_picker_button_focus.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_NORMAL, #00_picker_button_ef.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_DISABLED, #00_picker_button_dim_ef.#.png);
+       ADD_IMAGE_CONFIG(PICKER_BUTTON_BG_EFFECT_PRESSED, #00_picker_button_press_ef.#.png);
 
        START_UI_CONFIG_MODE(720x1280);
        {