tizen_2.0_build
[profile/ivi/indicator-win.git] / data / resource / indicator_icon_theme.edc
index df60c4c..2f79e24 100755 (executable)
@@ -1,73 +1,73 @@
-/*
- * 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.
- */
-#include "indicator_gui.h"
-#include "indicator_common.edc"
-
-collections {
-       group {
-               name: "elm/indicator/icon/base";
-               parts {
-                       part {
-                               name: "background";
-                               mouse_events: 0;
-                               description {
-                                       state: "default" 0.0;
-                                       color : 255 255 255 204;
-                                       visible : 1;
-                               }
-                       }
-                       part {
-                               name: "padding.left";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       min: 0 0;
-                                       fixed: 1 0;
-                                       rel1.to: "background";
-                                       rel2 { relative: 0.0 1.0; to: "background"; }
-                                       align: 0.0 0.5;
-                                       visible: 0;
-                               }
-                       }
-
-                       PART_SWALLOW_SET( "elm.swallow.icon", "padding.left", "padding.right" )
-
-                       part {
-                               name: "padding.right";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       min: 0 0;
-                                       fixed: 1 0;
-                                       rel1 { relative: 1.0 0.0; to: "background"; }
-                                       align: 1.0 0.5;
-                                       visible: 0;
-                               }
-                       }
-
-               }
-               programs {
-                       PROGRAM_SET( "elm.swallow.icon", "elm.swallow.icon")
-               }
-       }
-}
-
-
+/*\r
+ * Copyright 2012  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *  http://www.tizenopensource.org/license\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
\r
+#include "indicator_gui.h"\r
+#include "indicator_common.edc"\r
+\r
+collections {\r
+       group {\r
+               name: "elm/indicator/icon/base";\r
+               parts {\r
+                       part {\r
+                               name: "background";\r
+                               mouse_events: 0;\r
+                               description {\r
+                                       state: "default" 0.0;\r
+                                       color : 255 255 255 204;\r
+                                       visible : 1;\r
+                               }\r
+                       }\r
+                       part {\r
+                               name: "padding.left";\r
+                               type: RECT;\r
+                               mouse_events: 0;\r
+                               scale: 1;\r
+                               description {\r
+                                       state: "default" 0.0;\r
+                                       min: 0 0;\r
+                                       fixed: 1 0;\r
+                                       rel1.to: "background";\r
+                                       rel2 { relative: 0.0 1.0; to: "background"; }\r
+                                       align: 0.0 0.5;\r
+                                       visible: 0;\r
+                               }\r
+                       }\r
+\r
+                       PART_SWALLOW_SET( "elm.swallow.icon", "padding.left", "padding.right" )\r
+\r
+                       part {\r
+                               name: "padding.right";\r
+                               type: RECT;\r
+                               mouse_events: 0;\r
+                               scale: 1;\r
+                               description {\r
+                                       state: "default" 0.0;\r
+                                       min: 0 0;\r
+                                       fixed: 1 0;\r
+                                       rel1 { relative: 1.0 0.0; to: "background"; }\r
+                                       align: 1.0 0.5;\r
+                                       visible: 0;\r
+                               }\r
+                       }\r
+\r
+               }\r
+               programs {\r
+                       PROGRAM_SET( "elm.swallow.icon", "elm.swallow.icon")\r
+               }\r
+       }\r
+}\r
+\r
+\r