Merge "packaging: spec cleanup" into tizen
[apps/core/preloaded/settings.git] / resource / setting-theme.edc
index 6bbe04a..8d158a8 100755 (executable)
@@ -1,22 +1,18 @@
 /*
  * setting
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
- *
- * Contact: MyoungJune Park <mj2004.park@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "../setting-common/include/setting-common-data-edj-define.h"
@@ -32,7 +28,7 @@ collections
                style
                {
                        name: "textblock_style";
-                       base: "font=HelveN_Asia font_size=30 align=center color=#ffffff wrap=char";
+                       base: "font=HelveN_Asia font_size=30 align=left color=#ffffff wrap=char";
                        tag:  "br" "\n";
                        tag:  "hilight" "+ font=HelveN_Asia:style=Bold";
                        tag:  "b" "+ font=HelveN_Asia:style=Bold";
@@ -609,182 +605,134 @@ collections
              }
           }
        }
-       group {
-               name: "personal_vib_layout";
-
-               parts {
-                       /* background */
-                       part {
-                               name: "bg";
-                               type: RECT;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       rel1 { relative: 0.0 0.0; offset: 0 0;}
-                                       rel2 { relative: 1.0 1.0; offset: 0 0;}
-                                       color: 0 0 0 255;
-                               }
-                       }
-
-                       part {
-                               name: "bg_icon";
-                               type: SWALLOW;
-                               mouse_events: 1;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       fixed: 1 1;
-                                       align: 0.5 0.5;
-                                       rel1 { relative: 0 132/PERSONAL_VIBRATION_LAYOUT_H; offset: 0 0; to: "bg"; }
-                                       rel2 { relative: 1.0 764/PERSONAL_VIBRATION_LAYOUT_H; offset: 0 0; to: "bg"; }
-                               }
-                       }
-
-                       part {
-                               name: "time_pass";
-                               type: SWALLOW;
-                               scale: 1;
-                               mouse_events: 1;
-                               description {
-                                       state: "default" 0;
-                                       visible: 1;
-                                       rel1 {
-                                               relative: 0.0 0.0; to: "bg_icon";
-                                       }
-                                       rel2 {
-                                               relative: 1.0 1.0; to: "bg_icon";
-                                       }
-                               }
-                               description {
-                                       state: "hide" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 0;
-                               }
-                       }
-
-                       part {
-                               name: "recording_icon";
-                               type: SWALLOW;
-                               mouse_events: 1;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       fixed: 1 1;
-                                       align: 0.5 0.5;
-                                       visible: 0;
-                                       rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg_icon"; }
-                                       rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg_icon"; }
-                               }
-                               description {
-                                       state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-
-               } // end of parts
-
-               programs {
-                       program {
-                               name : "show_recording_icon";
-                               signal : "SHOW_RECORDING_ICON";
-                               source : "personal_vib";
-                               action : STATE_SET "show" 0.0;
-                               target : "recording_icon";
-                       }
-                       program {
-                               name : "hide_recording_icon";
-                               signal : "HIDE_RECORDING_ICON";
-                               source : "personal_vib";
-                               action : STATE_SET "default" 0.0;
-                               target : "recording_icon";
-                       }
-                       program {
-                               name : "show_time_pass";
-                               signal : "SHOW_TIME_PASS";
-                               source : "personal_vib";
-                               action : STATE_SET "default" 0.0;
-                               target : "time_pass";
-                       }
-                       program {
-                               name : "hide_time_pass";
-                               signal : "HIDE_TIME_PASS";
-                               source : "personal_vib";
-                               action : STATE_SET "hide" 0.0;
-                               target : "time_pass";
-                       }
-               } //end of programs
-       }
-
-       group {
-               name: "traf-control";
-
-               parts {
-                       part {
-                               name: "background";
-                               type: RECT;
-                               mouse_events: 0;
-
-                               description {
-                                       state: "default" 0.0;
-                                       color: 123 168 234 255;
-
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                               offset: -1 -1;
-                                       }
-                               }
-                       }
-
-                       part {
-                               name: "app-stat";
-                               type: RECT;
-                               mouse_events: 0;
-
-                               description {
-                                       state: "default" 0.0;
-
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                               offset: -1 -1;
-                                       }
-                               }
-                       }
 
