[Genlist] Fix genlist bubble
authorTae-Hwan Kim <the81.kim@samsung.com>
Fri, 5 Apr 2013 02:07:42 +0000 (11:07 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Sat, 6 Apr 2013 01:10:25 +0000 (10:10 +0900)
bubble & bubble text has now pressed color

Change-Id: I377dfe9a106cbfefcf392fcc40f820d4cca374a5

themes/images/tizen-hd/00_list_bubble_bg.png
themes/inc/tizen-hd-inc.edc
themes/widgets/genlist/genlist_macro.edc
themes/widgets/genlist/genlist_normal.edc

index 84e1386..ef845ca 100644 (file)
Binary files a/themes/images/tizen-hd/00_list_bubble_bg.png and b/themes/images/tizen-hd/00_list_bubble_bg.png differ
index 4a1f18e..8a23be1 100644 (file)
 
 #define GENLIST_LIST_BUBBLE_TEXT_SIZE                       32
 #define GENLIST_LIST_BUBBLE_TEXT_COLOR                      249 249 249 255
+#define GENLIST_LIST_BUBBLE_TEXT_FOCUS_COLOR                87 135 194 255
+#define GENLIST_LIST_BUBBLE_COLOR                           87 135 194 255
+#define GENLIST_LIST_BUBBLE_PRESS_COLOR                     255 255 255 255
 
 #define GENLIST_PROGRESS_MAIN_TEXT_SIZE                     32
 
index e36bf4b..df38b91 100644 (file)
                min: 48 38; \
                max: -1 38; \
                fixed: 0 1; \
+               color: GENLIST_LIST_BUBBLE_COLOR; \
             ) \
+            description { state: "selected" 0.0; \
+               inherit: "default" 0.0; \
+               color: GENLIST_LIST_BUBBLE_PRESS_COLOR; \
+            } \
          ) \
          GENLIST_PART_TEXT(NAME, \
             GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
                rel2.offset: -10 -1; /* This maintain the text alignment with bubble text. */\
                GENLIST_PARAM_LIST_BUBBLE_TEXT \
             ) \
+            description { state: "selected" 0.0; \
+               inherit: "default" 0.0; \
+               color: GENLIST_LIST_BUBBLE_TEXT_FOCUS_COLOR; \
+            } \
          )
 
 #if 0
index 23c7ed9..bf55324 100644 (file)
          GENLIST_PART_FLIP
       }
       GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4";
-         target: "elm.icon.1";)
+         target: "elm.icon.1"; target: "elm.bubble"; )
    }
 
 // 2.2.2.38 textblock
          GENLIST_PART_FLIP
       }
       GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4";
-         target: "elm.icon.1";)
+         target: "elm.icon.1"; target: "elm.bubble"; )
    }
 
 // 2.2.2.39
             "elm.padding.right", "elm.text.1", "elm.padding.bottom")
          GENLIST_PART_FLIP
       }
-      GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; )
+      GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4";
+         target: "elm.bubble"; )
 
    }
 
          GENLIST_PART_FLIP
       }
       GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4";
-         target: "elm.swallow.colorbar"; target: "elm.icon.1";)
+         target: "elm.swallow.colorbar"; target: "elm.icon.1"; target: "elm.bubble"; )
    }
 
 // 2.2.2.45