Modified wifi connected color 72/66272/1 submit/tizen/20160418.070700
authortaesubkim <taesub.kim@samsung.com>
Mon, 18 Apr 2016 06:55:56 +0000 (15:55 +0900)
committertaesubkim <taesub.kim@samsung.com>
Mon, 18 Apr 2016 06:56:13 +0000 (15:56 +0900)
Change-Id: Iad83d6c25abb6a07d52ff6ac22013eb4a9a15dee
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
sources/ui-gadget/viewers-layout/wifi_viewer_list.c

index 04e4170..9f567ac 100755 (executable)
@@ -99,7 +99,7 @@ static char* _gl_listview_text_get(void *data, Evas_Object *obj, const char *par
                                gdata->device_info->ssid);
                assertm_if(NULL == det, "NULL!!");
 
-               convertedColor = ConvertRGBAtoHex(2, 61, 132, 255);
+               convertedColor = ConvertRGBAtoHex(61, 185, 204, 255);
                assertm_if(NULL == convertedColor, "NULL!!");
                if (VIEWER_ITEM_RADIO_MODE_CONNECTED == gdata->radio_mode) {
                        buf = g_strdup_printf("<color=#%s>%s</color>",