-                       part {
-                               name: "traf-stat";
-                               type: SWALLOW;
-                               mouse_events: 0;
-
-                               description {
-                                       state: "default" 0.0;
-                                       min: 0 320;
-                                       rel1 {
-                                               to: "app-stat";
-                                               relative: 0.0 0.0;
-                                               offset: 5 5;
-                                       }
-                                       rel2 {
-                                               to: "app-stat";
-                                               relative: 1.0 1.0;
-                                               offset: -6 -6;
-                                       }
-                               }
-                       }
-               }
+       group { name: "popup_checkview_image";
+          parts {
+             part { name: "pad_t";
+                scale: 1;
+                mouse_events: 0;
+                repeat_events: 1;
+                description { state: "default" 0.0;
+                   align: 0.5 0.0;
+                   min: 0 2;
+                   fixed: 0 1;
+                   rel1 {
+                      relative: 1.0 0.0;to_x: "pad_l";
+                   }
+                   rel2 {
+                      relative: 0.0 0.0;to_x: "pad_r";
+                   }
+                }
+             }
+             part { name: "pad_l";
+                scale: 1;
+                description { state: "default" 0.0;
+                   min : 2 0;
+                   fixed: 1 0;
+                   rel1 {
+                      relative: 0.0 0.0;
+                   }
+                   rel2 {
+                      relative: 0.0 1.0;
+                   }
+                   align: 0.0 0.0;
+                }
+             }
+             part { name: "pad_r";
+                scale: 1;
+                description { state: "default" 0.0;
+                   min : 2 0;
+                   fixed: 1 0;
+                   rel1 {
+                      relative: 1.0 0.0;
+                   }
+                   rel2 {
+                      relative: 1.0 1.0;
+                   }
+                   align: 1.0 0.0;
+                }
+             }
+             part { name:"elm.swallow.content";
+                type: SWALLOW;
+                scale : 1;
+                mouse_events: 1;
+                repeat_events: 1;
+                description { state: "default" 0.0;
+                   min: 0 350;
+                   align: 0.5 1.0;
+                   fixed: 1 0;
+                   rel1 {
+                      relative: 0.0 1.0;
+                      to: "pad_t";
+                   }
+                   rel2 {
+                      relative: 1.0 0.0;
+                      to: "pad_b";
+                   }
+                }
+             }
+             part { name: "pad_b";
+                scale : 1;
+                mouse_events: 0;
+                type: RECT;
+                description { state: "default" 0.0;
+                   align: 0.5 1.0;
+                   min: 0 40;
+                   visible: 0;
+                   fixed: 0 1;
+                   rel1 {
+                      relative: 1.0 1.0;to_x: "pad_l";
+                   }
+                   rel2 {
+                      relative: 0.0 1.0;to_x: "pad_r";
+                   }
+                }
+             }
+             part { name: "elm.swallow.end";
+                type: SWALLOW;
+                scale : 1;
+                mouse_events: 1;
+                repeat_events: 1;
+                description { state: "default" 0.0;
+                   align: 0.0 0.5;
+                   min: 42 42;
+                   max: 42 42;
+                   fixed: 1 1;
+                   rel1 {
+                      relative: 0.0 0.0;
+                      to: "pad_b";
+                   }
+                   rel2 {
+                      relative: 0.0 1.0;
+                      to: "pad_b";
+                   }
+                }
+             }
+             part { name: "elm.text";
+                type: TEXT;
+                scale : 1;
+                description { state: "default" 0.0;
+                   text {
+                      font: "SLP:style=Medium";
+                      size: 38;
+                      min: 0 0;
+                      align: 0.0 0.5;
+                   }
+                   color: 0 0 0 255;
+                   align: 0.0 0.5;
+                   rel1 {
+                      relative: 1.0 0.0;
+                      to_x:"elm.swallow.end"; to_y: "pad_b";
+                   }
+                   rel2 {
+                      relative: 1.0 1.0;
+                      to: "pad_b";
+                   }
+                }
+             }
+          }
        }
 
-
        group {
                name: "screen_mode";
 
@@ -871,7 +819,127 @@ collections
                                        }
                                }
                        }
+               }
+       }
+    group {
+               name: "custom_popup";
+                 parts{
+                       part {
+                               name: "left_padding";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       fixed: 1 0;
+                                       visible: 0;
+                                       align: 0.0 0.5;
+                                       min: 32 0;
+                                       rel1 {
+                                               relative: 0.0 0.0;
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                       }
+                               }
+                       }
+                       part{
+                               name:"content";
+                               type: SWALLOW;
+                               scale : 1;
+                               description {
+                                       state: "default" 0.0;
+                                       min: 1 1;
+                                       align: 0.0 0.5;
+                                       fixed: 1 0;
+                                       rel1 {
+                                               relative: 1.0 0.0;
+                                               to_x: "left_padding";
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                               to_x: "right_padding";
+                                       }
+                               }
+                       }
+                       part{
+                               name:"content2";
+                               type: SWALLOW;
+                               scale : 1;
+                               description {
+                                       state: "default" 0.0;
+                                       min: 1 1;
+                                       align: 0.0 0.0;
+                                       fixed: 1 0;
+                                       rel1 {
+                                               relative: 1.0 1.0;
+                                               to_x: "left_padding";
+                                               to_y: "content";
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                               to_x: "right_padding";
+                                               to_y: "content";
+                                       }
+                               }
+                       }
+                       part {
+                               name: "right_padding";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       fixed: 1 0;
+                                       visible: 0;
+                                       align: 1.0 0.5;
+                                       min: 32 0;
+                                       rel1 {
+                                               relative: 1.0 0.0;
+                                       }
+                                       rel2 {
+                                               relative: 1.0 1.0;
+                                       }
+                               }
+                       }
+               }
+       }
 
+       group {
+               name: "silder_text_layout";
+               parts {
+                       part {
+                               name: "padding1";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       min: 0 1;
+                                       fixed: 0 1;
+                                       align: 0.5 0.0;
+                                       rel1 { relative: 0 0; }
+                                       rel2 { relative: 1 0; }
+                                       color: 0 0 0 0;
+                               }
+                       }
+                       part {
+                               name: "text1";
+                               type: TEXT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       min: 0 60;
+                                       fixed: 0 1;
+                                       align: 0.5 0.0;
+                                       rel1 { relative: 0 1; to: padding1; }
+                                       rel2 { relative: 1 1; to: padding1; }
+                                       color: 0 0 0 255;
+                                       text {
+                                               font: "SLP:style=Roman";
+                                               size: 36;
+                                               min:  1 0;
+                                               align: 0.0 0.5;
+                                       }
+                               }
+                       }
                }
        }
 }