[*][Genlist] Support bold style for textblocks in genlist.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 30 Sep 2011 06:27:30 +0000 (15:27 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 30 Sep 2011 06:27:30 +0000 (15:27 +0900)
themes/groups/genlist/genlist_styles.edc

index 57f6760..ffead86 100644 (file)
         style { name: "genlist_default_textblock_style";
           base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_28_INC" color="GENLIST_PART_MULTILINE_TEXT_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
           tag:  "match" GENLIST_PART_MATCH_TAG_COLOR_INC;
+          tag:  "b" "+ font=SLP:style=Bold";
         }
         style { name: "genlist_default_textblock_selected_style";
           base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_28_INC" color="GENLIST_PART_MULTILINE_TEXT_STYLE_SELECTED_COLOR_INC" text_class=list_item ellipsis=1.0";
           tag:  "match" GENLIST_PART_MATCH_TAG_COLOR_INC;
+          tag:  "b" "+ font=SLP:style=Bold";
         }
       }
       parts {
         style { name: "genlist_sub_textblock_style";
           base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_20_INC" color="GENLIST_PART_MULTILINE_SUB_TEXT_STYLE_COLOR_INC" text_class=list_item ellipsis=1.0";
           tag:  "match" GENLIST_PART_MATCH_TAG_COLOR_INC;
+          tag:  "b" "+ font=SLP:style=Bold";
         }
         style { name: "genlist_sub_textblock_selected_style";
           base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_20_INC" color="GENLIST_PART_MULTILINE_TEXT_STYLE_SELECTED_COLOR_INC" text_class=list_item ellipsis=1.0";
           tag:  "match" GENLIST_PART_MATCH_TAG_COLOR_INC;
+          tag:  "b" "+ font=SLP:style=Bold";
         }
       }
       parts {
           tag:  "br" "\n";
           tag:  "ps" "ps";
           tag:  "tab" "\t";
+          tag:  "b" "+ font=SLP:style=Bold";
         }
       }
       parts {
           tag:  "br" "\n";
           tag:  "ps" "ps";
           tag:  "tab" "\t";
+          tag:  "b" "+ font=SLP:style=Bold";
         }
         style { name: "genlist_textblock_sub_selected_style";
           base: "font=SLP:style=Regular font_size=22 color="GENLIST_PART_MULTILINE_TITLE_STYLE_SELECTED_COLOR_INC" wrap=char text_class=list_item";
           tag:  "br" "\n";
           tag:  "ps" "ps";
           tag:  "tab" "\t";
+          tag:  "b" "+ font=SLP:style=Bold";
         }
       }
       parts {
           tag:  "br" "\n";
           tag:  "ps" "ps";
           tag:  "tab" "\t";
+          tag:  "b" "+ font=SLP:style=Bold";
         }
         style { name: "genlist_textblock_selected_style";
           base: "font=SLP:style=Roman font_size=26 color="GENLIST_PART_MULTILINE_TEXT_STYLE_SELECTED_COLOR_INC" wrap=char text_class=list_item";
           tag:  "br" "\n";
           tag:  "ps" "ps";
           tag:  "tab" "\t";
+          tag:  "b" "+ font=SLP:style=Bold";
         }
       }
       parts {