From: Myung Jin Kim Date: Mon, 24 Jun 2013 09:55:25 +0000 (+0900) Subject: apply new button bitmap for scroll X-Git-Tag: accepted/tizen/20130924.144426~1^2~371^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa1d765a0ef3c0ca1e465bde06ef418ef049c0d0;p=platform%2Fframework%2Fnative%2Fuifw.git apply new button bitmap for scroll Change-Id: Ibbe4f449965dd3211a05c19823208ec01c5a1a82 --- diff --git a/src/ui/resource/FUi_ResourceScrollConfig.cpp b/src/ui/resource/FUi_ResourceScrollConfig.cpp index 8a17c74..2793fcc 100644 --- a/src/ui/resource/FUi_ResourceScrollConfig.cpp +++ b/src/ui/resource/FUi_ResourceScrollConfig.cpp @@ -39,7 +39,7 @@ START_UI_CONFIG(SCROLL); ADD_IMAGE_CONFIG(BUTTON_BG_NORMAL, #00_button_01.#.png); ADD_IMAGE_CONFIG(BUTTON_BG_NORMAL_EFFECT, #00_button_01_ef.#.png); ADD_IMAGE_CONFIG(BUTTON_BG_PRESSED, #00_button_01.#.png); - ADD_IMAGE_CONFIG(BUTTON_BG_PRESSED_EFFECT, #00_button_01_ef_press.#.png); + ADD_IMAGE_CONFIG(BUTTON_BG_PRESSED_EFFECT, #00_button_01_press_ef.#.png); ADD_IMAGE_CONFIG(HANDLER_HORIZONTAL, #00_fast_scroll_handler_h.#.png); ADD_IMAGE_CONFIG(HANDLER_VERTICAL, #00_fast_scroll_handler.#.png);