APPLY_RSA
[apps/home/ug-memo-efl.git] / edc / common.edc
index 90ae8a9..df85937 100644 (file)
@@ -1,18 +1,20 @@
 /*
-  * Copyright 2012  Samsung Electronics Co., Ltd
-  * 
-  * Licensed under the Flora License, Version 1.0 (the "License");
-  * you may not use this file except in compliance with the License.
-  * You may obtain a copy of the License at
-  * 
-  *     http://www.tizenopensource.org/license
-  * 
-  * Unless required by applicable law or agreed to in writing, software
-  * distributed under the License is distributed on an "AS IS" BASIS,
-  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
+*
+* Copyright 2012  Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.tizenopensource.org/license
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
 
 #define GENLIST_PART_BOTTOM_LINE \
 part { \
@@ -23,7 +25,7 @@ part { \
         min: 0 1; \
         fixed: 0 1; \
         visible: 1; \
-        color: 87 87 87 255; \
+        color: 169 169 169 255; \
         rel1 { \
             relative: 0.0 1.0; \
             offset: 0 -1; \
@@ -36,39 +38,39 @@ styles
     style
     {
         name: "textblock_style_main";
-        base: "font=Helvetica_Neue:style=Roman font_size=42 align=left color=#F9F9F9 wrap=char";
+        base: "font=SLP:style=Roman text_class=slp_roman font_size=42 align=left color=#F9F9F9 wrap=char";
     }
 }
 
 #define PART_TEXT_BLACK_LEFT(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize)\
+                            iText, iFont, iCLass, iSize)\
 PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize, 0.0, 0.5, 0, 0, 0, 255)
+                            iText, iFont, iClass, iSize, 0.0, 0.5, 0, 0, 0, 255)
 
 #define PART_TEXT_GRAY_RIGHT(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize)\
+                            iText, iFont, iClass, iSize)\
 PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize, 1.0, 0.5, 85, 70, 58, 255)
+                            iText, iFont, iClass, iSize, 1.0, 0.5, 85, 70, 58, 255)
 
 #define PART_TEXT_WHITE_LEFT(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize)\
+                            iText, iFont, iClass, iSize)\
 PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize, 0.0, 0.5, 255, 255, 255, 255)
+                            iText, iFont, iClass, iSize, 0.0, 0.5, 255, 255, 255, 255)
 
 #define PART_TEXT_GRAY_CENTER(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize)\
+                            iText, iFont, iClass, iSize)\
 PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize, 0.5, 0.5, 85, 70, 58, 255)
+                            iText, iFont, iClass, iSize, 0.5, 0.5, 85, 70, 58, 255)
 
 #define PART_TEXT_DETAIL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize)\
+                            iText, iFont, iClass, iSize)\
 PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize, 0.0, 0.5, 249, 249, 249, 255)
+                            iText, iFont, iClass, iSize, 0.0, 0.5, 0, 0, 0, 255)
 
 #define PART_TEXT_DATE(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize)\
+                            iText, iFont, iClass, iSize)\
 PART_TEXT_REL(iName, iR1x, iR1y, iR1t, iR2x, iR2y, iR2t, \
-                            iText, iFont, iSize, 0.0, 0.5, 100, 100, 100, 255)
+                            iText, iFont, iClass, iSize, 0.0, 0.5, 124, 124, 124, 255)
 
 group{
     name: "empty_layout";