Added new Handler focus bitmap from GUI 3.5v
authorSyed Khaja Moinuddin <moinuddin.s@samsung.com>
Mon, 15 Apr 2013 02:00:54 +0000 (11:00 +0900)
committerSyed Khaja Moinuddin <moinuddin.s@samsung.com>
Mon, 15 Apr 2013 02:15:56 +0000 (11:15 +0900)
Signed-off-by: Syed Khaja Moinuddin <moinuddin.s@samsung.com>
Change-Id: I9681e5f3140edeb8fed1cd18d6dabe188707fb83
Signed-off-by: Syed Khaja Moinuddin <moinuddin.s@samsung.com>
res/common/usr/share/osp/bitmaps/480x800/00_color_picker_handler_focus.png [new file with mode: 0644]
res/common/usr/share/osp/bitmaps/720x1280/00_color_picker_handler_focus.png [new file with mode: 0644]
src/ui/inc/FUi_ResourceColorPickerConfig.h
src/ui/resource/FUi_ResourceColorPickerConfig.cpp

diff --git a/res/common/usr/share/osp/bitmaps/480x800/00_color_picker_handler_focus.png b/res/common/usr/share/osp/bitmaps/480x800/00_color_picker_handler_focus.png
new file mode 100644 (file)
index 0000000..33319b4
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/480x800/00_color_picker_handler_focus.png differ
diff --git a/res/common/usr/share/osp/bitmaps/720x1280/00_color_picker_handler_focus.png b/res/common/usr/share/osp/bitmaps/720x1280/00_color_picker_handler_focus.png
new file mode 100644 (file)
index 0000000..080121e
Binary files /dev/null and b/res/common/usr/share/osp/bitmaps/720x1280/00_color_picker_handler_focus.png differ
index 41e9f0b..d3803a2 100755 (executable)
@@ -52,6 +52,7 @@ DECLARE_UI_CONFIG(COLORPICKER);
        DECLARE_IMAGE_CONFIG(LUMINANCE_BAR_LANDSCAPE_NORMAL, 19);
        DECLARE_IMAGE_CONFIG(SATURATION_BAR__LANDSCAPE_NORMAL, 20);
        DECLARE_IMAGE_CONFIG(BAR_BG_LANDSCAPE_NORMAL, 21);
+       DECLARE_IMAGE_CONFIG(HANDLER_HIGHLIGHTED, 22);
 //Dimension config
        DECLARE_DIMENSION_CONFIG(DEFAULT_SIZE, 1);
        DECLARE_DIMENSION_CONFIG(ARROW_BUTTON_ARROW_ICON_SIZE, 2);
index 7a1bc09..d34f772 100755 (executable)
@@ -49,6 +49,7 @@ START_UI_CONFIG(COLORPICKER);
        ADD_IMAGE_CONFIG(RIGHT_ARROW_BUTTON_PRESSED, #00_button_right.png);
        ADD_IMAGE_CONFIG(RIGHT_ARROW_BUTTON_DISABLED, #00_button_right.png);
        ADD_IMAGE_CONFIG(HANDLER_NORMAL, #00_color_picker_handler.png);
+       ADD_IMAGE_CONFIG(HANDLER_HIGHLIGHTED, #00_color_picker_handler_focus.png);
        ADD_IMAGE_CONFIG(BAR_BG_PORTRAIT_NORMAL, #00_color_picker_custom_color.png);
        ADD_IMAGE_CONFIG(HUE_BAR_LANDSCAPE_NORMAL, #00_color_picker_color_h.png);
        ADD_IMAGE_CONFIG(LUMINANCE_BAR_LANDSCAPE_NORMAL, #00_color_picker_brightness_h.png);