modify user icon list 24/53924/1
authorSoohye Shin <soohye.shin@samsung.com>
Thu, 10 Dec 2015 07:54:37 +0000 (16:54 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Thu, 10 Dec 2015 07:54:37 +0000 (16:54 +0900)
Change-Id: Ifa01572751b0c341834a5a8fb4ab2231564cb1c0
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
include/defs.h
src/utils.c

index fec2eed..104719b 100644 (file)
 #define IMAGE_USER_DEFAULT_06_FOCUS IMAGEDIR"/ic_user_06_foc.png"
 #define IMAGE_USER_DEFAULT_07 IMAGEDIR"/ic_user_07_nor.png"
 #define IMAGE_USER_DEFAULT_07_FOCUS IMAGEDIR"/ic_user_07_foc.png"
+#define IMAGE_USER_DEFAULT_08 IMAGEDIR"/ic_user_09_nor.png"
+#define IMAGE_USER_DEFAULT_08_FOCUS IMAGEDIR"/ic_user_09_foc.png"
 #define IMAGE_USER_CURRENT_DEFAULT IMAGEDIR"/ic_user_profile_current_01_nor.png"
 #define IMAGE_USER_CURRENT_DEFAULT_FOCUS IMAGEDIR"/ic_user_profile_current_01_foc.png"
 #define IMAGE_USER_CURRENT_DEFAULT_02 IMAGEDIR"/ic_user_profile_current_02_nor.png"
 #define IMAGE_USER_CURRENT_DEFAULT_06_FOCUS IMAGEDIR"/ic_user_profile_current_06_foc.png"
 #define IMAGE_USER_CURRENT_DEFAULT_07 IMAGEDIR"/ic_user_profile_current_07_nor.png"
 #define IMAGE_USER_CURRENT_DEFAULT_07_FOCUS IMAGEDIR"/ic_user_profile_current_07_foc.png"
+#define IMAGE_USER_CURRENT_DEFAULT_08 IMAGEDIR"/ic_user_profile_current_09_nor.png"
+#define IMAGE_USER_CURRENT_DEFAULT_08_FOCUS IMAGEDIR"/ic_user_profile_current_09_foc.png"
 #define IMAGE_RECENT_DELETE_NOR IMAGEDIR"/btn_bar_clearall_nor.png"
 #define IMAGE_RECENT_DELETE_FOC IMAGEDIR"/btn_bar_clearall_foc.png"
 #define IMAGE_RECENT_DELETE_DIS IMAGEDIR"/btn_bar_clearall_dis.png"
index 90e949f..e7d5edd 100644 (file)
@@ -68,10 +68,10 @@ struct icon_info _icon_info[] = {
                IMAGE_USER_CURRENT_DEFAULT_07_FOCUS
        },
        {
-               IMAGE_USER_ADD,
-               IMAGE_USER_ADD_FOCUS,
-               ICON_ADD,
-               ICON_ADD
+               IMAGE_USER_DEFAULT_08,
+               IMAGE_USER_DEFAULT_08_FOCUS,
+               IMAGE_USER_CURRENT_DEFAULT_08,
+               IMAGE_USER_CURRENT_DEFAULT_08_FOCUS
        }
 };