APPLY_RSA
[apps/home/ug-memo-efl.git] / edc / gl_edit_list.edc
index 464d943..b056cdb 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 EDIT_GL_STYLE(iStyle, iX2TextBlock) \
 group { name: "elm/genlist/item/memo/edit/"iStyle"/default"; \
@@ -47,7 +49,7 @@ group { name: "elm/genlist/item/memo/edit/"iStyle"/default"; \
                 } \
             } \
         } \
-        PART_TEXT_DATE("elm.text.date", (16+96+16)/720, (128-16-32)/128, "bg", (720-16)/720, (128-16)/128, "bg", "", "Helvetica Neue:style=Medium", 32) \
+        PART_TEXT_DATE("elm.text.date", (16+96+16)/720, (128-16-32)/128, "bg", (720-16)/720, (128-16)/128, "bg", "", "SLP:style=Medium", "slp_medium", 32) \
         PART_SWALLOW_REL("elm.swallow.doodle", (720-16-96)/720, 16/128, "bg", (720-16)/720, (128-16)/128, "bg") \
         GENLIST_PART_BOTTOM_LINE \
         PART_EVENT_RECT("event", "bg") \
@@ -59,7 +61,7 @@ group { name: "elm/genlist/item/memo/edit/"iStyle"/default"; \
             source: "";\
             script {\
                 SCRIPT_CUSTOM_PART(bg);\
-                SCRIPT_SET_COLOR(bg, 0, 0, 0, 255);\
+                SCRIPT_SET_COLOR(bg, 249, 249, 249, 255);\
             }\
         } /* end program */\
         program \
@@ -68,7 +70,7 @@ group { name: "elm/genlist/item/memo/edit/"iStyle"/default"; \
             signal:  "elm,state,selected"; \
             source:  "elm"; \
             script {\
-                SCRIPT_SET_COLOR(bg, 50, 50, 50, 255);\
+                SCRIPT_SET_COLOR(bg, 42, 137, 194, 255);\
             }\
             transition: LINEAR 0.1; \
         } \
@@ -78,7 +80,7 @@ group { name: "elm/genlist/item/memo/edit/"iStyle"/default"; \
             signal:  "elm,state,unselected"; \
             source:  "elm"; \
             script {\
-                SCRIPT_SET_COLOR(bg, 0, 0, 0, 255);\
+                SCRIPT_SET_COLOR(bg, 249, 249, 249, 255);\
             }\
             transition: LINEAR 0.1; \
         }\