summaryrefslogtreecommitdiff
path: root/res/resources/edje/popup-wallpaper-main-view.edc
diff options
context:
space:
mode:
Diffstat (limited to 'res/resources/edje/popup-wallpaper-main-view.edc')
-rwxr-xr-xres/resources/edje/popup-wallpaper-main-view.edc2283
1 files changed, 2283 insertions, 0 deletions
diff --git a/res/resources/edje/popup-wallpaper-main-view.edc b/res/resources/edje/popup-wallpaper-main-view.edc
new file mode 100755
index 0000000..50d2e4e
--- /dev/null
+++ b/res/resources/edje/popup-wallpaper-main-view.edc
@@ -0,0 +1,2283 @@
+/*
+ * popup-wallpaper-efl
+ *
+ * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>
+ *
+ * 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.
+ *
+ */
+
+#define LOCK_FONT_STYLE " color=#fefefeff style=tizen_shadow shadow_color=#000000cc "
+
+styles{
+ style {
+ name: "style_txt";
+ base: "font=Tizen:style=medium text_class=T0601 font_size=30 align=center color=#fafafaff wrap=mixed color_class=T0601";
+ tag: "br" "\n";
+ tag: "hilight" "+ color=#ffff";
+ tag: "b" "+ color=#ffff";
+ tag: "tab" "\t";
+ }
+ style {
+ name: "style_default_and_gallery";
+ base: "font=Tizen:style=Regular text_class=ATO025 font_size=24 align=center wrap=mixed color_class=ATO025"LOCK_FONT_STYLE;
+ tag: "br" "\n";
+ tag: "hilight" "+ color=#ffff";
+ tag: "b" "+ color=#ffff";
+ tag: "tab" "\t";
+ }
+ style {
+ name: "style_default_and_gallery_dim";
+ base: "font=Tizen:style=Regular text_class=ATO025D font_size=24 align=center wrap=mixed color_class=ATO025D"LOCK_FONT_STYLE;
+ tag: "br" "\n";
+ tag: "hilight" "+ color=#ffff";
+ tag: "b" "+ color=#ffff";
+ tag: "tab" "\t";
+ }
+}
+
+group{
+ name: "popup.wallpaper.main";
+ parts{
+ part{
+ name: "background";
+ type: RECT;
+ mouse_events: 1;
+ scale: 1;
+ description{
+ state: "default" 0.0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0;}
+ rel2 { relative: 1.0 1.0;}
+ color: 0 0 0 0;
+ }
+ }
+/* part{
+ name: "elm.swallow.genlist";
+ type: SWALLOW;
+ mouse_events: 1;
+ scale: 1;
+ description{
+ state: "default" 0.0;
+ rel1 {relative: 0.0 0.0; to: "background";}
+ //rel2 {relative: 1.0 0.4; to: "background";}
+ rel2 {relative: 1.0 1.0; to: "background";}
+ }
+ }*/
+ }
+ programs{
+ }
+}
+
+group{ name: "popup_checkview_image_2icons";
+ parts {
+ part{ name : "bg";
+ type: RECT;
+ description{
+ state: "default" 0.0;
+ color: 8 8 8 8;
+ }
+ }
+ part { name: "pad_t";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.0;
+ min: 0 0;
+ 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";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 0;
+ max: 0 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";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 0;
+ max: 0 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;
+ description { state: "default" 0.0;
+ fixed: 1 0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "pad_l";
+ to_y: "pad_t";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ to_x: "pad_r";
+ to_y: "pad_b";
+ }
+ }
+ }
+ part { name: "pad_b";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.5 1.0;
+ min: 0 270;
+ fixed: 0 1;
+ rel1 {
+ relative: 0.5 1.0;
+ }
+ rel2 {
+ relative: 0.5 1.0;
+ }
+ }
+ }
+ part { name: "elm.swallow.icon1";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ max: 108 108;
+ min: 108 108;
+ rel1 { relative: 0.21 0.096; offset: 0 0;}
+ rel2 { relative: 0.47 0.652; offset: 0 0;}
+ }
+ }
+ part { name: "elm.swallow.icon2";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ max: 108 108;
+ min: 108 108;
+ rel1 {
+ relative: 0.539 0.096;
+ }
+ rel2 {
+ relative: 0.781 0.652;
+ }
+ }
+ }
+#if 0
+ part{
+ name: "txt1";
+ type: TEXT;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ color: 250 250 250 255;
+ align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: 0.14 0.652; to: "bg";
+ }
+ rel2 {
+ relative: 0.52 0.778; to: "bg";
+ }
+ text{
+ style: style_txt_2icon;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ //align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt2";
+ type: TEXT;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ color: 250 250 250 255;
+ align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: 0.519 0.652; to: "bg";
+ }
+ rel2 {
+ relative: 0.821 0.778; to: "bg";
+ }
+ text{
+ style: style_txt_2icon;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+#endif
+ part{
+ name: "txt1";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ //align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: (85+67)/720 (26+150)/276; to: "bg";
+ }
+ rel2 {
+ relative: (85+67+190)/720 (26+150+74)/276; to: "bg";
+ }
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt2";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ //align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: (118+67+190+8)/720 (26+150)/276; to: "bg";
+ }
+ rel2 {
+ relative: (118+67+190+8+190)/720 (26+150+74)/276; to: "bg";
+ }
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+/* programs {
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon1","elm.swallow.icon1,clicked")
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon2","elm.swallow.icon2,clicked")
+ }*/
+ }
+ }
+
+group{ name: "popup_checkview_image_3icons";
+ parts {
+ part{ name : "bg";
+ type: RECT;
+ description{
+ state: "default" 0.0;
+ color: 8 8 8 8;
+ }
+ }
+ part { name: "pad_t";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.0;
+ min: 0 0;
+ 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";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 0;
+ max: 0 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";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 0;
+ max: 0 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;
+ description { state: "default" 0.0;
+ fixed: 1 0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "pad_l";
+ to_y: "pad_t";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ to_x: "pad_r";
+ to_y: "pad_b";
+ }
+ }
+ }
+ part { name: "pad_b";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.5 1.0;
+ min: 0 270;
+ fixed: 0 1;
+ rel1 {
+ relative: 0.5 1.0;
+ }
+ rel2 {
+ relative: 0.5 1.0;
+ }
+ }
+ }
+ part { name: "elm.swallow.icon1";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ max: 108 108;
+ min: 108 108;
+ rel1 { relative: 47/720 20/264; to: "bg";}
+ rel2 { relative: (47+190)/720 (20+150)/264; to: "bg";}
+ }
+ }
+ part { name: "elm.swallow.icon2";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ max: 108 108;
+ min: 108 108;
+ rel1 {
+ relative: (47+190+28)/720 20/264;
+ to : "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190)/720 (20+150)/264;
+ to : "bg";
+ }
+ }
+ }
+ part { name: "elm.swallow.icon3";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ max: 108 108;
+ min: 108 108;
+ rel1 {
+ relative: (47+190+28+190+28)/720 20/264;
+ to : "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190+28+190)/720 (20+150)/264;
+ to : "bg";
+ }
+ }
+ }
+
+ part{
+ name: "txt1";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ //align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: (47)/720 (20+150)/264; to: "bg";
+ }
+ rel2 {
+ relative: (47+190)/720 (20+150+74)/264; to: "bg";
+ }
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt2";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ //align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: (47+190+28)/720 (20+150)/264; to: "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190)/720 (20+150+74)/264; to: "bg";
+ }
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt3";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ //align: 0.5 0.5;
+ //fixed: 1 1;
+ rel1 {
+ relative: (47+190+28+190+28)/720 (20+150)/264; to: "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190+28+190)/720 (20+150+74)/264; to: "bg";
+ }
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+/* programs {
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon1","elm.swallow.icon1,clicked")
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon2","elm.swallow.icon2,clicked")
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon3","elm.swallow.icon3,clicked")
+ }*/
+ }
+ }
+
+group { name: "popup_gengrid_custom_1line";
+ parts {
+ part { name: "elm.swallow.content";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 594 264; // (190 + (4*2))*3 (150+37+37) + 20 + 20
+ align: 0.5 0.5;
+ }
+ }
+ }
+}
+
+group { name: "popup_gengrid_custom_rotate_1line";
+ parts {
+ part { name: "elm.swallow.content";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 594 264; // (190 + (4*2))*4 (150+37+37) + 20 + 20
+ max: 594 264;
+ align: 0.5 0.5;
+ }
+ }
+ }
+}
+
+group { name: "popup_gengrid_custom_2line";
+ parts {
+ part { name: "elm.swallow.content";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 594 488; // (190 + (4*2))*3 (150+37+37)*2 + 20 + 20
+ align: 0.5 0.5;
+ }
+ }
+ }
+}
+
+group { name: "popup_gengrid_custom_rotate_2line";
+ parts {
+ part { name: "elm.swallow.content";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 594 488; // (190 + (4*2))*4 (150+37+37)*2 + 20 + 20
+ max: 594 488;
+ align: 0.5 0.5;
+ }
+ }
+ }
+}
+ #define T_HEIGHT 37*2
+ #define PAD_T 20
+ #define PAD_L 47
+
+ //#define HEIGHT 96+20+150+37*2+150+37*2+20
+ #define HEIGHT 578+4
+ #define WIDTH 720
+
+ group{ name: "popup_checkview_image_4icons";
+ parts {
+ part{ name : "bg";
+ type: RECT;
+ description{
+ state: "default" 0.0;
+ color: 8 8 8 8;
+ }
+ }
+ part { name: "pad_t";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.0;
+ min: 0 0;
+ 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";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 0;
+ max: 0 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";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 0;
+ max: 0 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;
+ description { state: "default" 0.0;
+ fixed: 1 0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "pad_l";
+ to_y: "pad_t";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ to_x: "pad_r";
+ to_y: "pad_b";
+ }
+ }
+ }
+ part { name: "pad_b";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ align: 0.5 1.0;
+ min: 0 450;
+ fixed: 0 1;
+ rel1 {
+ relative: 0.5 1.0;
+ }
+ rel2 {
+ relative: 0.5 1.0;
+ }
+ }
+ }
+ part { name: "elm.swallow.icon1";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ //max: 108 108;
+ //min: 108 108;
+ //rel1 { relative: 47/720 (20+20)/HEIGHT; to: "bg";}
+ //rel2 { relative: (47+190)/720 (20+20+150)/HEIGHT; to: "bg";}
+ rel1 { relative: (PAD_L)/WIDTH (20)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190)/WIDTH (20+150)/HEIGHT; to: "bg";}
+ }
+ }
+ part { name: "elm.swallow.icon2";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ /*max: 108 108;
+ min: 108 108;
+ rel1 {
+ relative: (47+190+28)/720 (20+20)/HEIGHT;
+ to : "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190)/720 (20+20+150)/HEIGHT;
+ to : "bg";
+ }*/
+ rel1 { relative: (PAD_L+190+28)/WIDTH (20)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190+28+190)/WIDTH (20+150)/HEIGHT; to: "bg";}
+ }
+ }
+ part { name: "elm.swallow.icon3";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ /*max: 108 108;
+ min: 108 108;
+ rel1 {
+ relative: (47+190+28+190+28)/720 (20+20)/HEIGHT;
+ to : "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190+28+190)/720 (20+20+150)/HEIGHT;
+ to : "bg";
+ }*/
+ rel1 { relative: (PAD_L+190+28+190+28)/WIDTH (20)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190+28+190+28+190)/WIDTH (20+150)/HEIGHT; to: "bg";}
+ }
+ }
+ part { name: "elm.swallow.icon4";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 1 1;
+ /*max: 108 108;
+ min: 108 108;
+ rel1 {
+ relative: 47/720 (20++20+20+10+5+150+74+20)/HEIGHT;
+ to : "bg";
+ }
+ rel2 {
+ relative: (47+190)/720 (20+20+20+10+5+150+74+20+150)/HEIGHT;
+ to : "bg";
+ }*/
+ rel1 { relative: (PAD_L)/WIDTH (20+150+T_HEIGHT)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190)/WIDTH (20+150+T_HEIGHT+150)/HEIGHT; to: "bg";}
+ }
+ }
+
+ part{
+ name: "txt1";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ align: 0.5 0.0;
+ //fixed: 1 1;
+ /*rel1 {
+ relative: (47)/720 (20+20+20+5+150)/HEIGHT; to: "bg";
+ }
+ rel2 {
+ relative: (47+190)/720 (20+20+10+20+5+150+84)/HEIGHT; to: "bg";
+ }*/
+ rel1 { relative: (PAD_L)/WIDTH (20+150)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190)/WIDTH (20+150+T_HEIGHT)/HEIGHT; to: "bg";}
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt2";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ align: 0.5 0.0;
+ //fixed: 1 1;
+ /*rel1 {
+ relative: (47+190+28)/720 (20+20+20+5+150)/HEIGHT; to: "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190)/720 (20+20+20+5+150+74)/HEIGHT; to: "bg";
+ }*/
+ rel1 { relative: (PAD_L+190+28)/WIDTH (20+150)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190+28+190)/WIDTH (20+150+T_HEIGHT)/HEIGHT; to: "bg";}
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt3";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ align: 0.5 0.0;
+ //fixed: 1 1;
+ /*rel1 {
+ relative: (47+190+28+190+28)/720 (20+20+20+5+150)/HEIGHT; to: "bg";
+ }
+ rel2 {
+ relative: (47+190+28+190+28+190)/720 (20+20+20+5+150+74)/HEIGHT; to: "bg";
+ }*/
+ rel1 { relative: (PAD_L+190+28+190+28)/WIDTH (20+150)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190+28+190+28+190)/WIDTH (20+150+T_HEIGHT)/HEIGHT; to: "bg";}
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+ part{
+ name: "txt4";
+ type: TEXTBLOCK;
+ scale: 1;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ //color: 250 250 250 255;
+ align: 0.5 0.0;
+ //fixed: 1 1;
+ /*rel1 {
+ relative: 47/720 (20+20+20+20+10+150+84+20+150)/HEIGHT; to: "bg";
+ }
+ rel2 {
+ relative: (47+190)/720 (20+20+20+20+10+150+84+20+150+74)/HEIGHT; to: "bg";
+ }*/
+ rel1 { relative: (PAD_L)/WIDTH (20+150+T_HEIGHT+150)/HEIGHT; to: "bg";}
+ rel2 { relative: (PAD_L+190)/WIDTH (20+150+T_HEIGHT+150+T_HEIGHT)/HEIGHT; to: "bg";}
+ text{
+ style: style_txt;
+ //font: "Tizen:style=Regular";
+ //text_class: "tizen";
+ //size: 30;
+ align: 0.5 0.0;
+ }
+ }
+ }
+/* programs {
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon1","elm.swallow.icon1,clicked")
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon2","elm.swallow.icon2,clicked")
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon3","elm.swallow.icon3,clicked")
+ PROGRAM_CLICKED_SIGNAL_EMIT_POPUP("elm.swallow.icon4","elm.swallow.icon4,clicked")
+ }*/
+ }
+ }
+
+#define LOCK_TEXT_STYLE "TIZEN_SHADOW"
+#define LOCK_TEXT_COLOR 255 255 255 255
+#define LOCK_TEXT_COLOR2 0 0 0 0
+#define LOCK_TEXT_COLOR3 0 0 0 178
+
+#define LOCK_TEXT_COLOR_DIM 230 230 230 230
+#define LOCK_TEXT_COLOR2_DIM 0 0 0 0
+#define LOCK_TEXT_COLOR3_DIM 0 0 0 178
+
+#define TAB_BAR_X_OFFSET 35
+#define TAB_BAR_Y_OFFSET 4
+
+group { name: "pagecontrol_layout";
+ images {
+ image: "Wallpapers_tab_bar.#.png" COMP;
+ image: "Wallpapers_tab_bar_ef.#.png" COMP;
+ }
+ parts {
+ part { name: "bg";
+ type: RECT;
+ scale: 1;
+ description { state: "default" 0.0;
+ color: 0 0 0 255;
+ }
+ }
+ part { name: "scroller";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1 {
+ relative: 0.0 0.0;
+ to: "bg";
+ }
+ rel2 {
+ relative: 1.0 1.0;
+ to: "bg";
+ }
+ align: 0.5 0.5;
+ }
+ }
+ part {
+ name: "cliper1";
+ type: RECT;
+ scale: 1;
+ mouse_events: 1;
+ repeat_events: 1;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: 15/480 0/720; to: "bg"; }
+ rel2 { relative: (15+225)/480 105/720; to: "bg";}
+ color: 0 0 0 0;
+ }
+ }
+ part {
+ name: "cliper2";
+ type: RECT;
+ scale: 1;
+ mouse_events: 1;
+ repeat_events: 1;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: (15+225)/480 0/720; to: "bg"; }
+ rel2 { relative: (480-15)/480 105/720; to: "bg";}
+ color: 0 0 0 0;
+ }
+ }
+ part { name: "page_lockscreen_icon";
+ mouse_events: 1;
+ repeat_events: 1;
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 40 40;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: (15+97)/480 16/720; to: "bg";}
+ rel2 { relative: (15+97+40)/480 (16+40)/720; to: "bg";}
+ align: 0.0 0.5;
+ }
+ }
+ part { name: "text_lock";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color : LOCK_TEXT_COLOR;
+ color2 : LOCK_TEXT_COLOR2;
+ color3 : LOCK_TEXT_COLOR3;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: (15+TAB_BAR_X_OFFSET)/480 (16+40)/720; to: "bg";}
+ rel2 { relative: (15+TAB_BAR_X_OFFSET+164)/480 (16+40+28)/720; to: "bg";}
+ text {
+ style: style_default_and_gallery;
+ min : 0 1;
+ max: 1 0;
+ align : 0.5 0.5;
+ }
+ }
+ }
+ part { name: "lock_bar_ef";
+ type: IMAGE;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1 {
+ to: "text_lock";
+ relative: 0.0 1.0;
+ }
+ rel2 {
+ to: "text_lock";
+ relative: 1.0 1.0;
+ }
+ image {
+ normal: "Wallpapers_tab_bar_ef.#.png";
+ }
+ image.middle: 1;
+ fixed: 0 1;
+ min: 0 7;
+ align: 0.5 0.0;
+ visible: 1;
+ }
+ description { state: "dim" 0.0;
+ inherit: "default" 0.0;
+ visible: 0;
+ }
+ }
+ part { name: "lock_bar";
+ type: IMAGE;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1 {
+ to: "text_lock";
+ relative: 0.0 1.0;
+ }
+ rel2 {
+ to: "text_lock";
+ relative: 1.0 1.0;
+ }
+ image {
+ normal: "Wallpapers_tab_bar.#.png";
+ }
+ image.middle: 1;
+ fixed: 0 1;
+ min: 0 7;
+ align: 0.5 0.0;
+ visible: 1;
+ color_class: "AO024";
+ }
+ description { state: "dim" 0.0;
+ inherit: "default" 0.0;
+ visible: 0;
+ }
+ }
+ part { name: "page_home_icon";
+ mouse_events: 1;
+ repeat_events: 1;
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 40 40;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: (15+225+88)/480 16/720; to: "bg";}
+ rel2 { relative: (15+225+88+40)/480 (16+40)/720; to: "bg";}
+ align: 0.0 0.5;
+ }
+ }
+ part { name: "text_home";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color : LOCK_TEXT_COLOR;
+ color2 : LOCK_TEXT_COLOR2;
+ color3 : LOCK_TEXT_COLOR3;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: (15+225+26)/480 (16+40)/720; to: "bg";}
+ rel2 { relative: (15+225+26+164)/480 (16+40+28)/720; to: "bg";}
+ text {
+ style: style_default_and_gallery;
+ min : 0 1;
+ max: 1 0;
+ align : 0.5 0.5;
+ }
+ }
+ }
+ part { name: "home_bar_ef";
+ type: IMAGE;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1 {
+ to: "text_home";
+ relative: 0.0 1.0;
+ }
+ rel2 {
+ to: "text_home";
+ relative: 1.0 1.0;
+ }
+ image {
+ normal: "Wallpapers_tab_bar_ef.#.png";
+ }
+ image.middle: 1;
+ fixed: 0 1;
+ min: 0 7;
+ align: 0.5 0.0;
+ visible: 1;
+ }
+ description { state: "dim" 0.0;
+ inherit: "default" 0.0;
+ visible: 0;
+ }
+ }
+ part { name: "home_bar";
+ type: IMAGE;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1 {
+ to: "text_home";
+ relative: 0.0 1.0;
+ }
+ rel2 {
+ to: "text_home";
+ relative: 1.0 1.0;
+ }
+ image {
+ normal: "Wallpapers_tab_bar.#.png";
+ }
+ image.middle: 1;
+ fixed: 0 1;
+ min: 0 7;
+ align: 0.5 0.0;
+ visible: 1;
+ color_class: "AO024";
+ }
+ description { state: "dim" 0.0;
+ inherit: "default" 0.0;
+ visible: 0;
+ }
+ }
+ }
+ programs{
+ program {
+ name: "page_home_icon_clicked";
+ signal: "mouse,clicked,1";
+ source: "page_home_icon";
+ action: SIGNAL_EMIT "page_home_icon_clicked" "edj";
+ }
+ program {
+ name: "page_lockscreen_icon_clicked";
+ signal: "mouse,clicked,1";
+ source: "page_lockscreen_icon";
+ action: SIGNAL_EMIT "page_lockscreen_icon_clicked" "edj";
+ }
+ program {
+ name: "cliper1_clicked";
+ signal: "mouse,clicked,1";
+ source: "cliper1";
+ action: SIGNAL_EMIT "cliper1_clicked" "edj";
+ after: "text_lock_default";
+ after: "text_home_dim";
+ after: "lock_bar_default";
+ after: "lock_bar_ef_default";
+ after: "home_bar_dim";
+ after: "home_bar_ef_dim";
+ }
+ program {
+ name: "cliper2_clicked";
+ signal: "mouse,clicked,1";
+ source: "cliper2";
+ action: SIGNAL_EMIT "cliper2_clicked" "edj";
+ after: "text_lock_dim";
+ after: "text_home_default";
+ after: "lock_bar_dim";
+ after: "lock_bar_ef_dim";
+ after: "home_bar_default";
+ after: "home_bar_ef_default";
+ }
+ program {
+ name: "text_home_default";
+ signal: "text_home_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "text_home";
+ }
+ program {
+ name: "text_home_dim";
+ signal: "text_home_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "text_home";
+ }
+ program {
+ name: "text_lock_default";
+ signal: "text_lock_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "text_lock";
+ }
+ program {
+ name: "text_lock_dim";
+ signal: "text_lock_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "text_lock";
+ }
+ program {
+ name: "home_bar_default";
+ signal: "home_bar_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "home_bar";
+ }
+ program {
+ name: "home_bar_dim";
+ signal: "home_bar_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "home_bar";
+ }
+ program {
+ name: "home_bar_ef_default";
+ signal: "home_bar_ef_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "home_bar_ef";
+ }
+ program {
+ name: "home_bar_ef_dim";
+ signal: "home_bar_ef_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "home_bar_ef";
+ }
+ program {
+ name: "lock_bar_default";
+ signal: "lock_bar_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "lock_bar";
+ }
+ program {
+ name: "lock_bar_dim";
+ signal: "lock_bar_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "lock_bar";
+ }
+ program {
+ name: "lock_bar_ef_default";
+ signal: "lock_bar_ef_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "lock_bar_ef";
+ }
+ program {
+ name: "lock_bar_ef_dim";
+ signal: "lock_bar_ef_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "lock_bar_ef";
+ }
+ }
+}
+
+group { name: "preview_pagecontrol_layout";
+ parts {
+ part { name: "bg";
+ type: RECT;
+ scale: 1;
+ description { state: "default" 0.0;
+ color: 0 0 0 255;
+ }
+ }
+ part { name: "scroller";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1 {
+ relative: 0.0 0.0;
+ to: "bg";
+ }
+ rel2 {
+ relative: 1.0 1.0;
+ to: "bg";
+ }
+ align: 0.5 0.5;
+ }
+ }
+ part {
+ name: "controlbar_area";
+ type: RECT;
+ scale : 1;
+ mouse_events:0;
+ description {
+ state: "default" 0.0;
+ min : 0 NAVIFRAME_TOOLBAR_HEIGHT_INC;
+ fixed : 0 1;
+ rel1{ relative : 0.0 1.0; }
+ rel2{ relative : 1.0 1.0; }
+ align: 0.5 1.0;
+ color: 0 0 0 0;
+ visible : 1;
+ }
+ }
+ part {
+ name: "thumblist_bg";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 0;
+ repeat_events: 0;
+ description {
+ state: "default" 0.0;
+ min: 0 136;
+ fixed: 0 1;
+ rel1 { to_y: "controlbar_area"; relative: 0.0 0.0; }
+ rel2 { to_y: "controlbar_area"; relative: 1.0 0.0; }
+ align: 0.5 1.0;
+ visible: 1;
+ }
+ }
+ part {
+ name: "thumblist";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ repeat_events: 0;
+ description {
+ state: "default" 0.0;
+ rel1 { to: "thumblist_bg"; }
+ rel2 { to: "thumblist_bg"; }
+ color: 0 0 0 0;
+ align: 0.5 1.0;
+ visible: 1;
+ }
+ }
+ part { name: "top_right_padding";
+ type: RECT;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 15 15;
+ fixed: 1 1;
+ visible: 0;
+ rel1 { relative: 1.0 0.0; to: "bg";}
+ rel2 { relative: 1.0 0.0; to: "bg";}
+ align: 1.0 0.0;
+ }
+ }
+ part {
+ name: "cliper";
+ type: RECT;
+ scale: 1;
+ mouse_events: 1;
+ repeat_events: 1;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: 380/480 5/720; to: "bg"; }
+ rel2 { relative: 470/480 100/720; to: "bg";}
+ color: 0 0 0 0;
+ }
+ }
+ part { name: "preview_icon_part";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {state: "default" 0.0;
+ color : LOCK_TEXT_COLOR;
+ color2 : LOCK_TEXT_COLOR2;
+ color3 : LOCK_TEXT_COLOR3;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: 380/480 15/720; to: "bg"; }
+ rel2 { relative: 470/480 55/720; to: "bg";}
+ text {
+ style: style_default_and_gallery;
+ min : 0 1;
+ align : 1 0.5;
+ }
+ }
+ description {
+ state: "dim" 0.0;
+ color : LOCK_TEXT_COLOR_DIM;
+ color2 : LOCK_TEXT_COLOR2_DIM;
+ color3 : LOCK_TEXT_COLOR3_DIM;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: 380/480 15/720; to: "bg";}
+ rel2 { relative: 470/480 55/720; to: "bg";}
+ text {
+ style: style_default_and_gallery_dim;
+ min : 0 1;
+ align : 1 0.5;
+ }
+ }
+ }
+ }
+ programs{
+ program {
+ name: "cliper_clicked";
+ signal: "mouse,clicked,1";
+ source: "cliper";
+ action: SIGNAL_EMIT "cliper_clicked" "edj";
+ }
+ program {
+ name: "cliper_clicked_down";
+ signal: "mouse,down,1";
+ source: "cliper";
+ after: "preview_icon_part_dim";
+ }
+ program {
+ name: "cliper_clicked_up";
+ signal: "mouse,up,1";
+ source: "cliper";
+ after: "preview_icon_part_default";
+ }
+ program {
+ name: "preview_icon_part_dim";
+ signal: "preview_icon_part_dim";
+ source: "elm";
+ action: STATE_SET "dim" 0.0;
+ target: "preview_icon_part";
+ }
+ program {
+ name: "preview_icon_part_default";
+ signal: "preview_icon_part_default";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "preview_icon_part";
+ }
+ }
+}
+
+group { name: "pagecontrol_page_layout";
+ parts {
+ part { name: "page";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ }
+ }
+ }
+}
+
+group { name: "pagecontrol_preview_page_layout";
+ parts {
+ part { name: "bg";
+ type: RECT;
+ mouse_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0;}
+ rel2 { relative: 1.0 1.0;}
+ }
+ }
+ part {
+ name: "cliper";
+ type: RECT;
+ scale: 1;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ rel1 { relative: 0.0 0.0; to: "bg"; }
+ rel2 { relative: 1.0 1.0; to: "bg"; }
+ }
+ }
+ part { name: "page";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ clip_to: "cliper";
+ description {
+ state: "default" 0.0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0; to: "bg";}
+ rel2 { relative: 1.0 1.0; to: "bg";}
+ }
+ }
+ }
+
+ programs{
+ program {
+ name: "preview_clicked";
+ signal: "mouse,clicked,1";
+ source: "page";
+ action: SIGNAL_EMIT "preview_clicked" "edj";
+ }
+ }
+}
+
+group { name: "wallpaper_page_layout";
+
+ images {
+ image: "set_thumbnail_focus.#.png" COMP;
+ image: "set_thumbnail_focus_ef.#.png" COMP;
+ }
+
+ parts {
+ part { name: "bg";
+ type: RECT;
+ mouse_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0;}
+ rel2 { relative: 1.0 1.0;}
+ }
+ }
+ part {
+ name: "cliper";
+ type: RECT;
+ scale: 1;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ rel1 { relative: 0.0 0.0; to: "bg"; }
+ rel2 { relative: 1.0 1.0; to: "bg"; }
+ }
+ }
+ part { name: "bg_image";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ clip_to: "cliper";
+ description { state: "default" 0.0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0; to: "bg";}
+ rel2 { relative: 1.0 1.0; to: "bg";}
+ }
+ }
+ part { name: "text_tap";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: 0.0 (720-456+36+14)/720; to: "bg";}
+ rel2 { relative: 1.0 (720-456+36+14+36)/720; to: "bg";}
+ text {
+ style: style_default_and_gallery;
+ align : 0.5 0.0;
+ }
+ }
+ }
+ part { name: "page_default_wallpaper_icon";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 141 141;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: 0.5 1.0; to: "bg";}
+ rel2 { relative: 0.5 1.0; to: "bg";}
+ align: 0.5 1.0;
+ }
+ }
+ part { name: "page_gallery_icon";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 141 141;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: 240/480 1.0; to: "bg";}
+ rel2 { relative: 240/480 1.0; to: "bg";}
+ align: 0.0 1.0;
+ }
+ }
+ part {
+ name : "page_default_wallpaper_icon_focus_bg_ef";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_default_wallpaper_icon";
+ rel2.to : "page_default_wallpaper_icon";
+ image.normal: "set_thumbnail_focus_ef.#.png";
+ }
+ }
+ part {
+ name : "page_default_wallpaper_icon_focus_bg";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_default_wallpaper_icon";
+ rel2.to : "page_default_wallpaper_icon";
+ image.normal: "set_thumbnail_focus.#.png";
+ }
+ }
+ part {
+ name : "page_gallery_icon_focus_bg_ef";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_gallery_icon";
+ rel2.to : "page_gallery_icon";
+ image.normal: "set_thumbnail_focus_ef.#.png";
+ }
+ }
+ part {
+ name : "page_gallery_icon_focus_bg";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_gallery_icon";
+ rel2.to : "page_gallery_icon";
+ image.normal: "set_thumbnail_focus.#.png";
+ }
+ }
+ }
+ programs{
+ program {
+ name: "page_clicked";
+ signal: "mouse,clicked,1";
+ source: "bg_image";
+ action: SIGNAL_EMIT "page_clicked" "edj";
+ }
+
+ /* default selected */
+ program {
+ name : "default_icon_selected";
+ signal : "default_icon_selected";
+ source : "bg";
+ action : STATE_SET "selected" 0.0;
+ target : "page_default_wallpaper_icon_focus_bg_ef";
+ target : "page_default_wallpaper_icon_focus_bg";
+ after : "default_icon_selected_after";
+ }
+ program {
+ name : "default_icon_selected_after";
+ action : STATE_SET "default" 0.0;
+ target : "page_gallery_icon_focus_bg_ef";
+ target : "page_gallery_icon_focus_bg";
+ }
+ /* gallery selected */
+ program {
+ name : "gallery_icon_selected";
+ signal : "gallery_icon_selected";
+ source : "bg";
+ action : STATE_SET "selected" 0.0;
+ target : "page_gallery_icon_focus_bg_ef";
+ target : "page_gallery_icon_focus_bg";
+ after : "gallery_icon_selected_after";
+ }
+ program {
+ name : "gallery_icon_selected_after";
+ action : STATE_SET "default" 0.0;
+ target : "page_default_wallpaper_icon_focus_bg_ef";
+ target : "page_default_wallpaper_icon_focus_bg";
+ }
+ }
+}
+
+
+group { name: "wallpaper_page_lock_layout";
+
+ images {
+ image: "set_thumbnail_focus.#.png" COMP;
+ image: "set_thumbnail_focus_ef.#.png" COMP;
+ }
+
+ parts {
+ part { name: "bg";
+ type: RECT;
+ mouse_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color: 0 0 0 0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0;}
+ rel2 { relative: 1.0 1.0;}
+ }
+ }
+ part {
+ name: "cliper";
+ type: RECT;
+ scale: 1;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ fixed: 1 1;
+ rel1 { relative: 0.0 0.0; to: "bg"; }
+ rel2 { relative: 1.0 1.0; to: "bg"; }
+ }
+ }
+ part { name: "bg_image";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ clip_to: "cliper";
+ description { state: "default" 0.0;
+ visible: 1;
+ rel1 { relative: 0.0 0.0; to: "bg";}
+ rel2 { relative: 1.0 1.0; to: "bg";}
+ }
+ }
+ /*part { name: "text_help";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: 0.0 (720-456)/720; to: "bg";}
+ rel2 { relative: 1.0 (720-456+36)/720; to: "bg";}
+ text {
+ style: style_default_and_gallery;
+ align : 0.5 0.0;
+ }
+ }
+ }*/
+ part { name: "text_tap";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ fixed:1 1;
+ visible: 1;
+ rel1 { relative: 0.0 (720-456+36+14)/720; to: "bg";}
+ rel2 { relative: 1.0 (720-456+36+14+36)/720; to: "bg";}
+ text {
+ style: style_default_and_gallery;
+ align : 0.5 0.0;
+ }
+ }
+ description {
+ state : "hidden" 0.0;
+ visible : 0;
+ }
+ }
+ part { name: "page_right_top_padding";
+ type: RECT;
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 182 12;
+ fixed: 1 1;
+ visible: 0;
+ rel1 { relative: 1.0 0.0; to: "bg_image";}
+ rel2 { relative: 1.0 0.0; to: "bg_image";}
+ align: 1.0 0.0;
+ }
+ }
+ part { name: "page_lockscreen_icon";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 46 46;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: 0.0 1.0; to: "page_right_top_padding";}
+ rel2 { relative: 0.0 1.0; to: "page_right_top_padding";}
+ align: 1.0 0.0;
+ }
+ }
+ part { name: "page_lockscreen_and_home_spacer";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 24 46;
+ fixed: 1 1;
+ rel1 { relative: 0.0 0.0; to: "page_lockscreen_icon";}
+ rel2 { relative: 0.0 0.0; to: "page_lockscreen_icon";}
+ align: 1.0 0.0;
+ }
+ }
+ part { name: "page_home_icon";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 46 46;
+ fixed: 1 1;
+ visible: 1;
+ rel1 { relative: 0.0 0.0; to: "page_lockscreen_and_home_spacer";}
+ rel2 { relative: 0.0 0.0; to: "page_lockscreen_and_home_spacer";}
+ align: 1.0 0.0;
+ }
+ }
+ part { name: "page_default_wallpaper_icon";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 141 141;
+ fixed: 1 1;
+ rel1 { relative: 0.5 0.5; to: "page_gallery_icon";}
+ rel2 { relative: 0.5 0.5; to: "page_gallery_icon";}
+ align: 0.5 0.5;
+ }
+ }
+ part { name: "page_my_interests_icon";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 141 141;
+ fixed: 1 1;
+ rel1 { relative: 1.0 0.5; to: "page_gallery_icon";}
+ rel2 { relative: 1.0 0.5; to: "page_gallery_icon";}
+ align: 0.0 0.5;
+ }
+ }
+ part { name: "page_gallery_icon";
+ type: SWALLOW;
+ mouse_events: 1;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ fixed: 1 1;
+ min: 141 141;
+ align : 0.5 1.0;
+ fixed: 1 1;
+ rel1 { relative: 0.5 1.0; to: "bg";}
+ rel2 { relative: 0.5 1.0; to: "bg";}
+
+ }
+ }
+
+ part {
+ name : "page_default_wallpaper_icon_focus_bg_ef";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_default_wallpaper_icon";
+ rel2.to : "page_default_wallpaper_icon";
+ image.normal: "set_thumbnail_focus_ef.#.png";
+ }
+ }
+ part {
+ name : "page_default_wallpaper_icon_focus_bg";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_default_wallpaper_icon";
+ rel2.to : "page_default_wallpaper_icon";
+ image.normal: "set_thumbnail_focus.#.png";
+ }
+ }
+ part {
+ name : "page_gallery_icon_focus_bg_ef";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_gallery_icon";
+ rel2.to : "page_gallery_icon";
+ image.normal: "set_thumbnail_focus_ef.#.png";
+ }
+ }
+ part {
+ name : "page_gallery_icon_focus_bg";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_gallery_icon";
+ rel2.to : "page_gallery_icon";
+ image.normal: "set_thumbnail_focus.#.png";
+ }
+ }
+ part {
+ name : "page_my_interests_icon_focus_bg_ef";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_my_interests_icon";
+ rel2.to : "page_my_interests_icon";
+ image.normal: "set_thumbnail_focus_ef.#.png";
+ }
+ }
+ part {
+ name : "page_my_interests_icon_focus_bg";
+ type : IMAGE;
+ repeat_events : 1;
+ description {
+ state : "default" 0.0;
+ visible : 0;
+ }
+ description {
+ state : "selected" 0.0;
+ rel1.to : "page_my_interests_icon";
+ rel2.to : "page_my_interests_icon";
+ image.normal: "set_thumbnail_focus.#.png";
+ }
+ }
+ }
+ programs{
+ program {
+ name: "page_clicked";
+ signal: "mouse,clicked,1";
+ source: "bg_image";
+ action: SIGNAL_EMIT "page_clicked" "edj";
+ }
+
+ /* default selected */
+ program {
+ name : "default_icon_selected";
+ signal : "default_icon_selected";
+ source : "bg";
+ action : STATE_SET "selected" 0.0;
+ target : "page_default_wallpaper_icon_focus_bg_ef";
+ target : "page_default_wallpaper_icon_focus_bg";
+ after : "default_icon_selected_after";
+ }
+ program {
+ name : "default_icon_selected_after";
+ action : STATE_SET "default" 0.0;
+ target : "page_gallery_icon_focus_bg_ef";
+ target : "page_gallery_icon_focus_bg";
+ target : "page_my_interests_icon_focus_bg_ef";
+ target : "page_my_interests_icon_focus_bg";
+ }
+ /* gallery selected */
+ program {
+ name : "gallery_icon_selected";
+ signal : "gallery_icon_selected";
+ source : "bg";
+ action : STATE_SET "selected" 0.0;
+ target : "page_gallery_icon_focus_bg_ef";
+ target : "page_gallery_icon_focus_bg";
+ after : "gallery_icon_selected_after";
+ }
+ program {
+ name : "gallery_icon_selected_after";
+ action : STATE_SET "default" 0.0;
+ target : "page_default_wallpaper_icon_focus_bg_ef";
+ target : "page_default_wallpaper_icon_focus_bg";
+ target : "page_my_interests_icon_focus_bg_ef";
+ target : "page_my_interests_icon_focus_bg";
+ }
+ /* my interest selected */
+ program {
+ name : "my_interests_icon_selected";
+ signal : "my_interests_icon_selected";
+ source : "bg";
+ action : STATE_SET "selected" 0.0;
+ target : "page_my_interests_icon_focus_bg_ef";
+ target : "page_my_interests_icon_focus_bg";
+ after : "my_interests_icon_selected_after";
+ }
+ program {
+ name : "my_interests_icon_selected_after";
+ action : STATE_SET "default" 0.0;
+ target : "page_default_wallpaper_icon_focus_bg_ef";
+ target : "page_default_wallpaper_icon_focus_bg";
+ target : "page_gallery_icon_focus_bg_ef";
+ target : "page_gallery_icon_focus_bg";
+ }
+
+ /* preview */
+ program {
+ name : "show_preview";
+ signal : "show_preview";
+ source : "preview";
+ action : STATE_SET "default" 0.0;
+ target : "text_tap";
+ }
+ program {
+ name : "hide_preview";
+ signal : "hide_preview";
+ source : "preview";
+ action : STATE_SET "hidden" 0.0;
+ target : "text_tap";
+ }
+ }
+}
+
+
+group { name: "home_icon";
+
+ images {
+ image: "Wallpapers_home_ic.png" COMP;
+ image: "Wallpapers_home_ef.png" COMP;
+ }
+
+ parts {
+ part { name: "icon";
+ type: IMAGE;
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {state: "default" 0.0;
+ image.normal: "Wallpapers_home_ic.png";
+ min: 40 40;
+ max: 40 40;
+ fixed:1 1;
+ color_class: "AO007";
+ }
+ /*description {state: "lockscreen" 0.0;
+ inherit: "default" 0.0;
+ color_class: "AO008";
+ }*/
+ }
+ part { name: "effect";
+ type: IMAGE;
+ mouse_events: 0;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ image.normal: "Wallpapers_home_ef.png";
+ min: 40 40;
+ max: 40 40;
+ fixed:1 1;
+ }
+ }
+ }
+ programs{
+ program { name: "lockscreen_page";
+ signal: "lockscreen_page";
+ source: "elm";
+ action: STATE_SET "lockscreen" 0.0;
+ target: "icon";
+ }
+ program { name: "home_page";
+ signal: "home_page";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "icon";
+ }
+ program {
+ name: "home_icon_clicked";
+ signal: "mouse,clicked,1";
+ source: "icon";
+ action: SIGNAL_EMIT "home_icon_clicked" "edj";
+ }
+ }
+}
+
+group { name: "lockscreen_icon";
+
+ images {
+ image: "Wallpapers_lock_ic.png" COMP;
+ image: "Wallpapers_lock_ef.png" COMP;
+ }
+
+ parts {
+ part { name: "icon";
+ type: IMAGE;
+ mouse_events: 1;
+ repeat_events: 1;
+ scale: 1;
+ description {state: "default" 0.0;
+ image.normal: "Wallpapers_lock_ic.png";
+ min: 40 40;
+ max: 40 40;
+ fixed:1 1;
+ color_class: "AO007";
+ }
+ /*description {state: "home" 0.0;
+ inherit: "default" 0.0;
+ color_class: "AO008";
+ }*/
+ }
+ part { name: "effect";
+ type: IMAGE;
+ mouse_events: 0;
+ repeat_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ image.normal: "Wallpapers_lock_ef.png";
+ min: 40 40;
+ max: 40 40;
+ fixed:1 1;
+ }
+ }
+ }
+ programs{
+ program { name: "home_page";
+ signal: "home_page";
+ source: "elm";
+ action: STATE_SET "home" 0.0;
+ target: "icon";
+ }
+ program { name: "lockscreen_page";
+ signal: "lockscreen_page";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "icon";
+ }
+ program {
+ name: "lock_icon_clicked";
+ signal: "mouse,clicked,1";
+ source: "icon";
+ action: SIGNAL_EMIT "lock_icon_clicked" "edj";
+ }
+ }
+}
+
+group { name: "default_and_gallery_icon";
+ images {
+ image: "Wallpapers_bg.#.png" COMP;
+ }
+
+ parts {
+ part {
+ name : "bg";
+ type : IMAGE;
+ scale : 1;
+ mouse_events : 1;
+ repeat_events : 0;
+ description {
+ state : "default" 0.0;
+ image.normal : "Wallpapers_bg.#.png";
+ }
+ }
+ part {
+ name : "cliper";
+ type : RECT;
+ scale : 1;
+ mouse_events : 0;
+ repeat_events : 1;
+ description {state: "default" 0.0;
+ min : 137 137;
+ max : 137 137;
+ fixed : 1 1;
+ rel1 { relative: 0.5 0.5; to: "bg";}
+ rel2 { relative: 0.5 0.5; to: "bg";}
+ }
+ }
+ part {
+ name : "default_bg";
+ type : SWALLOW;
+ scale : 1;
+ mouse_events : 0;
+ repeat_events : 1;
+ clip_to: "cliper";
+ description {
+ state : "default" 0.0;
+ }
+ }
+ part {
+ name : "cover_bg";
+ type : RECT;
+ scale : 1;
+ mouse_events : 0;
+ repeat_events : 1;
+ clip_to: "cliper";
+ description {
+ color_class : "AO009";
+ }
+ }
+ part {
+ name: "image";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events : 0;
+ repeat_events : 1;
+ clip_to: "cliper";
+ description {
+ state: "default" 0.0;
+ }
+ }
+ part {
+ name: "effect";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events : 0;
+ repeat_events : 1;
+ description {
+ state: "default" 0.0;
+ }
+ }
+ part { name: "text";
+ type: TEXTBLOCK;
+ effect : "TIZEN_SHADOW";
+ mouse_events : 0;
+ repeat_events : 1;
+ scale: 1;
+ description {state: "default" 0.0;
+ color : LOCK_TEXT_COLOR;
+ color2 : LOCK_TEXT_COLOR2;
+ color3 : LOCK_TEXT_COLOR3;
+ fixed:1 1;
+ visible: 1;
+ align : 0.5 1.0;
+ rel1 { relative: 5/137 130/137; to: "image";}
+ rel2 { relative: 132/137 130/137; to: "image";}
+ text {
+ style: style_default_and_gallery;
+ min : 0 1;
+ align : 0.5 1.0;
+ }
+ }
+ }
+ part { name: "press_effect";
+ type: RECT;
+ scale: 1;
+ mouse_events : 0;
+ repeat_events : 1;
+ clip_to: "cliper";
+ description { state: "default" 0.0;
+ color : 0 0 0 0;
+ }
+ description {state: "pressed" 0.0;
+ color_class: "AO011";
+ }
+ }
+ }
+ programs{
+ program { name: "pressed";
+ signal: "mouse,down,1";
+ source: "bg";
+ action: STATE_SET "pressed" 0.0;
+ target: "press_effect";
+ }
+ program { name: "unpressed";
+ signal: "mouse,up,1";
+ source: "bg";
+ action: STATE_SET "default" 0.0;
+ target: "press_effect";
+ }
+ program {
+ name : "clicked";
+ signal : "mouse,clicked,1";
+ source : "bg";
+ action : SIGNAL_EMIT "default_and_gallery_icon" "clicked";
+ }
+ }
+}
+
+