summaryrefslogtreecommitdiff
path: root/lib/edc/logdetail_theme.edc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/edc/logdetail_theme.edc')
-rwxr-xr-xlib/edc/logdetail_theme.edc1485
1 files changed, 1485 insertions, 0 deletions
diff --git a/lib/edc/logdetail_theme.edc b/lib/edc/logdetail_theme.edc
new file mode 100755
index 0000000..49b8385
--- /dev/null
+++ b/lib/edc/logdetail_theme.edc
@@ -0,0 +1,1485 @@
+/*
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* 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://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,
+* 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 GENLIST_PART_BG_COLOR_INC 249 249 249 255
+#define GENLIST_PART_LIST_LINE_COLOR_INC 169 169 169 255
+#define GENLIST_DIALOGUE_FONT_SUB_TITLE_COLOR_INC 102 102 102 255
+#define GENLIST_PART_LIST_TEXT_DEFAULT 0 0 0 255
+
+#define PHUG_IMAGES "../images/phoneug_images/"
+#define BUTTON_CIRCLE_STYLE_BG_MIN_MAX_INC 138 138
+#define BUTTON_CIRCLE_STYLE_CONTENT_MIN_MAX_INC 138 138
+
+#define GENLIST_BASEINFO_PART_BASE(height) \
+part { \
+ name: "base"; \
+ type: RECT; \
+ scale: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: 0 height; \
+ } \
+}
+
+#define GENLIST_PART_BASE( param_item_height ) \
+part { \
+ name: "base"; \
+ type: RECT; \
+ repeat_events: 1; \
+ scale: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: 0 param_item_height; \
+ color: GENLIST_PART_BG_COLOR_INC; \
+ } \
+}
+#define GENLIST_PART_BOTTOM_LINE \
+part { \
+ name: "bottom_line"; \
+ type: RECT; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ min: 0 1; \
+ fixed: 0 1; \
+ visible: 1; \
+ color: GENLIST_PART_LIST_LINE_COLOR_INC; \
+ rel1 { \
+ relative: 0.0 1.0; \
+ offset: 0 -1; \
+ } \
+ } \
+}
+
+#define GENLIST_PART_PADDING_TOP( param_padding_size ) \
+part { \
+ name: "elm.padding.top"; \
+ type: RECT; \
+ scale: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: 0 param_padding_size; \
+ fixed: 0 1; \
+ visible: 0; \
+ rel2.relative: 1.0 0.0; \
+ align: 0.0 0.0; \
+ } \
+}
+
+#define GENLIST_PART_PADDING_BOTTOM( param_padding_size ) \
+part { \
+ name: "elm.padding.bottom"; \
+ type: RECT; \
+ scale: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: 0 param_padding_size; \
+ fixed: 0 1; \
+ visible: 0; \
+ rel1.relative: 0.0 1.0; \
+ align: 0.0 1.0; \
+ } \
+}
+
+#define GENLIST_PART_PADDING_LEFT( param_padding_size ) \
+part { \
+ name: "elm.padding.left"; \
+ type: RECT; \
+ scale: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: param_padding_size 0; \
+ fixed: 1 0; \
+ visible: 0; \
+ rel2.relative: 0.0 1.0; \
+ align: 0.0 0.0; \
+ } \
+}
+
+#define GENLIST_PART_PADDING_RIGHT( param_padding_size ) \
+part { \
+ name: "elm.padding.right"; \
+ type: RECT; \
+ scale: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: param_padding_size 0; \
+ fixed: 1 0; \
+ visible: 0; \
+ rel1.relative: 1.0 0.0; \
+ align: 1.0 0.0; \
+ } \
+}
+
+styles {
+ style {
+ name: "baseinfo_name_textblock_style";
+ base: "font=Tizen:style=Medium text_class=tizen color=#000000 ellipsis=1.0 font_size=50";
+ }
+ style {
+ name: "baseinfo_subname_textblock_style";
+ base: "font=Tizen:style=Medium text_class=tizen color=#727272 ellipsis=1.0 font_size=32";
+ }
+ style {
+ name: "activity_textblock_style";
+ base: "font=Tizen:style=Medium text_class=tizen color=#000000 ellipsis=0.0 font_size=32 wrap=char";
+ }
+}
+collections
+{
+ group {
+ name: "elm/genlist/item/baseinfo.1text.1icon/default";
+ alias: "elm/genlist/item_odd/baseinfo.1text.1icon/default";
+ alias: "elm/genlist/item_compress/baseinfo.1text.1icon/default";
+ alias: "elm/genlist/item_compress_odd/baseinfo.1text.1icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.name";
+ data.item: "contents" "elm.icon.favorite";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(142)
+ part {
+ name: "elm.icon.image.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 88 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1.relative: 1.0 0.0;
+ }
+ }
+ part {
+ name: "elm.icon.favorite";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 56 56;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1.to: "elm.icon.image.rect";
+ rel2.to: "elm.icon.image.rect";
+ }
+ }
+ part {
+ name: "elm.text.name";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 0.5; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 0.5; offset: -16 0; to: "elm.icon.image.rect"; }
+ text {
+ style: "baseinfo_name_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/baseinfo.1text.2icon/default";
+ alias: "elm/genlist/item_odd/baseinfo.1text.2icon/default";
+ alias: "elm/genlist/item_compress/baseinfo.1text.2icon/default";
+ alias: "elm/genlist/item_compress_odd/baseinfo.1text.2icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.name";
+ data.item: "contents" "elm.icon.image elm.icon.favorite";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(142)
+ part {
+ name: "elm.icon.image.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 141 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1.relative: 1.0 0.0;
+ }
+ }
+ part {
+ name: "elm.icon.image";
+ type: SWALLOW;
+ description {
+ state: "default" 0.0;
+ rel1.to: "elm.icon.image.rect";
+ rel2.to: "elm.icon.image.rect";
+ }
+ }
+ part {
+ name: "elm.icon.favorite.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 88 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1 { relative: 0.0 0.0; to: "elm.icon.image.rect"; }
+ rel2 { relative: 0.0 1.0; to: "elm.icon.image.rect"; }
+ }
+ }
+ part {
+ name: "elm.icon.favorite";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 56 56;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1.to: "elm.icon.favorite.rect";
+ rel2.to: "elm.icon.favorite.rect";
+ }
+ }
+ part {
+ name: "elm.text.name";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 0.5; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 0.5; offset: -16 0; to: "elm.icon.favorite.rect"; }
+ text {
+ style: "baseinfo_name_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/baseinfo.2text.1icon/default";
+ alias: "elm/genlist/item_odd/baseinfo.2text.1icon/default";
+ alias: "elm/genlist/item_compress/baseinfo.2text.1icon/default";
+ alias: "elm/genlist/item_compress_odd/baseinfo.2text.1icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.name elm.text.subname";
+ data.item: "contents" "elm.icon.favorite";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(142)
+ part {
+ name: "elm.icon.image.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 88 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1.relative: 1.0 0.0;
+ }
+ }
+ part {
+ name: "elm.icon.favorite";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 56 56;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1.to: "elm.icon.image.rect";
+ rel2.to: "elm.icon.image.rect";
+ }
+ }
+ part {
+ name: "elm.text.name";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 50.0/142.0; offset: 16 0; }
+ rel2 { relative: 0.0 50.0/142.0; offset: -16 0; to_x: "elm.icon.image.rect"; }
+ text {
+ style: "baseinfo_name_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ part {
+ name: "elm.text.subname";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 101.0/142.0; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 101.0/142.0; offset: -16 0; to_x: "elm.icon.image.rect"; }
+ text {
+ style: "baseinfo_subname_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/baseinfo.2text.2icon/default";
+ alias: "elm/genlist/item_odd/baseinfo.2text.2icon/default";
+ alias: "elm/genlist/item_compress/baseinfo.2text.2icon/default";
+ alias: "elm/genlist/item_compress_odd/baseinfo.2text.2icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.name elm.text.subname";
+ data.item: "contents" "elm.icon.image elm.icon.favorite";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(142)
+ part {
+ name: "elm.icon.image.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 141 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1.relative: 1.0 0.0;
+ }
+ }
+ part {
+ name: "elm.icon.image";
+ type: SWALLOW;
+ description {
+ state: "default" 0.0;
+ rel1.to: "elm.icon.image.rect";
+ rel2.to: "elm.icon.image.rect";
+ }
+ }
+ part {
+ name: "elm.icon.favorite.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 88 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1 { relative: 0.0 0.0; to: "elm.icon.image.rect"; }
+ rel2 { relative: 0.0 1.0; to: "elm.icon.image.rect"; }
+ }
+ }
+ part {
+ name: "elm.icon.favorite";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 56 56;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1.to: "elm.icon.favorite.rect";
+ rel2.to: "elm.icon.favorite.rect";
+ }
+ }
+ part {
+ name: "elm.text.name";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 50.0/142.0; offset: 16 0; }
+ rel2 { relative: 0.0 50.0/142.0; offset: -16 0; to_x: "elm.icon.favorite.rect"; }
+ text {
+ style: "baseinfo_name_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ part {
+ name: "elm.text.subname";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 101.0/142.0; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 101.0/142.0; offset: -16 0; to_x: "elm.icon.favorite.rect"; }
+ text {
+ style: "baseinfo_subname_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/baseinfo.3text.1icon/default";
+ alias: "elm/genlist/item_odd/baseinfo.3text.1icon/default";
+ alias: "elm/genlist/item_compress/baseinfo.3text.1icon/default";
+ alias: "elm/genlist/item_compress_odd/baseinfo.3text.1icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.name elm.text.subname elm.text.subname2";
+ data.item: "contents" "elm.icon.favorite";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(142)
+ part {
+ name: "elm.icon.image.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 88 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1.relative: 1.0 0.0;
+ }
+ }
+ part {
+ name: "elm.icon.favorite";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 56 56;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1.to: "elm.icon.image.rect";
+ rel2.to: "elm.icon.image.rect";
+ }
+ }
+ part {
+ name: "elm.text.name";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 34.0/142.0; offset: 16 0; }
+ rel2 { relative: 0.0 34.0/142.0; offset: -16 0; to_x: "elm.icon.image.rect"; }
+ text {
+ style: "baseinfo_name_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ part {
+ name: "elm.text.subname";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 79.0/142.0; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 79.0/142.0; offset: -16 0; to_x: "elm.icon.image.rect"; }
+ text {
+ style: "baseinfo_subname_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ part {
+ name: "elm.text.subname2";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 117.0/142.0; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 117.0/142.0; offset: -16 0; to_x: "elm.icon.image.rect"; }
+ text {
+ style: "baseinfo_subname_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/baseinfo.3text.2icon/default";
+ alias: "elm/genlist/item_odd/baseinfo.3text.2icon/default";
+ alias: "elm/genlist/item_compress/baseinfo.3text.2icon/default";
+ alias: "elm/genlist/item_compress_odd/baseinfo.3text.2icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.name elm.text.subname elm.text.subname2";
+ data.item: "contents" "elm.icon.image elm.icon.favorite";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(142)
+ part {
+ name: "elm.icon.image.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 141 0;
+ fixed: 1 0;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1.relative: 1.0 0.0;
+ }
+ }
+ part {
+ name: "elm.icon.image";
+ type: SWALLOW;
+ description {
+ state: "default" 0.0;
+ rel1.to: "elm.icon.image.rect";
+ rel2.to: "elm.icon.image.rect";
+ }
+ }
+ part {
+ name: "elm.icon.favorite.rect";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 88 0;
+ fixed: 1 1;
+ align: 1.0 0.0;
+ color: 0 0 0 0;
+ rel1 { relative: 0.0 0.0; to: "elm.icon.image.rect"; }
+ rel2 { relative: 0.0 1.0; to: "elm.icon.image.rect"; }
+ }
+ }
+ part {
+ name: "elm.icon.favorite";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 56 56;
+ fixed: 1 1;
+ align: 0.5 0.5;
+ rel1.to: "elm.icon.favorite.rect";
+ rel2.to: "elm.icon.favorite.rect";
+ }
+ }
+ part {
+ name: "elm.text.name";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 34.0/142.0; offset: 16 0; }
+ rel2 { relative: 0.0 34.0/142.0; offset: -16 0; to_x: "elm.icon.favorite.rect"; }
+ text {
+ style: "baseinfo_name_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ part {
+ name: "elm.text.subname";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 79.0/142.0; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 79.0/142.0; offset: -16 0; to_x: "elm.icon.favorite.rect"; }
+ text {
+ style: "baseinfo_subname_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ part {
+ name: "elm.text.subname2";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 117.0/142.0; offset: 16 0; to: "base"; }
+ rel2 { relative: 0.0 117.0/142.0; offset: -16 0; to_x: "elm.icon.favorite.rect"; }
+ text {
+ style: "baseinfo_subname_textblock_style";
+ min: 0 1;
+ }
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/logdetail.title/default";
+ alias: "elm/genlist/item_odd/logdetail.title/default";
+ alias: "elm/genlist/item_compress/logdetail.title/default";
+ alias: "elm/genlist/item_compress_odd/logdetail.title/default";
+ data.item: "stacking" "above";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text";
+ parts {
+ GENLIST_BASEINFO_PART_BASE(77);
+ part {
+ name: "elm.text";
+ type: TEXT;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ color: GENLIST_DIALOGUE_FONT_SUB_TITLE_COLOR_INC;
+ text {
+ font: "Tizen:style=Medium";
+ text_class: "tizen";
+ size: 28;
+ min: 0 1;
+ align: 0.0 1.0;
+ }
+ rel1 { offset: 10 0; }
+ rel2 { offset: -10 -10; }
+ }
+ }
+ }
+ }
+
+ group {
+ name: "elm/genlist/item/logdetail.3icon/default";
+ alias: "elm/genlist/item_odd/logdetail.3icon/default";
+ alias: "elm/genlist/item_compress/logdetail.3icon/default";
+ alias: "elm/genlist/item_compress_odd/logdetail.3icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3";
+
+ parts {
+ part {
+ name: "base";
+ type: RECT;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 200;
+ }
+ }
+ part {
+ name: "elm.icon.1";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min:0 138;
+ fixed: 0 1;
+ rel1.relative: 38/720 0.5;
+ rel2.relative: (38+138)/720 0.5;
+ align: 0.5 0.5;
+ }
+ }
+
+ part {
+ name: "elm.icon.2";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 138;
+ fixed: 0 1;
+ rel1.relative: (38+138+115)/720 0.5;
+ rel2.relative: (38+138+115+138)/720 0.5;
+ align: 0.5 0.5;
+ }
+ }
+
+ part {
+ name: "elm.icon.3";
+ type: SWALLOW;
+ scale:1 ;
+ description {
+ state: "default" 0.0;
+ min: 0 138;
+ fixed: 0 1;
+ rel1.relative: (38+138+115+138+115)/720 0.5;
+ rel2.relative: (38+138+115+138+115+138)/720 0.5;
+ align: 0.5 0.5;
+ }
+ }
+ }
+ }
+
+ group {
+ name: "elm/genlist/item/history_list/default";
+ alias: "elm/genlist/item_odd/history_list/default";
+ alias: "elm/genlist/item_compress/history_list/default";
+ alias: "elm/genlist/item_compress_odd/history_list/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.1 elm.text.2 elm.text.3";
+ data.item: "contents" "elm.icon.1 elm.icon.2";
+ data.item: "flips" "elm.flip.content";
+ parts {
+ GENLIST_PART_BASE(128)
+ GENLIST_PART_BOTTOM_LINE
+ GENLIST_PART_PADDING_TOP(10)
+ GENLIST_PART_PADDING_BOTTOM(10)
+ GENLIST_PART_PADDING_LEFT(16)
+ GENLIST_PART_PADDING_RIGHT(16)
+ part {
+ name: "elm.icon.1";
+ clip_to: "disclip";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 32 32;
+ max: 32 32;
+ fixed: 1 1;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.text.1";
+ }
+ rel2 {
+ relative: 1.0 0.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.bottom";
+ }
+ align: 0.0 0.5;
+ }
+ }
+ part {
+ name: "elm.padding.icon1.right";
+ clip_to: "disclip";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 16 0;
+ fixed: 1 0;
+ rel1 {
+ relative: 1.0 0.0;
+ to_x: "elm.icon.1";
+ }
+ rel2.to_x: "elm.icon.1";
+ align: 0.0 0.0;
+ visible: 0;
+ }
+ }
+ part {
+ name: "elm.icon.2";
+ clip_to: "disclip";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 32 32;
+ max: 32 32;
+ fixed: 1 1;
+ rel1 {
+ relative: 0.0 1.0;
+ to_x: "elm.padding.right";
+ to_y: "elm.padding.top";
+ }
+ rel2 {
+ relative: 0.0 1.0;
+ to_x: "elm.padding.right";
+ to_y: "elm.text.1";
+ }
+ align: 1.0 0.5;
+ }
+ }
+ part {
+ name: "elm.padding.icon2.left";
+ clip_to: "disclip";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 16 0;
+ fixed: 1 0;
+ rel1 {
+ relative: 0.0 0.0;
+ to_x: "elm.icon.2";
+ }
+ rel2.to_x: "elm.icon.2";
+ align: 1.0 0.0;
+ visible: 0;
+ }
+ }
+ part {
+ name: "elm.text.1";
+ clip_to: "disclip";
+ type: TEXT;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 60;
+ fixed: 0 1;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.top";
+ }
+ rel2 {
+ relative: 0.0 1.0;
+ to_x: "elm.padding.icon2.left";
+ to_y: "elm.padding.top";
+ }
+ align: 0.0 0.0;
+ color: GENLIST_PART_LIST_TEXT_DEFAULT;
+ text {
+ font: "Tizen:style=Roman";
+ size: 44;
+ min: 0 1;
+ align: 0.0 0.5;
+ text_class: "list_item";
+ }
+ }
+ }
+ part {
+ name: "elm.text.2";
+ clip_to: "disclip";
+ type: TEXT;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.icon1.right";
+ to_y: "elm.text.1";
+ }
+ rel2 {
+ relative: 0.8 0.0;
+ to_x: "elm.text.1";
+ to_y: "elm.padding.bottom";
+ }
+ color: 68 68 68 255;
+ text {
+ font: "Tizen:style=Medium";
+ size: 32;
+ min: 0 1;
+ align: 0.0 0.5;
+ text_class: "tizen";
+ }
+ }
+ }
+ part {
+ name: "elm.text.3";
+ clip_to: "disclip";
+ type: TEXT;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.text.2";
+ to_y: "elm.text.1";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ offset: 5 0;
+ to_x: "elm.padding.right";
+ to_y: "elm.padding.bottom";
+ }
+ color: 68 68 68 255;
+ text {
+ font: "Tizen:style=Medium";
+ size: 32;
+ min: 0 1;
+ align: 1.0 0.5;
+ text_class: "tizen";
+ }
+ }
+ }
+ part {
+ name: "disclip";
+ type: RECT;
+ description {
+ state: "default" 0.0;
+ color: 255 255 255 255;
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/activity_list/default";
+ alias: "elm/genlist/item_odd/activity_list/default";
+ alias: "elm/genlist/item_compress/activity_list/default";
+ alias: "elm/genlist/item_compress_odd/activity_list/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.1 elm.text.2";
+ data.item: "contents" "elm.icon.1 elm.icon.2";
+ data.item: "flips" "elm.flip.content";
+ parts {
+ GENLIST_PART_BOTTOM_LINE
+ GENLIST_PART_PADDING_TOP(10)
+ GENLIST_PART_PADDING_BOTTOM(10)
+ GENLIST_PART_PADDING_LEFT(16)
+ GENLIST_PART_PADDING_RIGHT(16)
+ part {
+ name: "elm.icon.1";
+ clip_to: "disclip";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 32 32;
+ max: 32 32;
+ fixed: 1 1;
+ rel1 {
+ relative: 1.0 0.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.bottom";
+ }
+ rel2 {
+ relative: 1.0 0.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.bottom";
+ }
+ align: 0.0 1.0;
+ }
+ }
+ part {
+ name: "elm.padding.icon1.right";
+ clip_to: "disclip";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 16 0;
+ fixed: 1 0;
+ rel1 {
+ relative: 1.0 0.0;
+ to_x: "elm.icon.1";
+ }
+ rel2.to_x: "elm.icon.1";
+ align: 0.0 0.0;
+ visible: 0;
+ }
+ }
+ part {
+ name: "elm.padding.icon1.top";
+ clip_to: "disclip";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 16;
+ fixed: 0 1;
+ rel1 {
+ relative: 1.0 0.0;
+ to_x: "elm.padding.left";
+ }
+ rel2.to_y: "elm.icon.1";
+ align: 0.0 0.0;
+ visible: 0;
+ }
+ }
+ part {
+ name: "elm.icon.2";
+ clip_to: "disclip";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 321 321;
+ max: 321 321;
+ fixed: 1 1;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.top";
+ }
+ rel2 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.top";
+ }
+ align: 0.0 0.0;
+ }
+ }
+ part {
+ name: "elm.text.2";
+ clip_to: "disclip";
+ type: TEXT;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.icon1.right";
+ to_y: "elm.text.1";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ to_x: "elm.padding.right";
+ to_y: "elm.padding.bottom";
+ }
+ color: 68 68 68 255;
+ text {
+ font: "Tizen:style=Medium";
+ size: 32;
+ min: 0 1;
+ align: 0.0 1.0;
+ text_class: "tizen";
+ }
+ }
+ }
+ part {
+ name: "elm.text.1";
+ clip_to: "disclip";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.icon.2";
+ }
+ rel2 {
+ relative: 0.0 1.0;
+ to_x: "elm.padding.right";
+ to_y: "elm.icon.2";
+ }
+ align: 0.0 0.0;
+ color: GENLIST_PART_LIST_TEXT_DEFAULT;
+ text {
+ style: "activity_textblock_style";
+ min: 0 1;
+ align: 0.0 1.0;
+ }
+ }
+ }
+ part {
+ name: "disclip";
+ type: RECT;
+ description {
+ state: "default" 0.0;
+ color: 255 255 255 255;
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/activity_list_no_img/default";
+ alias: "elm/genlist/item_odd/activity_list_no_img/default";
+ alias: "elm/genlist/item_compress/activity_list_no_img/default";
+ alias: "elm/genlist/item_compress_odd/activity_list_no_img/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "texts" "elm.text.1 elm.text.2";
+ data.item: "contents" "elm.icon.1";
+ data.item: "flips" "elm.flip.content";
+ parts {
+ GENLIST_PART_BOTTOM_LINE
+ GENLIST_PART_PADDING_TOP(10)
+ GENLIST_PART_PADDING_BOTTOM(10)
+ GENLIST_PART_PADDING_LEFT(16)
+ GENLIST_PART_PADDING_RIGHT(16)
+ part {
+ name: "elm.icon.1";
+ clip_to: "disclip";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 32 32;
+ max: 32 32;
+ fixed: 1 1;
+ rel1 {
+ relative: 1.0 0.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.bottom";
+ }
+ rel2 {
+ relative: 1.0 0.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.bottom";
+ }
+ align: 0.0 1.0;
+ }
+ }
+ part {
+ name: "elm.padding.icon1.right";
+ clip_to: "disclip";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 16 0;
+ fixed: 1 0;
+ rel1 {
+ relative: 1.0 0.0;
+ to_x: "elm.icon.1";
+ }
+ rel2.to_x: "elm.icon.1";
+ align: 0.0 0.0;
+ visible: 0;
+ }
+ }
+ part {
+ name: "elm.text.2";
+ clip_to: "disclip";
+ type: TEXT;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.icon1.right";
+ to_y: "elm.text.1";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ to_x: "elm.padding.right";
+ to_y: "elm.padding.bottom";
+ }
+ color: 68 68 68 255;
+ text {
+ font: "Tizen:style=Medium";
+ size: 32;
+ min: 0 1;
+ align: 0.0 1.0;
+ text_class: "tizen";
+ }
+ }
+ }
+ part {
+ name: "elm.text.1";
+ clip_to: "disclip";
+ type: TEXTBLOCK;
+ mouse_events: 0;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {
+ relative: 1.0 1.0;
+ to_x: "elm.padding.left";
+ to_y: "elm.padding.top";
+ }
+ rel2 {
+ relative: 0.0 0.0;
+ to_x: "elm.padding.right";
+ to_y: "elm.icon.1";
+ }
+ color: GENLIST_PART_LIST_TEXT_DEFAULT;
+ text {
+ style: "activity_textblock_style";
+ min: 0 1;
+ align: 0.0 1.0;
+ }
+ }
+ }
+ part {
+ name: "disclip";
+ type: RECT;
+ description {
+ state: "default" 0.0;
+ color: 255 255 255 255;
+ }
+ }
+ }
+ }
+ group {
+ name: "elm/genlist/item/logdetail.5icon/default";
+ alias: "elm/genlist/item_odd/logdetail.5icon/default";
+ alias: "elm/genlist/item_compress/logdetail.5icon/default";
+ alias: "elm/genlist/item_compress_odd/logdetail.5icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5";
+
+ parts {
+ part {
+ name: "base";
+ type: RECT;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 112;
+ }
+ }
+ part {
+ name: "elm.icon.1";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min:0 74;
+ fixed: 0 1;
+ rel1.relative: 0.021 0.5;
+ rel2.relative: 0.196 0.5;
+ align: 0.5 0.5;
+ }
+ }
+
+ part {
+ name: "elm.icon.2";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 74;
+ fixed: 0 1;
+ rel1.relative: 0.218 0.5;
+ rel2.relative: 0.392 0.5;
+ align: 0.5 0.5;
+ }
+ }
+
+ part {
+ name: "elm.icon.3";
+ type: SWALLOW;
+ scale:1 ;
+ description {
+ state: "default" 0.0;
+ min: 0 74;
+ fixed: 0 1;
+ rel1.relative: 0.414 0.5;
+ rel2.relative: 0.588 0.5;
+ align: 0.5 0.5;
+ }
+ }
+ part {
+ name: "elm.icon.4";
+ type: SWALLOW;
+ scale:1 ;
+ description {
+ state: "default" 0.0;
+ min: 0 74;
+ fixed: 0 1;
+ rel1.relative: 0.61 0.5;
+ rel2.relative: 0.783 0.5;
+ align: 0.5 0.5;
+ }
+ }
+ part {
+ name: "elm.icon.5";
+ type: SWALLOW;
+ scale:1 ;
+ description {
+ state: "default" 0.0;
+ min: 0 74;
+ fixed: 0 1;
+ rel1.relative: 0.806 0.5;
+ rel2.relative: 0.979 0.5;
+ align: 0.5 0.5;
+ }
+ }
+ }
+ }
+ group { name: "elm/button/base/logdetail.circle/empty";
+ alias: "elm/button/base/logdetail.circle/empty";
+ images {
+ image: PHUG_IMAGES"C01-4_circle_button.png" COMP;
+ image: PHUG_IMAGES"C01-4_circle_button_press.png" COMP;
+ }
+ parts {
+ part { name: "button_image";
+ scale: 1;
+ description { state: "default" 0.0;
+ min: BUTTON_CIRCLE_STYLE_BG_MIN_MAX_INC;
+ max: BUTTON_CIRCLE_STYLE_BG_MIN_MAX_INC;
+ fixed: 1 1;
+ image.normal: PHUG_IMAGES"C01-4_circle_button.png";
+ }
+ description { state: "clicked" 0.0;
+ inherit: "default" 0.0;
+ image.normal: PHUG_IMAGES"C01-4_circle_button_press.png";
+ }
+ description { state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ image.normal: PHUG_IMAGES"C01-4_circle_button.png";
+ }
+ }
+ part { name: "elm.swallow.content";
+ type: SWALLOW;
+ clip_to: "icon_clipper";
+ scale: 1;
+ description { state: "default" 0.0;
+ min: BUTTON_CIRCLE_STYLE_CONTENT_MIN_MAX_INC;
+ max: BUTTON_CIRCLE_STYLE_CONTENT_MIN_MAX_INC;
+ fixed: 1 1;
+ visible: 0;
+ }
+ description { state: "visible" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ description { state: "disabled" 0.0;
+ inherit: "visible" 0.0;
+ }
+ }
+ part { name: "icon_clipper";
+ type: RECT;
+ scale: 1;
+ description { state: "default" 0.0;
+ color: 101 101 101 255;
+ }
+ description { state: "visible" 0.0;
+ color: 248 246 239 255;
+ }
+ description { state: "disabled" 0.0;
+ color: 101 101 101 76;
+ }
+ }
+ part { name: "over1";
+ type: RECT;
+ ignore_flags: ON_HOLD;
+ description { state: "default" 0.0;
+ color: 0 0 0 0;
+ }
+ }
+ part { name: "over2";
+ repeat_events: 1;
+ description { state: "default" 0.0;
+ color: 0 0 0 0;
+ }
+ }
+ part { name: "disabler";
+ type: RECT;
+ description { state: "default" 0.0;
+ color: 0 0 0 0;
+ visible: 0;
+ }
+ description { state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ }
+ }
+ }
+ programs {
+ program { name: "button_click";
+ signal: "mouse,down,1";
+ source: "over1";
+ action: SIGNAL_EMIT "elm,action,press" "";
+ after: "button_click_anim";
+ }
+ program { name: "button_click_anim";
+ action: STATE_SET "clicked" 0.0;
+ target: "button_image";
+ target: "icon_clipper";
+ }
+ program { name: "touch_snd";
+ signal: "mouse,clicked,1";
+ source: "over1";
+// action: PLAY_SAMPLE "touch_sound" 1.0;
+ after: button_unclick2;
+ }
+ program { name: "button_unclick2";
+ action: SIGNAL_EMIT "elm,action,click" "";
+ }
+ program { name: "button_unclick";
+ signal: "mouse,up,1";
+ source: "over2";
+ action: SIGNAL_EMIT "elm,action,unpress" "";
+ after: "button_unclick_anim";
+ }
+ program { name: "button_unclick_anim";
+ action: STATE_SET "default" 0.0;
+ target: "button_image";
+ target: "icon_clipper";
+ }
+ program { name: "disable";
+ signal: "elm,state,disabled";
+ source: "elm";
+ action: STATE_SET "disabled" 0.0;
+ target: "disabler";
+ target: "button_image";
+ target: "icon_clipper";
+ }
+ program { name: "enable";
+ signal: "elm,state,enabled";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "disabler";
+ target: "button_image";
+ target: "icon_clipper";
+ }
+ program { name: "icon_show";
+ signal: "elm,state,icon,visible";
+ source: "elm";
+ action: STATE_SET "visible" 0.0;
+ target: "elm.swallow.content";
+ }
+ program { name: "icon_hide";
+ signal: "elm,state,icon,hidden";
+ source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "elm.swallow.content";
+ }
+ }
+ }
+
+ group {
+ name: "elm/genlist/item/logdetail.2icon/default";
+ alias: "elm/genlist/item_odd/logdetail.2icon/default";
+ alias: "elm/genlist/item_compress/logdetail.2icon/default";
+ alias: "elm/genlist/item_compress_odd/logdetail.2icon/default";
+ data.item: "stacking" "above";
+ data.item: "selectraise" "on";
+ data.item: "contents" "elm.icon.1 elm.icon.2";
+
+ parts {
+ part {
+ name: "base";
+ type: RECT;
+ repeat_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 120;
+ visible: 0;
+ }
+ }
+ part {
+ name: "elm.icon.1";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min:0 78;
+ fixed: 0 1;
+ rel1.relative: 170/720 0.5;
+ rel2.relative: (170+190)/720 0.5;
+ align: 0.5 0.5;
+ }
+ }
+
+ part {
+ name: "elm.icon.2";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ min: 0 78;
+ fixed: 0 1;
+ rel1.relative: (170+190+10)/720 0.5;
+ rel2.relative: (170+190+10+190)/720 0.5;
+ align: 0.5 0.5;
+ }
+ }
+ }
+ }
+}