tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / groups / thumbnail_view.edc
index 18af133..b4cad45 100644 (file)
@@ -1,19 +1,13 @@
 /*
- * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2010 Samsung Electronics, Inc.
+ * All rights reserved.
  *
- * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
- *
- * 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.
- *
-*/
+ * This software is a confidential and proprietary information
+ * of Samsung Electronics, Inc. ("Confidential Information").  You
+ * shall not disclose such Confidential Information and shall use
+ * it only in accordance with the terms of the license agreement
+ * you entered into with Samsung Electronics.
+ */
 group {
        name: "thumbnail_page";
        parts {
@@ -34,7 +28,7 @@ group {
                        scale: 1;
                        description {
                                state: "default" 0.0;
-                               min: 158 158;
+                               min: 160 160;
                                rel1 {relative: 0.0 0.0; to: "bg";}
                                rel2 {relative: 1.0 0.5; to: "bg";}
                                align: 0.5 0.5;
@@ -46,7 +40,7 @@ group {
                        scale: 1;
                        description {
                                state: "default" 0.0;
-                               min: 158 158;
+                               min: 160 160;
                                rel1 {relative: 0.0 0.5; to: "bg";}
                                rel2 {relative: 1.0 1.0; to: "bg";}
                                align: 0.5 0.5;
@@ -59,15 +53,49 @@ group {
        name: "thumbnail";
        parts {
                part {
-                       name: "thumb";
-                       type: SWALLOW;
+                       name: "thumb_bg";
+                       type: RECT;
                        scale: 1;
                        description {
                                state: "default" 0.0;
-                               max: 158 158;
-                               min: 158 158;
+                               max: 157 157;
+                               min: 157 157;
                                rel1.relative: 0.0 0.0;
                                rel2.relative: 1.0 1.0;
+                               color: 255 255 255 255;
+                       }
+                       description {
+                               state: "white" 0.0;
+                               max: 157 157;
+                               min: 157 157;
+                               rel1.relative: 0.0 0.0;
+                               rel2.relative: 1.0 1.0;
+                               color: 255 255 255 255;
+                       }
+               }
+               part {
+                       name: "thumb_inner_bg";
+                       type: RECT;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0;
+                               max: 155 155;
+                               min: 155 155;
+                               rel1.relative: 0.0 0.0;
+                               rel2.relative: 1.0 1.0;
+                               color: 0 0 0 255;
+                       }
+               }
+               part {
+                       name: "thumb";
+                       type: SWALLOW;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0;
+                               max: 155 155;
+                               min: 155 155;
+                               rel1 {relative: 0.0 0.0; to: "thumb_bg"; offset: 1 1;}
+                               rel2 {relative: 1.0 1.0; to: "thumb_bg"; offset: -1 -1;}
                        }
                }
                part {
@@ -100,10 +128,36 @@ group {
                                color: 0 0 0 76;
                        }
                }
+               part {
+                       name: "thumb_select";
+                       type: SWALLOW;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0;
+                               max: 157 157;
+                               min: 157 157;
+                               rel1.relative: 0.0 0.0;
+                               rel2.relative: 1.0 1.0;
+                       }
+               }
        }
 
        programs {
                program {
+                       name: "thumb_bg,default";
+                       signal: "thumb_bg,default";
+                       source: "thumb_bg";
+                       action: STATE_SET default"" 0.0;
+                       target: "thumb_bg";
+               }
+               program {
+                       name: "thumb_bg,white";
+                       signal: "thumb_bg,white";
+                       source: "thumb_bg";
+                       action: STATE_SET "white" 0.0;
+                       target: "thumb_bg";
+               }
+               program {
                        name: "thumbnail,opacity";
                        signal: "thumbnail,opacity";
                        source: "thumb_op";