[multibuttonentry] font and text class are changed from slp to tizen
authorBora Hwang <bora1.hwang@samsung.com>
Wed, 27 Mar 2013 08:16:24 +0000 (17:16 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 28 Mar 2013 04:50:16 +0000 (13:50 +0900)
themes/widgets/multibuttonentry.edc

index 9bb4ff8..5a3821d 100644 (file)
@@ -119,11 +119,11 @@ group {
    styles {
       style {
          name: "multibuttonentry_guide_style";
-         base: "font=SLP:style=Regular font_size="MULTIBUTTONENTRY_GUIDE_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_GUIDE_TEXT_COLOR_INC" wrap=char text_class=slp";
+         base: "font=Tizen:style=Regular font_size="MULTIBUTTONENTRY_GUIDE_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_GUIDE_TEXT_COLOR_INC" wrap=char text_class=tizen";
          tag:  "br" "\n";
          tag:  "ps" "ps";
-         tag:  "hilight" "+ font=SLP:style=Bold";
-         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "hilight" "+ font=Tizen:style=Bold";
+         tag:  "b" "+ font=Tizen:style=Bold";
          tag:  "tab" "\t";
       }
    }
@@ -211,10 +211,10 @@ group {
             state: "default" 0.0;
             color: MULTIBUTTONENTRY_BUTTON_TEXT_COLOR_INC;
             text {
-               font: "SLP:style=Regular";
+               font: "Tizen:style=Regular";
                size: MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC;
                min: 1 0;
-               text_class: "slp";
+               text_class: "tizen";
             }
             rel1 {
                relative: 1.0 0.0;
@@ -305,10 +305,10 @@ group {
             min: 0 MULTIBUTTONENTRY_LABEL_HEIGHT_INC;
             color: MULTIBUTTONENTRY_NUMBER_TEXT_COLOR_INC;
             text {
-               font: "SLP:style=Regular";
+               font: "Tizen:style=Regular";
                size: MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC;
                min: 1 0;
-               text_class: "slp";
+               text_class: "tizen";
             }
             rel1 {
                relative: 1.0 0.0;
@@ -356,11 +356,11 @@ group {
    styles {
       style {
          name: "multibuttonentry_label_style";
-         base: "font=SLP:style=Regular font_size="MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC" wrap=char text_class=slp";
+         base: "font=Tizen:style=Regular font_size="MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC" color="MULTIBUTTONENTRY_LABEL_TEXT_COLOR_INC" wrap=char text_class=tizen";
          tag:  "br" "\n";
          tag:  "ps" "ps";
-         tag:  "hilight" "+ font=SLP:style=Bold";
-         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "hilight" "+ font=Tizen:style=Bold";
+         tag:  "b" "+ font=Tizen:style=Bold";
          tag:  "tab" "\t";
       }
    }