[naviframe] Change font type from medium to bold
authorjae_hyun.cho <jae_hyun.cho@samsung.com>
Thu, 18 Apr 2013 14:25:28 +0000 (23:25 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 10:30:32 +0000 (19:30 +0900)
Change-Id: I05aa2c07ed12fdf840d7b40ffc9f36632bb5f3ec

themes/widgets/label.edc
themes/widgets/naviframe.edc

index 43b681f..8876c9e 100644 (file)
@@ -29,7 +29,7 @@
             tag:  "tab" "\t";
          }
          style { name: "naviframe_title_style";
-            base: "font=Tizen:style=Medium font_size="NAVIFRAME_TITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
+            base: "font=Tizen:style=Bold font_size="NAVIFRAME_TITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
             tag:  "br" "\n";
             tag:  "ps" "ps";
             tag:  "hilight" "+ font=Tizen:style=Bold";
@@ -37,7 +37,7 @@
             tag:  "tab" "\t";
          }
          style { name: "naviframe_maintitle_style";
-            base: "font=Tizen:style=Medium font_size="NAVIFRAME_TITLE_SMALL_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
+            base: "font=Tizen:style=Bold font_size="NAVIFRAME_TITLE_SMALL_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
             tag:  "br" "\n";
             tag:  "ps" "ps";
             tag:  "hilight" "+ font=Tizen:style=Bold";
@@ -45,7 +45,7 @@
             tag:  "tab" "\t";
          }
          style { name: "naviframe_subtitle_style";
-            base: "font=Tizen:style=Medium font_size="NAVIFRAME_SUBTITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
+            base: "font=Tizen:style=Bold font_size="NAVIFRAME_SUBTITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
             tag:  "br" "\n";
             tag:  "ps" "ps";
             tag:  "hilight" "+ font=Tizen:style=Bold";
@@ -53,7 +53,7 @@
             tag:  "tab" "\t";
          }
          style { name: "naviframe_landscape_title_style";
-            base: "font=Tizen:style=Medium font_size="NAVIFRAME_LANDSCAPE_TITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
+            base: "font=Tizen:style=Bold font_size="NAVIFRAME_LANDSCAPE_TITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
             tag:  "br" "\n";
             tag:  "ps" "ps";
             tag:  "hilight" "+ font=Tizen:style=Bold";
@@ -61,7 +61,7 @@
             tag:  "tab" "\t";
          }
          style { name: "naviframe_landscape_maintitle_style";
-            base: "font=Tizen:style=Medium font_size="NAVIFRAME_LANDSCAPE_TITLE_SMALL_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
+            base: "font=Tizen:style=Bold font_size="NAVIFRAME_LANDSCAPE_TITLE_SMALL_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
             tag:  "br" "\n";
             tag:  "ps" "ps";
             tag:  "hilight" "+ font=Tizen:style=Bold";
@@ -69,7 +69,7 @@
             tag:  "tab" "\t";
          }
          style { name: "naviframe_landscape_subtitle_style";
-            base: "font=Tizen:style=Medium font_size="NAVIFRAME_LANDSCAPE_SUBTITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
+            base: "font=Tizen:style=Bold font_size="NAVIFRAME_LANDSCAPE_SUBTITLE_FONT_SIZE_INC" color="NAVIFRAME_TITLE_STYLE_COLOR_INC" text_class=tizen";
             tag:  "br" "\n";
             tag:  "ps" "ps";
             tag:  "hilight" "+ font=Tizen:style=Bold";
index f71c3d5..5d066ae 100644 (file)
             scale: 1;
             clip_to: "title_clip";
             description { state: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_TITLE_FONT_SIZE_INC;
                   size_range: NAVIFRAME_TITLE_FONT_MIN_SIZE_INC NAVIFRAME_TITLE_FONT_SIZE_INC;
                   fit: 1 0;
             }
             description { state: "subtitle_is_set" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_TITLE_SMALL_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             }
             description { state: "default_landscape" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_LANDSCAPE_TITLE_FONT_SIZE_INC;
                   size_range: NAVIFRAME_TITLE_FONT_MIN_SIZE_INC NAVIFRAME_LANDSCAPE_TITLE_FONT_SIZE_INC;
                   fit: 1 0;
             }
             description { state: "subtitle_is_set_landscape" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_LANDSCAPE_TITLE_SMALL_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             scale: 1;
             clip_to: "title_clip";
             description { state: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_SUBTITLE_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             }
             description { state: "landscape" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_LANDSCAPE_SUBTITLE_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             clip_to: "title_clip";
             description { state: "default" 0.0;
                visible: 1;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_TITLE_TAB_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             }
             description { state: "landscape" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_LANDSCAPE_TITLE_TAB_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             scale: 1;
             clip_to: "title_clip";
             description { state: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_DUAL_TITLE_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             }
             description { state: "default_landscape" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_LANDSCAPE_TITLE_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             scale: 1;
             clip_to: "title_clip";
             description { state: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_DUAL_TITLE_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;
             }
             description { state: "default_landscape" 0.0;
                inherit: "default" 0.0;
-               text { font: "Tizen:style=Medium";
+               text { font: "Tizen:style=Bold";
                   size: NAVIFRAME_LANDSCAPE_TITLE_FONT_SIZE_INC;
                   min: 0 0;
                   max: 1 0;