modify title text color on Popup, MessageBox
authorDongJinJeon <dongjin2193.jeon@samsung.com>
Mon, 15 Apr 2013 04:18:51 +0000 (13:18 +0900)
committerDongJinJeon <dongjin2193.jeon@samsung.com>
Mon, 15 Apr 2013 04:18:51 +0000 (13:18 +0900)
Change-Id: I968d801f444d8822e93a87486fe1358a4cc56b33
Signed-off-by: DongJinJeon <dongjin2193.jeon@samsung.com>
src/ui/resource/FUi_ResourceMessageBoxConfig.cpp
src/ui/resource/FUi_ResourcePopupConfig.cpp

index e08bf0a..d64f6a5 100755 (executable)
@@ -25,7 +25,7 @@
 START_UI_CONFIG(MESSAGEBOX);
 {
        ADD_COLOR_CONFIG(BG_NORMAL, $B061L1);
-       ADD_COLOR_CONFIG(TITLE_TEXT_NORMAL, $B052L5);
+       ADD_COLOR_CONFIG(TITLE_TEXT_NORMAL, $B063L9);
        ADD_COLOR_CONFIG(TEXT_NORMAL, $B063L1);
 
        ADD_IMAGE_CONFIG(BG_NORMAL, $00_popup_bg.#.png);
index d2688dd..d930f00 100755 (executable)
@@ -25,7 +25,7 @@
 START_UI_CONFIG(POPUP);
 {
        ADD_COLOR_CONFIG(BG_NORMAL, $B061L1);
-       ADD_COLOR_CONFIG(TITLE_TEXT_NORMAL, $B052L5);
+       ADD_COLOR_CONFIG(TITLE_TEXT_NORMAL, $B063L9);
 
        ADD_IMAGE_CONFIG(BG_NORMAL, $00_popup_bg.#.png);
        ADD_IMAGE_CONFIG(BG_OUTLINE_EFFECT_NORMAL, $00_popup_bg_ef.#.png);