bg - added bg styles.
authorChunEon Park <chuneon.park@samsung.com>
Wed, 20 Jul 2011 12:54:42 +0000 (21:54 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Thu, 21 Jul 2011 00:26:08 +0000 (09:26 +0900)
themes/groups/bg.edc [new file with mode: 0644]
themes/inc/nbeat-black-inc.edc
themes/inc/nbeat-inc.edc
themes/nbeat.edc

diff --git a/themes/groups/bg.edc b/themes/groups/bg.edc
new file mode 100644 (file)
index 0000000..0fc0b8b
--- /dev/null
@@ -0,0 +1,131 @@
+/*
+ *  nbeat-theme
+ *
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, IlKook Yun <ilkook.yun@samsung.com>, CinWoo Kim <cinoo.kim@samsung.com> JiYeon Park <jy0703.park@samsung.com>
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the
+ * Free Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation, Inc., 51
+ * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+///////////////////////////////////////////////////////////////////////////////
+   group { name: "elm/bg/base/default";
+      parts {
+         part { name: "base";
+            type: RECT;
+            mouse_events:  0;
+            description { state: "default" 0.0;
+               color: BG_DEFAULT_COLOR_INC;
+            }
+         }
+         part { name: "elm.swallow.rectangle";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.background";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.content";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+      }
+   }
+///////////////////////////////////////////////////////////////////////////////
+   group { name: "elm/bg/base/group_list";
+      parts {
+         part { name: "base";
+            type: RECT;
+            mouse_events:  0;
+            description { state: "default" 0.0;
+               color: BG_GROUP_LIST_COLOR_INC;
+            }
+         }
+         part { name: "elm.swallow.rectangle";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.background";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.content";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+      }
+   }
+///////////////////////////////////////////////////////////////////////////////
+   group { name: "elm/bg/base/edit_mode";
+      parts {
+         part { name: "base";
+            type: RECT;
+            mouse_events:  0;
+            description { state: "default" 0.0;
+               color: BG_EDIT_MODE_COLOR_INC;
+            }
+         }
+         part { name: "elm.swallow.rectangle";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.background";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.content";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+      }
+   }
+///////////////////////////////////////////////////////////////////////////////
+   group { name: "elm/bg/base/transparent";
+      parts {
+         part { name: "base";
+            type: RECT;
+            mouse_events:  0;
+            description { state: "default" 0.0;
+               color: BG_TRANSPARENT_COLOR_INC;
+            }
+         }
+         part { name: "elm.swallow.rectangle";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.background";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.content";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+            }
+         }
+      }
+   }
index fa7ba69..0159f39 100755 (executable)
  *
  */
 
+#define BG_DEFAULT_COLOR_INC 0 0 0 255
+#define BG_EDIT_MODE_COLOR_INC 36 36 36 255
+#define BG_GROUP_LIST_COLOR_INC 15 15 15 255
+#define BG_TRANSPARENT_COLOR_INC 0 0 0 0
+
 #define LAYOUT_BG_COLOR_INC 0 0 0 255
 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 36 36 36 255
 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 15 15 15 255
index 89dad23..4c7a404 100755 (executable)
  *
  */
 
+#define BG_DEFAULT_COLOR_INC 249 249 249 255
+#define BG_EDIT_MODE_COLOR_INC 218 210 201 255
+#define BG_GROUP_LIST_COLOR_INC 242 238 233 255
+#define BG_TRANSPARENT_COLOR_INC 0 0 0 0
+
 #define LAYOUT_BG_COLOR_INC 249 249 249 255
 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 218 210 201 255
 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 242 238 233 255
index d4aa51e..3c8e679 100644 (file)
@@ -48,6 +48,7 @@ collections {
 #include "groups/actionslider.edc"
 #include "groups/animatedicon.edc"
 #include "groups/badge.edc"
+#include "groups/bg.edc"
 #include "groups/bubble.edc"
 #include "groups/button.edc"
 #include "groups/calendar.edc"
@@ -127,52 +128,6 @@ haptics{
 */
 
 ///////////////////////////////////////////////////////////////////////////////
-   group { name: "elm/bg/base/default";
-      parts {
-         part { name: "base";
-           mouse_events:  0;
-           type: RECT;
-           description { state: "default" 0.0;
-              color: 0 0 0 255;
-           }
-        }
-        part { name: "elm.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-           }
-        }
-      }
-   }
-
-   group { name: "elm/bg/base/dialogue_field";
-       images {
-        image: "01_dialog_field_background.png" COMP;
-      }
-      parts {
-         part { name: "base";
-           mouse_events:  0;
-           type: RECT;
-           description { state: "default" 0.0;
-               color: 0 0 0 255;
-           }
-        }
-        part { name: "elm.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-           }
-        }
-         part { name: "image";
-           mouse_events:  0;
-           type: IMAGE;
-           description { state: "default" 0.0;
-               image.normal: "01_dialog_field_background.png";
-               image.border: 5 5 5 5;
-           }
-        }
-      }
-   }
-
-///////////////////////////////////////////////////////////////////////////////
    group { name: "elm/hover/base/default";
       images {
         image: "shad_circ.png" COMP;