X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=themes%2Fwidgets%2Fgenlist%2Fgenlist_normal.edc;h=91fc4a498a98d9ad40184723a5a39c0daa4554a8;hb=d5cba29b3188a43f07cd29464f6841af61cb425c;hp=5de6f2900b7d0b0dfa9cd2b174d821e582209ff4;hpb=d7cbb1084bfab71753ec78aa3cf0705783f395d5;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc old mode 100755 new mode 100644 index 5de6f29..91fc4a4 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -54,8 +54,10 @@ ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.swallow.icon"; target: "elm.swallow.end"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // ------------------------------------------------------------------- @@ -66,59 +68,29 @@ alias: "elm/layout/item/editfield/default"; GENLIST_PROLOG_NORMAL - images { - image: "00_EditField_rename.png" COMP; - } - data.item: "contents" "elm.icon.entry elm.icon.eraser"; + data.item: "contents" "elm.icon.entry"; parts { GENLIST_PART_BASE GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE(29) - GENLIST_PART_PADDING_BOTTOM_SIZE(27) + GENLIST_PART_PADDING_LEFT_SIZE(16) + GENLIST_PART_PADDING_RIGHT_SIZE(16) + GENLIST_PART_PADDING_TOP_SIZE(8) + GENLIST_PART_PADDING_BOTTOM_SIZE(8) GENLIST_PART_ICON("elm.icon.entry", GENLIST_DESCRIPTION( - "elm.padding.left", "elm.icon.eraser", - "elm.padding.top", "elm.padding.bottom", - min: 0 48; // This is tuned value for exact entry size. - ) - ) - GENLIST_PART_IMAGE("elm.image.rename", - GENLIST_DESCRIPTION_ENVELOP("elm.icon.eraser", - fixed: 1 0; - visible: 1; - image.normal: "00_EditField_rename.png"; - min: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; - max: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; - color: GENLIST_ENTRY_RENAME_COLOR; - ) - description { state: "hide" 0.0; - inherit: "default" 0.0; - visible: 0; - } - ) - GENLIST_PART_ICON("elm.icon.eraser", - GENLIST_DESCRIPTION_RTB("elm.padding.right", + "elm.padding.left", "elm.padding.right", "elm.padding.top", "elm.padding.bottom", - fixed: 1 0; - visible: 0; - min: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; - max: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; + min: 0 96; // This is tuned value for exact entry size. ) - description { state: "show" 0.0; - inherit: "default" 0.0; - visible: 1; - } ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } - GENLIST_PROGRAMS_NORMAL( target: "elm.icon.entry"; target: "elm.image.rename"; ) - GENLIST_PROGRAMS_ENTRY + GENLIST_PROGRAMS_ENTRY( target: "elm.icon.entry"; ) } // 2.2.6.1 (without genlist background) @@ -139,61 +111,32 @@ alias: "elm/layout/editfield/title/default"; GENLIST_PROLOG_NORMAL - images { - image: "00_EditField_rename.png" COMP; - } - data.item: "contents" "elm.icon.entry elm.icon.eraser"; + data.item: "contents" "elm.icon.entry"; data.item: "texts" "elm.text"; parts { GENLIST_PART_BASE GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE(22) - GENLIST_PART_PADDING_BOTTOM_SIZE(22) + GENLIST_PART_PADDING_LEFT_SIZE( 16 ) + GENLIST_PART_PADDING_RIGHT_SIZE( 16 ) + GENLIST_PART_PADDING_TOP_SIZE(17) + GENLIST_PART_PADDING_BOTTOM_SIZE(16) + GENLIST_PART_PADDING_L_SIZE("elm.padding.title", "elm.padding.left", 10) GENLIST_PART_SUBITEM_SETTINGS_LRT("elm.text", GENLIST_HEIGHT_2LINE_SUB, - "elm.padding.left", "elm.padding.right", "elm.padding.top" + "elm.padding.title", "elm.padding.right", "elm.padding.top" ) GENLIST_PART_ICON("elm.icon.entry", GENLIST_DESCRIPTION( - "elm.padding.left", "elm.icon.eraser", - "elm.text", "elm.padding.bottom", - min: 0 48; // This is tuned value for exact entry size. - ) - ) - GENLIST_PART_IMAGE("elm.image.rename", - GENLIST_DESCRIPTION_ENVELOP("elm.icon.eraser", - visible: 1; - fixed: 1 0; - image.normal: "00_EditField_rename.png"; - min: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; - max: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; - color: GENLIST_ENTRY_RENAME_COLOR; - ) - description { state: "hide" 0.0; - inherit: "default" 0.0; - visible: 0; - } - ) - GENLIST_PART_ICON("elm.icon.eraser", - GENLIST_DESCRIPTION_RTB("elm.padding.right", + "elm.padding.left", "elm.padding.right", "elm.text", "elm.padding.bottom", - fixed: 1 0; - visible: 0; - min: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; - max: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; + min: 0 62; // This is tuned value for exact entry size. ) - description { state: "show" 0.0; - inherit: "default" 0.0; - visible: 1; - } ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } - GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.entry"; target: "elm.image.rename"; ) - GENLIST_PROGRAMS_ENTRY + GENLIST_PROGRAMS_ENTRY( target: "elm.text"; target: "elm.icon.entry"; ) } // 2.2.6.2 (without genlist background) @@ -231,33 +174,53 @@ ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } - GENLIST_PROGRAMS_NORMAL( target: "elm.icon"; ) + GENLIST_PROGRAM_DEFAULT( target: "elm.icon"; ) + GENLIST_PROGRAM_DISABLED( target: "elm.icon"; ) + GENLIST_PROGRAM_SELECT( target: "elm.icon"; ) + GENLIST_PROGRAM_FLIP + GENLIST_PROGRAM_FOCUS_NORMAL } group { GENLIST_NAME("1icon/with_no_line/default") inherit: "elm/genlist/item/1icon/default"; parts { - part { name: "bottom_line"; - description { state: "default" 0.0; - visible: 0; - } - } - part { name: "bottom_line2"; + GENLIST_PART_BOTTOM_LINE_OFF + } + } + + group { GENLIST_NAME("1icon/no_padding/default") + inherit: "elm/genlist/item/1icon/default"; + + parts { + GENLIST_PART_PADDING_LEFT_SIZE(0) + GENLIST_PART_PADDING_RIGHT_SIZE(0) + GENLIST_PART_PADDING_TOP_SIZE(0) + GENLIST_PART_PADDING_BOTTOM_SIZE(0) + part { name: "elm.icon"; description { state: "default" 0.0; - visible: 0; + min: 0 (GENLIST_HEIGHT_1LINE+4); } } } } - group { GENLIST_NAME("1icon/no_padding/default") + group { GENLIST_NAME("1icon/no_padding_line/default") inherit: "elm/genlist/item/1icon/default"; parts { GENLIST_PART_PADDING_LEFT_SIZE(0) GENLIST_PART_PADDING_RIGHT_SIZE(0) + GENLIST_PART_PADDING_TOP_SIZE(0) + GENLIST_PART_PADDING_BOTTOM_SIZE(0) + GENLIST_PART_BOTTOM_LINE_OFF + part { name: "elm.icon"; + description { state: "default" 0.0; + min: 0 (GENLIST_HEIGHT_1LINE + GENLIST_PADDING_SIZE_TOP + GENLIST_PADDING_SIZE_BOTTOM); + } + } } } @@ -271,8 +234,8 @@ data.item: "texts" "elm.text"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -284,8 +247,10 @@ "elm.padding.top", "elm.padding.bottom", ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.1 (textblock) group { GENLIST_NAME("1text.tb/default") @@ -305,8 +270,10 @@ "elm.padding.top", "elm.padding.bottom", ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.2 @@ -314,8 +281,8 @@ GENLIST_PROLOG_NORMAL data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -331,8 +298,11 @@ "elm.padding.top", "elm.padding.bottom" ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.1.3 @@ -358,8 +328,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -374,8 +344,10 @@ GENLIST_PART_ICON_BTN_01_RTB("elm.icon", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.5 @@ -396,7 +368,6 @@ } } - // 2.2.1.7 group { GENLIST_NAME("1text.1icon.7/default") inherit: "elm/genlist/item/1text.1icon/default"; @@ -412,6 +383,7 @@ parts { GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon", "elm.padding.right") + GENLIST_PART_FOCUS_NORMAL } } @@ -420,7 +392,8 @@ inherit: "elm/genlist/item/1text.1icon.5/default"; GENLIST_INHERIT_THUMB_CIRCLE_LARGE("elm.icon") - GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; target: "elm.thumb"; ) + GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.1.8.1 (Square) @@ -428,7 +401,8 @@ inherit: "elm/genlist/item/1text.1icon.5/default"; GENLIST_INHERIT_THUMB_SQUARE_LARGE("elm.icon") - GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; target: "elm.thumb"; ) + GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.1.9 @@ -438,8 +412,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -461,8 +435,10 @@ GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon.1", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.9 (textblock) @@ -472,8 +448,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -495,8 +471,10 @@ GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon.1", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.10 @@ -523,8 +501,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -536,8 +514,10 @@ GENLIST_PART_LISTITEM_LR("elm.text", GENLIST_HEIGHT_1LINE, "elm.padding.icon.right", "elm.padding.right", ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.10.1 (circle) @@ -545,7 +525,8 @@ inherit: "elm/genlist/item/1text.1icon.2/default"; GENLIST_INHERIT_THUMB_CIRCLE_MEDIUM("elm.icon") - GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; target: "elm.thumb"; ) + GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.1.10.1 (square) @@ -553,7 +534,8 @@ inherit: "elm/genlist/item/1text.1icon.2/default"; GENLIST_INHERIT_THUMB_SQUARE_MEDIUM("elm.icon") - GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; target: "elm.thumb"; ) + GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.1.10 (textblock) @@ -563,8 +545,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -575,8 +557,10 @@ GENLIST_PART_PADDING_L("elm.padding.icon.right", "elm.icon") GENLIST_PART_LISTITEM_LR_TB("elm.text", GENLIST_HEIGHT_1LINE, "elm.padding.icon.right", "elm.padding.right",) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.11 @@ -586,8 +570,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -599,8 +583,39 @@ GENLIST_PART_LISTITEM_LR("elm.text.1", GENLIST_HEIGHT_1LINE, "elm.padding.icon.right", "elm.text.2",) GENLIST_PART_SUBITEM_R("elm.text.2", GENLIST_HEIGHT_1LINE, "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL + } + GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + } + +// 2.2.1.11 (textblock) + group { GENLIST_NAME("2text.1icon.tb/default") + alias: "elm/genlist/item/2text.1icon.6.tb/default"; + GENLIST_PROLOG_NORMAL + data.item: "texts" "elm.text.1 elm.text.2"; + data.item: "contents" "elm.icon"; + + parts { + GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL + GENLIST_PART_BOTTOM_LINE + GENLIST_PART_PADDING_LEFT + GENLIST_PART_PADDING_RIGHT + GENLIST_PART_PADDING_TOP + GENLIST_PART_PADDING_BOTTOM + + GENLIST_PART_ICON_BIG_L("elm.icon", "elm.padding.left") + GENLIST_PART_PADDING_L("elm.padding.icon.right", "elm.icon") + GENLIST_PART_LISTITEM_LR_TB("elm.text.1", GENLIST_HEIGHT_1LINE, "elm.padding.icon.right", "elm.text.2",) + GENLIST_PART_SUBITEM_R_TB("elm.text.2", GENLIST_HEIGHT_1LINE, "elm.padding.right") + GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.1.12 @@ -624,8 +639,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -638,8 +653,10 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_BTN_01_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.13 (textblock) @@ -649,8 +666,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -663,8 +680,10 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_BTN_01_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.14 @@ -703,7 +722,6 @@ parts { GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon", "elm.padding.left") } - GENLIST_PROGRAM_CHECK("elm.icon") } // 2.2.1.16 (textblock) @@ -714,7 +732,6 @@ parts { GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon", "elm.padding.left") } - GENLIST_PROGRAM_CHECK("elm.icon") } // 2.2.1.17 @@ -725,7 +742,6 @@ GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") } - GENLIST_PROGRAM_CHECK("elm.icon.1") } // 2.2.1.17 (textblock) @@ -736,7 +752,6 @@ GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") } - GENLIST_PROGRAM_CHECK("elm.icon") } // 2.2.1.18 @@ -747,8 +762,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -761,9 +776,10 @@ GENLIST_PART_PADDING_L("elm.padding.icon2.right", "elm.icon.2") GENLIST_PART_LISTITEM_LR("elm.text", GENLIST_HEIGHT_1LINE, "elm.padding.icon2.right", "elm.padding.right",) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; ) - GENLIST_PROGRAM_CHECK("elm.icon.1") + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.19 @@ -774,8 +790,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -791,9 +807,10 @@ GENLIST_PART_PADDING_R("elm.padding.icon3.left", "elm.icon.3") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.3", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; ) - GENLIST_PROGRAM_CHECK("elm.icon.1") + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.21 @@ -804,7 +821,6 @@ GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") GENLIST_PART_ICON_BIG_R("elm.icon.2", "elm.padding.right") } - GENLIST_PROGRAM_CHECK("elm.icon.1") } // 2.2.1.22 @@ -815,7 +831,6 @@ GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") } - GENLIST_PROGRAM_CHECK("elm.icon.1") } // 2.2.1.24 @@ -825,8 +840,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -842,9 +857,10 @@ GENLIST_PART_PADDING_R("elm.padding.icon3.left", "elm.icon.3") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.3", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; ) - GENLIST_PROGRAM_CHECK("elm.icon.1") + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.1.26 @@ -853,8 +869,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -870,10 +886,13 @@ GENLIST_PART_SUBITEM_R_FIXED("elm.text.2", 200, GENLIST_HEIGHT_1LINE, "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.divider1"; target: "elm.divider2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.1.26 (textblock) @@ -882,8 +901,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -898,9 +917,12 @@ GENLIST_PART_SUBITEM_R_FIXED_TB("elm.text.2", 206, GENLIST_HEIGHT_1LINE, "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.divider1"; target: "elm.divider2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.1.27 @@ -909,8 +931,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -925,8 +947,11 @@ GENLIST_PART_SUBITEM_LR("elm.text.1", GENLIST_HEIGHT_1LINE, "elm.divider.right", "elm.padding.right", ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.divider1"; target: "elm.divider2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.1.28 @@ -966,8 +991,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -981,8 +1006,11 @@ GENLIST_PART_SUBITEM_LRB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.left", "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.1 (textblock) @@ -991,8 +1019,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1007,8 +1035,11 @@ "elm.padding.left", "elm.padding.right", "elm.padding.bottom" ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.2 @@ -1017,8 +1048,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1033,8 +1064,11 @@ "elm.text.2", "elm.padding.bottom", ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.3 @@ -1043,8 +1077,8 @@ data.item: "texts" "elm.text.1 elm.text.2 elm.text.3"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1061,8 +1095,12 @@ GENLIST_PART_SUBITEM_LRB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.left", "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.3 (textblock) @@ -1071,8 +1109,8 @@ data.item: "texts" "elm.text.1 elm.text.2 elm.text.3"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1090,8 +1128,12 @@ "elm.padding.left", "elm.padding.right", "elm.padding.bottom" ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.4 @@ -1101,8 +1143,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1118,8 +1160,11 @@ GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") GENLIST_PART_ICON_BTN_01_RTB("elm.icon", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.4 (textblock) @@ -1129,8 +1174,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1146,8 +1191,11 @@ GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") GENLIST_PART_ICON_BTN_01_RTB("elm.icon", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } @@ -1167,8 +1215,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1185,8 +1233,11 @@ GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") GENLIST_PART_ICON_BTN_02_RTB("elm.icon", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.6 @@ -1196,8 +1247,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1225,9 +1276,12 @@ GENLIST_PART_ICON_STAR_RTB("elm.icon.1", "elm.padding.right", "elm.padding.top", "elm.text.2") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.7 @@ -1237,8 +1291,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1262,9 +1316,13 @@ GENLIST_PART_SUBITEM_RB("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.7 (textblock) @@ -1274,8 +1332,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1300,9 +1358,13 @@ GENLIST_PART_SUBITEM_RTB_TB("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.8 @@ -1312,8 +1374,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1337,9 +1399,12 @@ fixed: 1 1; ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.9 @@ -1378,8 +1443,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1396,8 +1461,11 @@ GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") GENLIST_PART_ICON_BTN_ONOFF_R("elm.icon", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.11 @@ -1421,8 +1489,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1452,9 +1520,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_BIG_R("elm.icon.1", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.13 @@ -1464,8 +1535,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1481,9 +1552,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") GENLIST_PART_ICON_BIG_R("elm.icon", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.14 @@ -1493,8 +1567,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1509,9 +1583,12 @@ GENLIST_PART_SUBITEM_LRB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.icon.right", "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.14.1 (circle) @@ -1520,7 +1597,8 @@ GENLIST_INHERIT_THUMB_CIRCLE_MEDIUM("elm.icon") GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.icon"; target: "elm.thumb"; ) + target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.2.14.1 (square) @@ -1529,7 +1607,8 @@ GENLIST_INHERIT_THUMB_SQUARE_MEDIUM("elm.icon") GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.icon"; target: "elm.thumb"; ) + target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.2.14 (textblock) @@ -1539,8 +1618,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1555,9 +1634,12 @@ GENLIST_PART_SUBITEM_LRB_TB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.icon.right", "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.15 @@ -1567,8 +1649,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1585,9 +1667,13 @@ GENLIST_PART_SUBITEM_LRB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.icon.right", "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.16 @@ -1611,8 +1697,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5 elm.icon.6"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1642,9 +1728,12 @@ GENLIST_PART_ICON_STAR_RTB("elm.icon.1", "elm.padding.right", "elm.padding.top", "elm.text.2") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5"; target: "elm.icon.6"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.17 (textblock) @@ -1654,8 +1743,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5 elm.icon.6"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1685,9 +1774,12 @@ GENLIST_PART_ICON_STAR_RTB("elm.icon.1", "elm.padding.right", "elm.padding.top", "elm.text.2") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5"; target: "elm.icon.6"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.18 @@ -1697,8 +1789,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1716,9 +1808,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } @@ -1729,8 +1824,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1748,9 +1843,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.19 @@ -1760,8 +1858,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1780,9 +1878,12 @@ GENLIST_PART_ICON_SMALL_RTB("elm.icon.2", "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.19 (textblock) @@ -1792,8 +1893,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1812,10 +1913,13 @@ GENLIST_PART_ICON_SMALL_RTB("elm.icon.2", "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.20 @@ -1825,8 +1929,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1844,9 +1948,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_BTN_01_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.20 (textblock) @@ -1856,8 +1963,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1875,9 +1982,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_BTN_01_RTB("elm.icon.2", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.21 @@ -1893,34 +2003,37 @@ data.item: "contents" "elm.icon.1 elm.swallow.progress "; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( 50 ) - GENLIST_PART_PADDING_BOTTOM_SIZE( 46 ) + GENLIST_PART_PADDING_TOP_SIZE( 59 ) + GENLIST_PART_PADDING_BOTTOM_SIZE( 54 ) GENLIST_PART_ICON_BIG_L("elm.icon.1", "elm.padding.left") GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") GENLIST_PART_ICON("elm.swallow.progress", GENLIST_DESCRIPTION( "elm.padding.icon1.right", "elm.padding.right", "elm.padding.top", "elm.padding.bottom", - min: 0 34;) + min: 0 27;) ) - GENLIST_PART_SUBITEM_LRT("elm.text.1", 46, + GENLIST_PART_SUBITEM_LRT("elm.text.1", 54, "elm.padding.icon1.right", "elm.text.2", "elm.swallow.progress") GENLIST_PART_SUBITEM("elm.text.2", GENLIST_DESCRIPTION_RT( "elm.padding.right", "elm.swallow.progress", - min: 0 46; + min: 0 54; GENLIST_PARAM_SUBITEM_DEFAULT GENLIST_PARAM_TEXT_LIMIT_RT fixed: 1 1;) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.swallow.progress";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.22 @@ -1936,8 +2049,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -1949,26 +2062,26 @@ GENLIST_PART_LISTITEM("elm.text.1", GENLIST_DESCRIPTION_LRT("elm.padding.icon1.right", "elm.padding.icon2.left", "elm.padding.top", - min: 0 50; + min: 0 59; GENLIST_PARAM_PROGRESS_MAIN fixed: 0 1; ) ) GENLIST_PART_ICON("elm.swallow.progress", GENLIST_DESCRIPTION("elm.padding.icon1.right", "elm.padding.icon2.left", "elm.text.1", "elm.text.2", - min: 0 34; + min: 0 27; ) ) GENLIST_PART_SUBITEM("elm.text.2", GENLIST_DESCRIPTION_LRB("elm.padding.icon1.right", "elm.text.3", "elm.padding.bottom", - min: 0 46; + min: 0 54; GENLIST_PARAM_SUBITEM_DEFAULT fixed: 1 1; ) ) GENLIST_PART_SUBITEM("elm.text.3", GENLIST_DESCRIPTION_RB("elm.padding.icon2.left", "elm.padding.bottom", - min: 0 46; + min: 0 54; GENLIST_PARAM_SUBITEM_DEFAULT GENLIST_PARAM_TEXT_LIMIT_RT fixed: 1 1; // This limits text growing. @@ -1981,9 +2094,13 @@ max: 156 GENLIST_BTN_01_HEIGHT;) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.swallow.progress"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.23 @@ -1993,8 +2110,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2012,9 +2129,12 @@ GENLIST_PART_PADDING_R_SIZE("elm.padding.icon.left", "elm.icon", 26) GENLIST_PART_ICON_BTN_ONOFF_R("elm.icon", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; target: "elm.divider1"; target: "elm.divider2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.30 @@ -2024,8 +2144,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2058,9 +2178,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon.1", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.31 @@ -2068,6 +2191,7 @@ inherit: "elm/genlist/item/2text.1icon.2/default"; parts { GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon", "elm.padding.right") + GENLIST_PART_FOCUS_NORMAL } } @@ -2077,7 +2201,8 @@ GENLIST_INHERIT_THUMB_CIRCLE_LARGE("elm.icon") GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.icon"; target: "elm.thumb"; ) + target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.2.2.31.1 (square) @@ -2086,17 +2211,40 @@ GENLIST_INHERIT_THUMB_SQUARE_LARGE("elm.icon") GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.icon"; target: "elm.thumb"; ) + target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } -// 2.2.2.32 +// 2.2.2.31 (textblock) group { GENLIST_NAME("2text.1icon.12.tb/default") inherit: "elm/genlist/item/2text.1icon.2.tb/default"; parts { GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon", "elm.padding.right") + GENLIST_PART_FOCUS_NORMAL } } +// 2.2.2.31.1 (circle) textblock + group { GENLIST_NAME("2text.1icon.12.tb.thumb.circle/default") + inherit: "elm/genlist/item/2text.1icon.12.tb/default"; + + GENLIST_INHERIT_THUMB_CIRCLE_LARGE("elm.icon") + GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; + target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB + } + +// 2.2.2.31.1 (square) textblock + group { GENLIST_NAME("2text.1icon.12.tb.thumb.square/default") + inherit: "elm/genlist/item/2text.1icon.12.tb/default"; + + GENLIST_INHERIT_THUMB_SQUARE_LARGE("elm.icon") + GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; + target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB + } + + // 2.2.2.32 // 2.2.2.36 group { GENLIST_NAME("2text.1icon.9/default") @@ -2104,7 +2252,6 @@ parts { GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon", "elm.padding.left") } - GENLIST_PROGRAM_CHECK("elm.icon") } // 2.2.2.33 @@ -2114,7 +2261,6 @@ parts { GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") } - GENLIST_PROGRAM_CHECK("elm.icon.1") } // 2.2.2.34 @@ -2125,8 +2271,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2143,10 +2289,12 @@ GENLIST_PART_SUBITEM_LRB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.icon2.right", "elm.padding.right", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2";) - GENLIST_PROGRAM_CHECK("elm.icon.1") + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.35 @@ -2156,8 +2304,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2177,9 +2325,11 @@ GENLIST_PART_PADDING_R("elm.padding.icon3.left", "elm.icon.3") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.3", "elm.padding.right", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) - GENLIST_PROGRAM_CHECK("elm.icon.1") + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } @@ -2193,8 +2343,8 @@ image: "00_list_bubble_bg.png" COMP; } parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2219,9 +2369,14 @@ GENLIST_PART_SUBITEM_RTB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; - target: "elm.icon.1";) + target: "elm.icon.1"; target: "elm.bubble"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") } // 2.2.2.38 textblock @@ -2235,8 +2390,8 @@ } parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2264,9 +2419,14 @@ "elm.padding.right", "elm.text.1", "elm.padding.bottom" ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; - target: "elm.icon.1";) + target: "elm.icon.1"; target: "elm.bubble"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") } // 2.2.2.39 @@ -2276,8 +2436,8 @@ data.item: "contents" "elm.icon.1 "; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2292,7 +2452,7 @@ GENLIST_PART_ICON_SMALL_RTB("elm.icon.1", "elm.padding.text4.left", "elm.padding.top", "elm.text.3") GENLIST_PART_PADDING_R("elm.padding.text4.left", "elm.text.4") - GENLIST_PART_SUBITEM_RTB("elm.text.4", GENLIST_HEIGHT_2LINE_MAIN, + GENLIST_PART_SUBITEM_02_RTB("elm.text.4", GENLIST_HEIGHT_2LINE_MAIN, "elm.padding.right", "elm.padding.top", "elm.text.3") GENLIST_PART_SUBITEM_LRB("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, @@ -2301,9 +2461,14 @@ GENLIST_PART_SUBITEM_RTB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; target: "elm.icon.1";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") } // 2.2.2.39 (TEXTBLOCK) group { GENLIST_NAME("4text.1icon.2.tb/default") @@ -2312,34 +2477,46 @@ data.item: "contents" "elm.icon.1"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT GENLIST_PART_PADDING_TOP_2LINE GENLIST_PART_PADDING_BOTTOM_2LINE - GENLIST_PART_LISTITEM_TB_("elm.text.1", GENLIST_HEIGHT_2LINE_MAIN, - "elm.padding.left", "elm.padding.icon1.left", - "elm.padding.top", "elm.text.3", + GENLIST_PART_LISTITEM_LRT_TB("elm.text.1", GENLIST_HEIGHT_2LINE_MAIN, + "elm.padding.left", "elm.padding.icon1.left", "elm.padding.top", ) GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_SMALL_RTB("elm.icon.1", - "elm.padding.text4.left", "elm.padding.top", "elm.text.3") + "elm.padding.text4.left", "elm.padding.top", "elm.text.2" + ) GENLIST_PART_PADDING_R("elm.padding.text4.left", "elm.text.4") + + // FIXME: This part depends on elm.text.2 as bottom part. + // So if elm.text.3 (the other bottom part) size is changed, + // It can break this part's height. GENLIST_PART_SUBITEM_RTB_TB("elm.text.4", GENLIST_HEIGHT_2LINE_MAIN, - "elm.padding.right", "elm.padding.top", "elm.text.3") + "elm.padding.right", "elm.padding.top", "elm.text.2" + ) - GENLIST_PART_SUBITEM_LRB_TB("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, - "elm.padding.left", "elm.padding.text2.left", "elm.padding.bottom") + GENLIST_PART_SUBITEM_TB_("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, + "elm.padding.left", "elm.padding.text2.left", "elm.text.1", "elm.padding.bottom" + ) GENLIST_PART_PADDING_R("elm.padding.text2.left", "elm.text.2") GENLIST_PART_SUBITEM_RTB_TB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, - "elm.padding.right", "elm.text.1", "elm.padding.bottom") + "elm.padding.right", "elm.text.1", "elm.padding.bottom" + ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; target: "elm.icon.1";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") } // 2.2.2.40 @@ -2351,8 +2528,8 @@ image: "00_list_bubble_bg.png" COMP; } parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2373,34 +2550,86 @@ GENLIST_PART_SUBITEM_RTB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } - GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; ) - - } + GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; + target: "elm.bubble"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") -// 2.2.2.41 - group { GENLIST_NAME("4text.2/default") - inherit: "elm/genlist/item/4text.1/default"; - parts { - part { name: "elm.bubble"; - description { state: "default" 0.0; - visible: 0; - } - } - GENLIST_PART_SUBITEM_RTB("elm.text.4", GENLIST_HEIGHT_2LINE_MAIN, - "elm.padding.right", "elm.padding.top", "elm.text.3") - } } -// 2.2.2.42 - group { GENLIST_NAME("3text.1icon.3/default") +// 2.2.2.40.tb + group { GENLIST_NAME("4text.1.tb/default") GENLIST_PROLOG_NORMAL - data.item: "texts" "elm.text.1 elm.text.2 elm.text.3"; - data.item: "contents" "elm.icon.1"; + data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4"; + images { + image: "00_list_bubble_bg.png" COMP; + } parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL + GENLIST_PART_BOTTOM_LINE + GENLIST_PART_PADDING_LEFT + GENLIST_PART_PADDING_RIGHT + GENLIST_PART_PADDING_TOP_2LINE + GENLIST_PART_PADDING_BOTTOM_2LINE + + GENLIST_PART_LISTITEM_TB_("elm.text.1", GENLIST_HEIGHT_2LINE_MAIN, + "elm.padding.left", "elm.padding.bubble.left", + "elm.padding.top", "elm.text.3", + ) + GENLIST_PART_PADDING_R("elm.padding.bubble.left", "elm.bubble") + GENLIST_PART_LIST_BUBBLE_TEXT_RTB("elm.text.4", GENLIST_HEIGHT_2LINE_MAIN, + "elm.padding.right", "elm.padding.top", "elm.text.3") + + GENLIST_PART_SUBITEM_LRB_TB("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, + "elm.padding.left", "elm.padding.text2.left", "elm.padding.bottom") + GENLIST_PART_PADDING_R("elm.padding.text2.left", "elm.text.2") + GENLIST_PART_SUBITEM_RTB_TB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, + "elm.padding.right", "elm.text.1", "elm.padding.bottom") + GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL + } + GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; + target: "elm.bubble"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") + + } + + +// 2.2.2.41 + group { GENLIST_NAME("4text.2/default") + inherit: "elm/genlist/item/4text.1/default"; + parts { + part { name: "elm.bubble"; + description { state: "default" 0.0; + visible: 0; + } + description { state: "selected" 0.0; + visible: 0; + } + } + GENLIST_PART_SUBITEM_02_RTB("elm.text.4", GENLIST_HEIGHT_2LINE_MAIN, + "elm.padding.right", "elm.padding.top", "elm.text.3") + } + } + +// 2.2.2.42 + group { GENLIST_NAME("3text.1icon.3/default") + GENLIST_PROLOG_NORMAL + data.item: "texts" "elm.text.1 elm.text.2 elm.text.3"; + data.item: "contents" "elm.icon.1"; + + parts { + GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2418,9 +2647,13 @@ GENLIST_PART_SUBITEM_RTB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon.1";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.42 @@ -2430,8 +2663,8 @@ data.item: "contents" "elm.icon.1"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2452,9 +2685,13 @@ GENLIST_PART_SUBITEM_RTB_TB("elm.text.2", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon.1";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } @@ -2465,8 +2702,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2492,9 +2729,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_BIG_R("elm.icon.1", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.44 @@ -2507,8 +2747,8 @@ image: "00_list_bubble_bg.png" COMP; } parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_TOP_2LINE GENLIST_PART_PADDING_BOTTOM_2LINE @@ -2536,9 +2776,14 @@ "elm.padding.right", "elm.text.1", "elm.padding.bottom" ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; - target: "elm.swallow.colorbar"; target: "elm.icon.1";) + target: "elm.swallow.colorbar"; target: "elm.icon.1"; target: "elm.bubble"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") + GENLIST_PROGRAM_SOUND("elm.text.4") } // 2.2.2.45 @@ -2548,8 +2793,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2566,9 +2811,13 @@ GENLIST_PART_SUBITEM_RTB("elm.text.3", GENLIST_HEIGHT_2LINE_SUB, "elm.padding.right", "elm.text.1", "elm.padding.bottom") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") + GENLIST_PROGRAM_SOUND("elm.text.3") } // 2.2.2.46 @@ -2578,8 +2827,8 @@ data.item: "contents" "elm.icon.1 elm.icon.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2597,9 +2846,12 @@ GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") GENLIST_PART_ICON_THUMBNAIL1_R("elm.icon.2", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon.1"; target: "elm.icon.2";) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.2.47 @@ -2617,8 +2869,8 @@ data.item: "texts" "elm.title elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2645,6 +2897,7 @@ ) GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB_WRAP ) + GENLIST_PART_CENTER_LINE_LRT("elm.divider2", "bg", "elm.text.1") GENLIST_PART_TEXTBLOCK("elm.text.2", GENLIST_DESCRIPTION("elm.divider.right", "elm.padding.right", "center_line2", "elm.padding.bottom", GENLIST_PARAM_LISTITEM_TB_WRAP @@ -2652,13 +2905,14 @@ ) GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB_WRAP ) - GENLIST_PART_CENTER_LINE_LT("elm.divider2", "elm.text.1") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.title"; target: "elm.text.1"; target: "elm.text.2"; target: "elm.divider1"; target:"elm.divider2"; target: "center_line"; target:"center_line2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") } // 2.2.4.2 @@ -2667,8 +2921,8 @@ data.item: "texts" "elm.title elm.text"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2696,11 +2950,13 @@ GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB_WRAP ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.title"; target: "elm.text"; target: "elm.divider1"; target:"elm.divider2"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.2.4.3 @@ -2709,8 +2965,8 @@ data.item: "texts" "elm.text.1 elm.text.2"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2734,8 +2990,11 @@ GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB_WRAP ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.2.4.4 @@ -2751,13 +3010,13 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( 16 ) - GENLIST_PART_PADDING_BOTTOM_SIZE( 16 ) + GENLIST_PART_PADDING_TOP_SIZE( 10 ) + GENLIST_PART_PADDING_BOTTOM_SIZE( 10 ) GENLIST_PART_LISTITEM("elm.text.1", GENLIST_DESCRIPTION_LRT("elm.padding.left", "elm.padding.icon5.left", "elm.padding.top", @@ -2778,7 +3037,7 @@ "elm.padding.right", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_T_SIZE("elm.padding.text1.bottom", "elm.text.1", 16) + GENLIST_PART_PADDING_T_SIZE("elm.padding.text1.bottom", "elm.text.1", 14) GENLIST_PART_TEXTBLOCK("elm.text.2", GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.right", "elm.padding.text1.bottom", "elm.padding.bottom", GENLIST_PARAM_SUBITEM_DEFAULT_TB_WRAP @@ -2786,8 +3045,11 @@ GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB_WRAP ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.4.4.5 @@ -2797,8 +3059,8 @@ data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT @@ -2821,33 +3083,36 @@ GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB_WRAP ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAMS_NORMAL( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } /************************************************************/ /******************** Dialogue Group ************************/ /************************************************************/ -// 2.2.6.1 (Dialogue) +// 2.4.3 (Dialogue) group { GENLIST_NAME("dialogue/editfield/default") alias: "elm/layout/dialogue/editfield/default"; inherit: "elm/genlist/item/editfield/default"; - data.item: "contents" "elm.icon.entry elm.image.rename elm.icon.eraser elm.icon.edit"; + data.item: "contents" "elm.icon.entry elm.icon.edit"; - GENLIST_DIALOGUE_INHERIT_BODY( ; ) - GENLIST_PROGRAMS_DIALOGUE( target: "elm.icon.entry"; target: "elm.image.rename"; target: "elm.icon.edit";) + GENLIST_DIALOGUE_EDITFIELD_INHERIT_BODY( ; ) + GENLIST_PROGRAMS_DIALOGUE_ENTRY( target: "elm.icon.entry"; target: "elm.icon.edit";) } -// 2.2.6.2 (Dialogue) +// 2.4.3 (Dialogue) group { GENLIST_NAME("dialogue/editfield/title/default") alias: "elm/layout/dialogue/editfield/title/default"; inherit: "elm/genlist/item/editfield/title/default"; - data.item: "contents" "elm.icon.entry elm.image.rename elm.icon.eraser elm.icon.edit"; + data.item: "contents" "elm.icon.entry elm.icon.edit"; - GENLIST_DIALOGUE_INHERIT_BODY( ; ) - GENLIST_PROGRAMS_DIALOGUE( target: "elm.icon.entry"; target: "elm.image.rename"; target: "elm.icon.edit";) + GENLIST_DIALOGUE_EDITFIELD_INHERIT_BODY( ; ) + GENLIST_PROGRAMS_DIALOGUE_ENTRY( target: "elm.icon.entry"; target: "elm.icon.edit";) } // Dialogue Group Separators @@ -2859,7 +3124,6 @@ data.item: "selectraise" "on"; parts { - GENLIST_PART_BG(0 0 0 0, 0 0 0 0, 0 0 0 0) GENLIST_PART_BASE GENLIST_PART_SPACER("separator", description { state: "default" 0.0; @@ -2879,7 +3143,6 @@ data.item: "selectraise" "on"; parts { - GENLIST_PART_BG(0 0 0 0, 0 0 0 0, 0 0 0 0) GENLIST_PART_BASE GENLIST_PART_SPACER("separator", description { state: "default" 0.0; @@ -2921,6 +3184,7 @@ */ GENLIST_DIALOGUE_INHERIT_BODY(;) GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.4.1.2 @@ -2955,7 +3219,8 @@ inherit: "elm/genlist/item/dialogue/1text.1icon.2/default"; GENLIST_INHERIT_THUMB_CIRCLE_MEDIUM_DIALOGUE("elm.icon") - GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; target: "elm.icon"; target: "elm.thumb"; ) + GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.4.1.3.1 (square) @@ -2963,7 +3228,8 @@ inherit: "elm/genlist/item/dialogue/1text.1icon.2/default"; GENLIST_INHERIT_THUMB_SQUARE_MEDIUM_DIALOGUE("elm.icon") - GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; target: "elm.icon"; target: "elm.thumb"; ) + GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAMS_THUMB } // 2.4.1.3 (TEXTBLOCK) @@ -2999,6 +3265,17 @@ GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) } +// 2.4.1.5 (textblock) + group { GENLIST_NAME("dialogue/2text.1icon.6.tb/default") + alias: "elm/layout/dialogue/2text.1icon.6.tb"; + inherit: "elm/genlist/item/2text.1icon.tb/default"; + + data.item: "contents" "elm.icon elm.icon.edit"; + + GENLIST_DIALOGUE_INHERIT_BODY( ; ) + GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + } + // 2.4.1.6 // 2.4.1.15 // 2.5.2.2 & 2.5.2.3 (expandable) @@ -3075,6 +3352,7 @@ GENLIST_PART_PADDING_R("elm.padding.icon3.left", "elm.icon.3") GENLIST_PART_ICON_BIG_R("elm.icon.3", "elm.padding.right") GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; ) @@ -3106,8 +3384,10 @@ ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text") } // 2.4.1.10 @@ -3141,6 +3421,46 @@ ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE + } + GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; + target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1"); + GENLIST_PROGRAM_SOUND("elm.text.2"); + } + +// 2.4.1.10 (Textblock) + group { GENLIST_NAME("dialogue/2text.1icon.4.tb/default") + alias: "elm/layout/dialogue/2text.1icon.4.tb"; + + GENLIST_PROLOG_DIALOGUE + data.item: "texts" "elm.text.1 elm.text.2"; + data.item: "contents" "elm.icon elm.icon.edit"; + + parts { + GENLIST_PART_BG_DIALOGUE + GENLIST_PART_BASE + GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_PADDING_SIZE_LEFT ) + GENLIST_PART_PADDING_RIGHT_EDIT + GENLIST_PART_PADDING_TOP_SIZE(16) + GENLIST_PART_PADDING_BOTTOM_SIZE(16) + + GENLIST_PART_LISTITEM_TB_("elm.text.1", GENLIST_HEIGHT_2LINE_MAIN, + "elm.padding.left", "elm.text.2", + "elm.padding.top", "elm.padding.icon.top", + ) + GENLIST_PART_SUBITEM_RTB_TB("elm.text.2", GENLIST_HEIGHT_2LINE_MAIN, + "elm.padding.right", "elm.padding.top", "elm.padding.icon.top" + ) + GENLIST_PART_PADDING_B_SIZE("elm.padding.icon.top", "elm.icon", 10) + GENLIST_PART_ICON("elm.icon", + GENLIST_DESCRIPTION_LRB("elm.padding.left", "elm.padding.right", "elm.padding.bottom", + min: 0 16; + fixed: 0 1; + ) + ) + GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) @@ -3290,6 +3610,16 @@ ) } +// 2.4.1.22 + group { GENLIST_NAME("dialogue/1text.2icon.10/default") + alias: "elm/layout/dialogue/1text.2icon.10"; + inherit: "elm/genlist/item/1text.2icon.2/default"; + + data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.edit"; + + GENLIST_DIALOGUE_INHERIT_BODY(;) + GENLIST_PROGRAMS_DIALOGUE( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; ) + } // 2.4.2.1 group { GENLIST_NAME("dialogue/2text/default") @@ -3355,7 +3685,7 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.colorbar elm.icon.edit"; GENLIST_DIALOGUE_INHERIT_BODY( - GENLIST_PART_COLORBAR + GENLIST_PART_COLORBAR_DIALOGUE GENLIST_PART_ICON_BIG_R("elm.icon.2", "elm.padding.right") ) GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; @@ -3455,6 +3785,9 @@ data.item: "contents" "elm.icon.edit"; GENLIST_DIALOGUE_INHERIT_BODY( ; ) + parts { + GENLIST_PART_CENTER_LINE_LRT("elm.divider2", "bg_dialogue", "elm.text.1") + } GENLIST_PROGRAMS_DIALOGUE( target: "elm.title"; target: "elm.text.1"; target: "elm.text.2"; target: "elm.divider1"; target:"elm.divider2"; @@ -3463,6 +3796,7 @@ #define GENLIST_PART_PASSWORD_RTB(NAME, BG_NAME, RIGHT, TOP, BOTTOM) \ GENLIST_PART_IMAGE(BG_NAME, \ + mouse_events: 0; \ GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \ GENLIST_PARAM_PASSWORD_IMAGE \ fixed: 1 0; \ @@ -3477,6 +3811,7 @@ #define GENLIST_PART_PASSWORD_LTB(NAME, BG_NAME, LEFT, TOP, BOTTOM) \ GENLIST_PART_IMAGE(BG_NAME, \ + mouse_events: 0; \ GENLIST_DESCRIPTION_LTB(LEFT, TOP, BOTTOM, \ GENLIST_PARAM_PASSWORD_IMAGE \ fixed: 1 0; \ @@ -3499,7 +3834,7 @@ data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4"; images { - image : "00_search_edit_field_bg_02.png" COMP; + image : "00_search_edit_field_bg.png" COMP; } parts { GENLIST_PART_BASE @@ -3548,6 +3883,7 @@ } programs { GENLIST_PROGRAM_DISABLED( target: "elm.text"; ) + GENLIST_PROGRAM_SOUND("elm.text") } } @@ -3647,15 +3983,17 @@ ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.4.2.18 group { GENLIST_NAME("dialogue/multiline/2text/default") alias: "elm/layout/dialogue/multiline/2text/default"; - inherit: "elm/genlist/item/multiline/2text/default"; // FIXME: deprecated name, will be removed alias: "elm/genlist/item/multiline/dialogue/2text/default"; @@ -3664,10 +4002,40 @@ alias: "elm/genlist/item_compress_odd/multiline/dialogue/2text/default"; alias: "elm/layout/multiline/dialogue/2text/default"; + GENLIST_PROLOG_NORMAL + data.item: "texts" "elm.text.1 elm.text.2"; data.item: "contents" "elm.icon.edit"; - GENLIST_DIALOGUE_INHERIT_BODY( ; ) + parts { + GENLIST_PART_BASE + GENLIST_PART_BG_DIALOGUE + GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_PADDING_SIZE_LEFT ) + GENLIST_PART_PADDING_RIGHT_EDIT + GENLIST_PART_PADDING_TOP_2LINE + GENLIST_PART_PADDING_BOTTOM_2LINE + GENLIST_PART_TEXT("elm.text.1", + GENLIST_DESCRIPTION_LRT("elm.padding.left", "elm.padding.right", "elm.padding.top", + GENLIST_PARAM_LISTITEM + min: 0 GENLIST_HEIGHT_2LINE_MAIN; + fixed: 0 1; + ) + GENLIST_DESCRIPTION_LISTITEM_OTHERS + ) + GENLIST_PART_PADDING_T_SIZE("elm.padding.text1.bottom", "elm.text.1", 4) + GENLIST_PART_TEXTBLOCK("elm.text.2", + GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.right", "elm.padding.text1.bottom", "elm.padding.bottom", + GENLIST_PARAM_SUBITEM_DEFAULT_TB_WRAP + min: 0 GENLIST_HEIGHT_MULTILINE_SUB; + ) + GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB_WRAP + ) + GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE + } + GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.4.2.19 @@ -3702,8 +4070,11 @@ GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) + GENLIST_PROGRAM_SOUND("elm.text.1") + GENLIST_PROGRAM_SOUND("elm.text.2") } // 2.4.2.20 @@ -3745,30 +4116,32 @@ data.item: "texts" "elm.text"; data.item: "contents" "elm.icon"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_PADDING_SIZE_LEFT ) GENLIST_PART_PADDING_TOP_SIZE( 0 ) GENLIST_PART_PADDING_BOTTOM_SIZE( 0 ) GENLIST_PART_PADDING_RIGHT_SIZE( 26 ) + GENLIST_PART_PADDING_R("elm.padding.icon.right", "elm.icon"); GENLIST_PART_TEXT("elm.text", - GENLIST_DESCRIPTION("elm.padding.left", "elm.icon", + GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.icon.right", "elm.padding.top", "elm.padding.bottom", GENLIST_PARAM_DIALOGUE_GROUP_TITLE min: 0 GENLIST_HEIGHT_GROUPTITLE; ) ) - GENLIST_PART_ICON("elm.icon", GENLIST_DESCRIPTION_RTB("elm.padding.right", "elm.padding.top", "elm.padding.bottom", - min: 32 32; max: 32 32; fixed: 1 1; + max: 32 32; + fixed: 1 0; ) ) - GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAM_DISABLED( target: "elm.text"; target: "elm.icon"; ) + GENLIST_PROGRAM_FOCUS_NORMAL } // 2.4.4.2 Help Text @@ -3783,8 +4156,8 @@ data.item: "texts" "elm.text"; parts { - GENLIST_PART_BG_NORMAL GENLIST_PART_BASE + GENLIST_PART_BG_NORMAL GENLIST_PART_PADDING_LEFT_SIZE(38) GENLIST_PART_PADDING_RIGHT_SIZE(38) GENLIST_PART_PADDING_TOP_SIZE(0) @@ -3795,8 +4168,10 @@ min: 0 38; ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_NORMAL } GENLIST_PROGRAM_DISABLED( target: "elm.text"; ) + GENLIST_PROGRAM_FOCUS } // 2.4.4.3 @@ -3812,28 +4187,31 @@ GENLIST_PART_BASE GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_PADDING_SIZE_LEFT ) GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_PADDING_TOP_SIZE(20) - GENLIST_PART_PADDING_BOTTOM_SIZE(20) + GENLIST_PART_PADDING_TOP_SIZE(19) + GENLIST_PART_PADDING_BOTTOM_SIZE(19) GENLIST_PART_TEXT("elm.text.1", GENLIST_DESCRIPTION_LRT("elm.padding.left", "elm.padding.icon.left", "elm.padding.top", GENLIST_PARAM_LISTITEM - min: 0 54; fixed:1 1;) + min: 0 57; fixed:1 1;) GENLIST_DESCRIPTION_LISTITEM_OTHERS ) GENLIST_PART_TEXT("elm.text.2", GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.icon.left", "elm.text.1", "elm.padding.bottom", GENLIST_PARAM_SUBITEM_DEFAULT - min: 0 42;) + min: 0 45;) GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS ) GENLIST_PART_PADDING_R("elm.padding.icon.left", "elm.icon") - GENLIST_PART_ICON("elm.icon", GENLIST_DESCRIPTION_R( - "elm.padding.right", - min: 124 124; max: 124 124;) + GENLIST_PART_ICON("elm.icon", + GENLIST_DESCRIPTION_R("elm.padding.right", + min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.icon"; ) } @@ -3851,42 +4229,46 @@ GENLIST_PART_BASE GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_PADDING_SIZE_LEFT ) GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_PADDING_TOP_SIZE(20) - GENLIST_PART_PADDING_BOTTOM_SIZE(20) + GENLIST_PART_PADDING_TOP_SIZE(19) + GENLIST_PART_PADDING_BOTTOM_SIZE(19) GENLIST_PART_TEXT("elm.text.1", GENLIST_DESCRIPTION_LRT("elm.padding.left", "elm.padding.icon1.left", "elm.padding.top", GENLIST_PARAM_LISTITEM - min: 0 54; fixed:1 1;) + min: 0 57; fixed:1 1;) GENLIST_DESCRIPTION_LISTITEM_OTHERS ) + GENLIST_PART_PADDING_T_SIZE("elm.padding.text1.bottom", "elm.text.1", 4) GENLIST_PART_TEXT("elm.text.2", - GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.icon1.left", "elm.text.1", "elm.text.3", + GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.icon1.left", "elm.padding.text1.bottom", "elm.text.3", GENLIST_PARAM_SUBITEM_DEFAULT - min: 0 34;) + min: 0 38;) GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS ) GENLIST_PART_TEXT("elm.text.3", GENLIST_DESCRIPTION_LRB("elm.padding.left", "elm.padding.icon1.left", "elm.padding.bottom", GENLIST_PARAM_SUBITEM_DEFAULT - min: 0 34; fixed: 1 1; ) + min: 0 38; fixed: 1 1; ) GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS ) GENLIST_PART_PADDING_R("elm.padding.icon1.left", "elm.icon.1") GENLIST_PART_ICON_BTN_02_RTB("elm.icon.1", "elm.padding.icon2.left", "elm.padding.top", "elm.padding.bottom") GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") - GENLIST_PART_ICON("elm.icon.2", GENLIST_DESCRIPTION_R( - "elm.padding.right", - min: 124 124; max: 124 124;) + GENLIST_PART_ICON("elm.icon.2", + GENLIST_DESCRIPTION_R("elm.padding.right", + min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + ) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.icon.1"; target: "elm.icon.2"; ) } -// 2.4.4.4 (Apps) +// 2.4.4.5 group { GENLIST_NAME("dialogue/bg/5text.6icon/default") alias: "elm/layout/dialogue/bg/5text.6icon/default"; @@ -3904,7 +4286,10 @@ GENLIST_PART_ICON("elm.icon.1", GENLIST_DESCRIPTION_L("elm.padding.left", - min: 126 126; max: 126 126; fixed: 1 1;) + min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; + fixed: 1 1; + ) ) GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") GENLIST_PART_TEXT("elm.text.1", GENLIST_DESCRIPTION_LRT( @@ -3962,8967 +4347,112 @@ min: 0 32; fixed: 0 1;) ) GENLIST_PART_FLIP + GENLIST_PART_FOCUS_DIALOGUE } GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; target: "elm.text.5"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5"; target: "elm.icon.6"; ) } -// 2.4.4.4.1 (Circle) +// 2.4.4.5.1 (Circle) group { GENLIST_NAME("dialogue/bg/5text.6icon.thumb.circle/default") inherit: "elm/genlist/item/dialogue/bg/5text.6icon/default"; - GENLIST_INHERIT_THUMB_CIRCLE_THUMB_DIALOGUE("elm.icon.1") + GENLIST_INHERIT_THUMB_CIRCLE_LARGE_DIALOGUE("elm.icon.1") GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; target: "elm.text.5"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5"; target: "elm.icon.6"; - target: "elm.thumb"; ) + ) + GENLIST_PROGRAMS_THUMB } -// 2.4.4.4.1 (Square) +// 2.4.4.5.1 (Square) group { GENLIST_NAME("dialogue/bg/5text.6icon.thumb.square/default") inherit: "elm/genlist/item/dialogue/bg/5text.6icon/default"; - GENLIST_INHERIT_THUMB_SQUARE_THUMB_DIALOGUE("elm.icon.1") + GENLIST_INHERIT_THUMB_SQUARE_LARGE_DIALOGUE("elm.icon.1") GENLIST_PROGRAMS_DIALOGUE( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; target: "elm.text.4"; target: "elm.text.5"; target: "elm.icon.1"; target: "elm.icon.2"; target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5"; target: "elm.icon.6"; - target: "elm.thumb"; ) - } - -#if 0 -// ??? - /* NOTE: This style is new mailbox style for email application. Otherwise do not use this. */ - group { name: "elm/genlist/item/3text.5icon.2/default"; - alias: "elm/genlist/item_odd/3text.5icon.2/default"; - alias: "elm/genlist/item_compress/3text.5icon.2/default"; - alias: "elm/genlist/item_compress_odd/3text.5icon.2/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.subject elm.text.name elm.text.date"; - data.item: "contents" "elm.icon.important elm.icon.num elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_COLORBAR - part { name: "elm.icon.checkbox"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC; - min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC; - fixed: 1 1; - rel1 { - relative: 1.0 0.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.padding.bottom"; - } - align: 0.0 0.5; - } - } - part { name: "elm.text.date"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC; - fixed: 1 1; - rel1 { - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 1.0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 1.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.important"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_56_INC GENLIST_SIZE_61_INC; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.text.date"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.important.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1{ - relative: 0.0 1.0; - to_x: "elm.icon.important"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.important"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.padding.icon.checkbox.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.checkbox"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.icon.checkbox"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.text.subject.rect"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_61_INC; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.checkbox.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon.important.left"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - visible: 0; - } - } - part { name: "elm.text.subject"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1.to: "elm.text.subject.rect"; - rel2.to: "elm.text.subject.rect"; - align: 0.0 0.0; - text { - style: "genlist_style_email_unread"; - min: 0 1; - max: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_focus"; - } - description { state: "read" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_read"; - } - description { state: "unread" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_unread"; - } - description { state: "urgency_read" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_urgency_read"; - } - description { state: "urgency_unread" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_urgency_unread"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.name"; - clip_to: "disclip"; - type: TEXTBLOCK; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.checkbox.right"; - to_y: "elm.text.subject"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon.num.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - text { - style: "genlist_style_name_text"; - min: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_name_text_focus"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.num.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.icon.num"; - to_y: "elm.text.subject"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.icon.num"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.num"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC; - max: GENLIST_SIZE_112_INC GENLIST_SIZE_45_INC; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.attach.left"; - to_y: "elm.text.subject"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon.attach.left"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.attach.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.icon.attach"; - to_y: "elm.text.subject"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.icon.attach"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.attach"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.text.date"; - to_y: "elm.text.subject"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.text.date"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.swallow.outbox.progress"; - type: SWALLOW; - scale: 1; - mouse_events: 1; - repeat_events: 0; - description { state: "default" 0.0; - min: GENLIST_SIZE_168_INC 0; - fixed: 1 1; - color: 0 0 0 0; - align: 1.0 0.5; - rel1 { - relative: 0.0 1.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - } - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.subject"; - target: "elm.text.name"; - target: "elm.text.date"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.subject"; - target: "elm.text.name"; - target: "elm.text.date"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "go_read"; - signal: "elm,state,read"; - source: "elm"; - action: STATE_SET "read" 0.0; - target: "elm.text.subject"; - } - program { name: "go_unread"; - signal: "elm,state,unread"; - source: "elm"; - action: STATE_SET "unread" 0.0; - target: "elm.text.subject"; - } - program { name: "go_urgeny_unread"; - signal: "elm,state,urgency_unread"; - source: "elm"; - action: STATE_SET "urgency_unread" 0.0; - target: "elm.text.subject"; - } - program { name: "go_urgency_read"; - signal: "elm,state,urgency_read"; - source: "elm"; - action: STATE_SET "urgency_read" 0.0; - target: "elm.text.subject"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - -// ??? - /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */ - group { name: "elm/genlist/item/2text.1icon.13/default"; - alias: "elm/genlist/item_odd/2text.1icon.13/default"; - alias: "elm/genlist/item_compress/2text.1icon.13/default"; - alias: "elm/genlist/item_compress_odd/2text.1icon.13/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text elm.text.msgcount"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.msgcount"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0 0; - color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC; - rel1.to: "elm.icon"; - rel2.to: "elm.icon"; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_28_INC; - min: 0 1; - align: 0.5 0.5; - text_class: "tizen"; - } - align: 0.0 0.5; - } - } - part { name: "elm.padding.icon.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { - state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon"; - } - rel2.to_x: "elm.icon"; - visible: 0; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon.right"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 0.0 0.5; - color: GENLIST_EMAIL_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_EMAIL_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - -// ??? - /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */ - group { name: "elm/genlist/item/2text.1icon.14/default"; - alias: "elm/genlist/item_odd/2text.1icon.14/default"; - alias: "elm/genlist/item_compress/2text.1icon.14/default"; - alias: "elm/genlist/item_compress_odd/2text.1icon.14/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text elm.text.msgcount"; - data.item: "contents" "elm.check elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.check"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC; - min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - - part { name: "elm.padding.icon.checkbox.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.check"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.check"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.msgcount"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0 0; - color: GENLIST_PART_EMAIL_MSGCOUNT_TEXT_COLOR_INC; - rel1.to: "elm.icon"; - rel2.to: "elm.icon"; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_28_INC; - min: 0 1; - align: 0.5 0.5; - text_class: "tizen"; - } - align: 0.0 0.5; - } - } - part { name: "elm.padding.icon.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { - state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon.checkbox.right"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.left"; - } - align: 0.0 0.5; - text { - style: "genlist_style_email_unread"; - min: 0 1; - max: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - - group { name: "elm/genlist/item/readmessage/default"; - alias: "elm/genlist/item_odd/readmessage/default"; - alias: "elm/genlist/item_compress/readmessage/default"; - alias: "elm/genlist/item_compress_odd/readmessage/default"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon"; - parts { - part { name: "base"; - type: RECT; - repeat_events: 1; - description { state: "default" 0.0; - color: GENLIST_LIST_BG_COLOR; - } - } - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - //rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad"; } - rel2 { - relative: 0.76 0.0; - to_y: "elm.padding.bottom"; - } - } - } - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_24_INC ) - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name: "elm/genlist/item/sentmessage/default"; - alias: "elm/genlist/item_odd/sentmessage/default"; - alias: "elm/genlist/item_compress/sentmessage/default"; - alias: "elm/genlist/item_compress_odd/sentmessage/default"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon"; - parts { - part { name: "base"; - type: RECT; - repeat_events: 1; - description { state: "default" 0.0; - color: GENLIST_LIST_BG_COLOR; - } - } - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - rel1.relative: 0.24 0.0; //to_y: "elm.rect.top.pad"; } - rel2 { - relative: 1.0 0.0; - to_y: "elm.padding.bottom"; - } - } - } - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_24_INC ) - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name : "elm/genlist/item/dialogue/separator/end/default"; - alias: "elm/genlist/item_odd/dialogue/separator/end/default"; - alias: "elm/genlist/item_compress/dialogue/separator/end/default"; - alias: "elm/genlist/item_compress_odd/dialogue/separator/end/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "treesize" "GENLIST_TREESIZE_DEFAULT"; - parts { - GENLIST_PART_BASE__(GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT) - GENLIST_PART_DISCLIP - } - } - - group { name : "elm/genlist/item/dialogue/seperator.2/default"; - alias: "elm/genlist/item_odd/dialogue/seperator.2/default"; - alias: "elm/genlist/item_compress/dialogue/seperator.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default"; - alias: "elm/genlist/item/dialogue/separator/11/with_line/default"; - alias: "elm/genlist/item_odd/dialogue/separator/11/with_line/default"; - alias: "elm/genlist/item_compress/dialogue/separator/11/with_line/default"; - alias: "elm/genlist/item_compress_odd/dialogue/separator/11/with_line/default"; - alias: "elm/layout/dialogue/separator/hd18/with_line"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "treesize" "GENLIST_TREESIZE_DEFAULT"; - - parts { - GENLIST_PART_BASE__( GENLIST_PADDING_18_INC ) - GENLIST_PART_DISCLIP - } - } - - group { name : "elm/genlist/item/dialogue/seperator.3/default"; - alias: "elm/genlist/item_odd/dialogue/seperator.3/default"; - alias: "elm/genlist/item_compress/dialogue/seperator.3/default"; - alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default"; - alias: "elm/genlist/item/dialogue/separator/20/default"; - alias: "elm/genlist/item_odd/dialogue/separator/20/default"; - alias: "elm/genlist/item_compress/dialogue/separator/20/default"; - alias: "elm/genlist/item_compress_odd/dialogue/separator/20/default"; - alias: "elm/layout/dialogue/separator/hd32"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "treesize" "GENLIST_TREESIZE_DEFAULT"; - - parts { - GENLIST_PART_BASE__( GENLIST_PADDING_32_INC ) - GENLIST_PART_DISCLIP - } - } - - group { name : "elm/genlist/item/dialogue/seperator.4/default"; - alias: "elm/genlist/item_odd/dialogue/seperator.4/default"; - alias: "elm/genlist/item_compress/dialogue/seperator.4/default"; - alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default"; - alias: "elm/genlist/item/dialogue/separator/10/default"; - alias: "elm/genlist/item_odd/dialogue/separator/10/default"; - alias: "elm/genlist/item_compress/dialogue/separator/10/default"; - alias: "elm/genlist/item_compress_odd/dialogue/separator/10/default"; - alias: "elm/layout/dialogue/separator/hd16"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "treesize" "GENLIST_TREESIZE_DEFAULT"; - - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_16_INC ) - GENLIST_PART_DISCLIP - } - } - - group { name : "elm/genlist/item/dialogue/seperator.5/default"; - alias: "elm/genlist/item_odd/dialogue/seperator.5/default"; - alias: "elm/genlist/item_compress/dialogue/seperator.5/default"; - alias: "elm/genlist/item_compress_odd/dialogue/seperator.5/default"; - alias: "elm/genlist/item/dialogue/separator/1/with_line/default"; - alias: "elm/genlist/item_odd/dialogue/separator/1/with_line/default"; - alias: "elm/genlist/item_compress/dialogue/separator/1/with_line/default"; - alias: "elm/genlist/item_compress_odd/dialogue/separator/1/with_line/default"; - alias: "elm/layout/dialogue/separator/hd1"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "treesize" "GENLIST_TREESIZE_DEFAULT"; - - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_1_INC ) - GENLIST_PART_DISCLIP - } - } - - - group { name: "elm/genlist/item/dialogue/1title.1text.3/default"; - alias: "elm/genlist/item_odd/dialogue/1title.1text.3/default"; - alias: "elm/genlist/item_compress/dialogue/1title.1text.3/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.3/default"; - alias: "elm/genlist/item/dialogue.1title.1text.3/default"; - alias: "elm/genlist/item_odd/dialogue.1title.1text.3/default"; - alias: "elm/genlist/item_compress/dialogue.1title.1text.3/default"; - alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.3/default"; - alias: "elm/layout/dialogue/1title.1text.3"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text"; - data.item: "flips" "elm.flip.icon elm.flip.content.title elm.flip.content"; - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.title"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_MULTILINE_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_MULTILINE_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.title"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.title"; - rel2.to: "elm.title"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - color: GENLIST_LIST_LINE1_COLOR; - } - } - part { name: "elm.padding.text.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.divider1"; - } - rel2.to_x: "elm.divider1"; - align: 0.0 0.5; - visible: 0; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 0.0 0.5; - to_x: "elm.text"; - } - rel2 { - relative: 0.0 0.5; - to_x: "elm.padding.right"; - } - visible: 0; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.title"; - target: "elm.text"; - target: "elm.flip.content.title"; - target: "elm.flip.content"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.title"; - target: "elm.text"; - target: "elm.flip.content.title"; - target: "elm.flip.content"; - } - } - } - - group { name: "elm/genlist/item/dialogue/1title.1text.1icon/default"; - alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon/default"; - alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon/default"; - alias: "elm/layout/dialogue/1title.1text.1icon"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.title"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_MULTILINE_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_MULTILINE_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - color: GENLIST_LIST_LINE1_COLOR; - } - } - part { name: "elm.padding.text.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.divider1"; - } - rel2.to_x: "elm.divider1"; - align: 0.0 0.5; - visible: 0; - } - } - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - } - } - part { name: "elm.padding.icon.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon"; - } - rel2.to_x: "elm.icon"; - align: 1.0 0.5; - visible: 0; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.left"; - } - color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 0.0 0.5; - to_x: "elm.text"; - } - rel2 { - relative: 0.0 0.5; - to_x: "elm.padding.right"; - } - visible: 0; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - //GENLIST_PROGRAM_FLIP_1TEXT - } - } - - group { name: "elm/genlist/item/dialogue/1title.1text.1icon.2/default"; - alias: "elm/genlist/item_odd/dialogue/1title.1text.1icon.2/default"; - alias: "elm/genlist/item_compress/dialogue/1title.1text.1icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.1icon.2/default"; - alias: "elm/layout/dialogue/1title.1text.1icon.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content.title elm.flip.content"; - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.title"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_MULTILINE_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_MULTILINE_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.title"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.title"; - rel2.to: "elm.title"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - color: GENLIST_LIST_LINE1_COLOR; - } - } - part { name: "elm.padding.text.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.divider1"; - } - rel2.to_x: "elm.divider1"; - align: 0.0 0.5; - visible: 0; - } - } - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 0; - max: 0 0; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - visible: 0; - } - description { state: "contact_default_number_enabled" 0.0; - inherit: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - visible: 1; - } - } - part { name: "elm.padding.icon.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 0; - fixed: 1 0; - rel1.to_x: "elm.icon"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon"; - } - rel2.to_x: "elm.icon"; - align: 1.0 0.5; - visible: 0; - } - description { state: "contact_default_number_enabled" 0.0; - inherit: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.left"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "contact_default_number_enabled" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 0.0 0.5; - to_x: "elm.text"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.icon.left"; - } - visible: 0; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.title"; - target: "elm.text"; - target: "elm.flip.content.title"; - target: "elm.flip.content"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.title"; - target: "elm.text"; - target: "elm.flip.content.title"; - target: "elm.flip.content"; - } - program { name: "contact_default_number_enabled"; - signal: "elm,state,contact,default_number,enabled"; - source: "elm"; - action: STATE_SET "contact_default_number_enabled" 0.0; - target: "elm.icon"; - target: "elm.padding.icon.left"; - target: "elm.text"; - } - program { name: "contact_default_number_disabled"; - signal: "elm,state,contact,default_number,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.icon"; - target: "elm.padding.icon.left"; - target: "elm.text"; - } - } - } - - - group { name: "elm/genlist/item/dialogue/2text/default"; - alias: "elm/genlist/item_odd/dialogue/2text/default"; - alias: "elm/genlist/item_compress/dialogue/2text/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text/default"; - alias: "elm/layout/dialogue/2text"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_61_INC; - 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.right"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/2text.1icon.2/default"; - alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default"; - alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default"; - alias: "elm/layout/dialogue/2text.1icon.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon"; - } - rel2.to_x: "elm.icon"; - align: 0.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 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.icon.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_1ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/2text.1icon.3/default"; - alias: "elm/genlist/item_odd/dialogue/2text.1icon.3/default"; - alias: "elm/genlist/item_compress/dialogue/2text.1icon.3/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.3/default"; - alias: "elm/layout/dialogue/2text.1icon.3"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon"; - } - rel2.to_x: "elm.icon"; - align: 0.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 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.icon.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_1ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/2text.3icon/default"; - alias: "elm/genlist/item_odd/dialogue/2text.3icon/default"; - alias: "elm/genlist/item_compress/dialogue/2text.3icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.3icon/default"; - alias: "elm/layout/dialogue/2text.3icon"; - 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 elm.swallow.colorbar"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.swallow.colorbar"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.rect.dialogue"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.rect.dialogue"; - } - align: 0.0 0.0; - } - } - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - 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 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - 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_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.icon2.left"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_2ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/2text.2icon.2/default"; - alias: "elm/genlist/item_odd/dialogue/2text.2icon.2/default"; - alias: "elm/genlist/item_compress/dialogue/2text.2icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.2/default"; - alias: "elm/layout/dialogue/2text.2icon.2"; - 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.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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.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.icon2.left"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_2ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - -// 2.4.2.9 - group { name: "elm/genlist/item/dialogue/2text.2icon.3/default"; - alias: "elm/genlist/item_odd/dialogue/2text.2icon.3/default"; - alias: "elm/genlist/item_compress/dialogue/2text.2icon.3/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.2icon.3/default"; - alias: "elm/layout/dialogue/2text.2icon.3"; - inherit: "elm/genlist/item/2text.2icon.4/default"; - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_SIZE_RIGHT ) - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - } - } -// 2.4.2.9 (textblock) - group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default"; - alias: "elm/layout/dialogue/2text.2icon.3.tb"; - inherit: "elm/genlist/item/2text.2icon.4.tb/default"; - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_SIZE_RIGHT ) - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - } - } - -// 4.2.11 - group { name: "elm/genlist/item_compress/dialogue/1title.1text.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.1text.2/default"; - alias: "elm/layout/dialogue/1title.1text.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text"; - parts { - part { name: "base"; - type: RECT; - repeat_events: 1; - description { state: "default" 0.0; - color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR; - } - } - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_21_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_22_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.title"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - } - align: 0.0 0.0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_LIST_SUB_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - } - part { name: "elm.divider1"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - color: GENLIST_LIST_LINE1_COLOR; - } - } - part { name: "elm.padding.text.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.divider1"; - } - rel2.to_x: "elm.divider1"; - align: 0.0 0.5; - visible: 0; - } - } - part { name: "elm.text"; - 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.text.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - text { - style: "genlist_style_list_main_text_unread_wrap"; - min: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_list_main_text_focus_wrap"; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.title"; - target: "elm.text"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.title"; - target: "elm.text"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/1title.2text/default"; - alias: "elm/genlist/item_odd/dialogue/1title.2text/default"; - alias: "elm/genlist/item_compress/dialogue/1title.2text/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.2text/default"; - alias: "elm/layout/dialogue/1title.2text"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text.1 elm.text.2"; - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE( GENLIST_HEIGHT_142_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.divider1"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - color: GENLIST_LIST_LINE1_COLOR; - } - } - part { name: "center_line"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.5; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.5; - align: 0.5 1.0; - } - } - part { name: "elm.title"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_MULTILINE_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_MULTILINE_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.padding.title.right"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - 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 0.5; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.title"; - target: "elm.text.1"; - target: "elm.text.2"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.title"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - -#if 0 - group { name: "elm/genlist/item/dialogue/2text.1icon.6/default"; - alias: "elm/genlist/item_odd/dialogue/2text.1icon.6/default"; - alias: "elm/genlist/item_compress/dialogue/2text.1icon.6/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.6/default"; - alias: "elm/layout/dialogue/2text.1icon.6"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon"; - } - 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 GENLIST_SIZE_61_INC; - 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.icon.left"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon.left"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_1ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/2text.1icon.7/default"; - alias: "elm/genlist/item_odd/dialogue/2text.1icon.7/default"; - alias: "elm/genlist/item_compress/dialogue/2text.1icon.7/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.7/default"; - alias: "elm/layout/dialogue/2text.1icon.7"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC; - max: GENLIST_SIZE_96_INC GENLIST_SIZE_96_INC; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon"; - } - 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 GENLIST_SIZE_61_INC; - 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.icon.left"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon.left"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_1ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - // 2.4.2.19 - group { name: "elm/genlist/item/dialogue/2text.1icon.9/default"; - alias: "elm/genlist/item_odd/dialogue/2text.1icon.9/default"; - alias: "elm/genlist/item_compress/dialogue/2text.1icon.9/default"; - alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.9/default"; - alias: "elm/layout/dialogue/2text.1icon.9"; - 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.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - 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; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_61_INC; - 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.right"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - -// 4.3.1 - group { name: "elm/genlist/item/dialogue/bg/2text.2icon/default"; - alias: "elm/genlist/item_odd/dialogue/bg/2text.2icon/default"; - alias: "elm/genlist/item_compress/dialogue/bg/2text.2icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.2icon/default"; - alias: "elm/layout/dialogue/bg/2text.2icon"; - 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"; - images { - image: "00_list_thumbnail_bg.png" COMP; - } - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_190_INC ) - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_48_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_48_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon1.bg"; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC; - fixed: 1 1; - align: 0.0 0.52; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - image { - normal: "00_list_thumbnail_bg.png"; - border: 1 1 1 1; - border_scale: 1; - middle: NONE; - } - } - } - part { name: "elm.icon.1"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.to: "elm.icon1.bg"; - rel2.to: "elm.icon1.bg"; - } - } - part { name: "elm.padding.icon1.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_24_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon1.bg"; - } - rel2.to_x: "elm.icon1.bg"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.icon.2"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 0.0 0.5; - to_x: "elm.padding.right"; - } - rel2 { - relative: 0.0 0.5; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - } - } - part { name: "elm.padding.icon2.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.2"; - } - rel2.to_x: "elm.icon.2"; - visible: 0; - align: 1.0 0.5; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_54_INC; - fixed: 0 1; - align: 0.0 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon2.right"; - to_y: "elm.padding.top"; - } - color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_48_INC; - min: 0 1; - align: 0.0 0.0; - text_class: "list_item"; - } - } - } - part { name: "elm.padding.text.1.bottom"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_PADDING_8_INC; - fixed: 0 1; - rel1 { - relative: 0.0 1.0; - to_y: "elm.text.1"; - } - rel2.to_y: "elm.text.1"; - visible: 0; - 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.padding.text.1.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon2.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 1.0; - text_class: "tizen"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - -// 4.3.3 - group { name: "elm/genlist/item/dialogue/bg/5text.2icon/default"; - alias: "elm/genlist/item_odd/dialogue/bg/5text.2icon/default"; - alias: "elm/genlist/item_compress/dialogue/bg/5text.2icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/5text.2icon/default"; - alias: "elm/layout/dialogue/bg/5text.2icon"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5"; - data.item: "contents" "elm.icon.1 elm.icon.2"; - images { - image: "00_list_thumbnail_bg.png" COMP; - } - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_182_INC ) - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_14_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_14_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon1.bg"; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_141_INC GENLIST_SIZE_141_INC; - fixed: 1 1; - align: 0.0 0.5; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - image { - normal: "00_list_thumbnail_bg.png"; - border: 1 1 1 1; - border_scale: 1; - middle: NONE; - } - } - } - part { name: "elm.icon.1"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.to: "elm.icon1.bg"; - rel2.to: "elm.icon1.bg"; - } - } - part { name: "elm.padding.icon1.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon1.bg"; - } - rel2.to_x: "elm.icon1.bg"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_38_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_DIALOGUE_FONT_APPS_NAME_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - 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; - min: 0 GENLIST_SIZE_38_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.1"; - } - align: 0.0 0.0; - color: GENLIST_DIALOGUE_FONT_APPS_INC_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_28_INC; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.text.3"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.text.3"; - } - align: 0.0 0.5; - } - } - part { name: "elm.padding.icon2.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.2"; - } - rel2.to_x: "elm.icon.2"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_38_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon2.right"; - to_y: "elm.text.2"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.2"; - } - align: 0.0 0.0; - color: GENLIST_DIALOGUE_FONT_APPS_RATING_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_28_INC; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.text.4"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC; - fixed: 1 1; - align: 0 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_DIALOGUE_FONT_APPS_PRICE_ORIGINAL_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_28_INC; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.padding.text4.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.text.4"; - } - rel2.to_x: "elm.text.4"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.5"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_96_INC GENLIST_SIZE_38_INC; - fixed: 1 1; - align: 0 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text4.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.text4.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_DIALOGUE_FONT_APPS_PRICE_SALE_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_28_INC; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - // 4.1.9 - - group { name: "elm/genlist/item/dialogue/bg/1icon/default"; - alias: "elm/genlist/item_odd/dialogue/bg/1icon/default"; - alias: "elm/genlist/item_compress/dialogue/bg/1icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default"; - alias: "elm/layout/dialogue/bg/1icon"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon"; - - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_73_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name: "elm/genlist/item/dialogue/bg/2icon/default"; - alias: "elm/genlist/item_odd/dialogue/bg/2icon/default"; - alias: "elm/genlist/item_compress/dialogue/bg/2icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/2icon/default"; - alias: "elm/layout/dialogue/bg/2icon"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon.1 elm.icon.2"; - - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_73_INC ) - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.relative: 0.021 0.0; - rel2.relative: 0.492 1.0; - } - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.relative: 0.51 0.0; - rel2.relative: 0.979 1.0; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name: "elm/genlist/item/dialogue/bg/3icon/default"; - alias: "elm/genlist/item_odd/dialogue/bg/3icon/default"; - alias: "elm/genlist/item_compress/dialogue/bg/3icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default"; - - alias: "elm/genlist/item/dialogue.3icon/default"; - alias: "elm/genlist/item_odd/dialogue.3icon/default"; - alias: "elm/genlist/item_compress/dialogue.3icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue.3icon/default"; - - alias: "elm/layout/dialogue/bg/3icon"; - alias: "elm/layout/dialogue/dialogue.3icon"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3"; - - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_73_INC ) - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.relative: 0.021 0.0; - rel2.relative: 0.327 1.0; - } - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.relative: 0.348 0.0; - rel2.relative: 0.652 1.0; - } - } - part { name: "elm.icon.3"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.relative: 0.673 0.0; - rel2.relative: 0.979 1.0; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name: "elm/genlist/item/dialogue.3icon.2/default"; - alias: "elm/genlist/item_odd/dialogue.3icon.2/default"; - alias: "elm/genlist/item_compress/dialogue.3icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue.3icon.2/default"; - alias: "elm/layout/dialogue/dialogue.3icon.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon.1 elm.icon.2 elm.icon.3"; - - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_89_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_16_INC ) - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - min: GENLIST_SIZE_234_INC 0; - fixed: 1 0; - 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"; - } - align: 1.0 0.5; - } - } - part { name: "elm.padding.icon.1.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.1"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.1"; - } - visible: 0; - align: 1.0 0.5; - } - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - min: GENLIST_SIZE_234_INC 0; - fixed: 1 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.1.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.1.left"; - } - align: 1.0 0.5; - } - } - part { name: "elm.padding.icon.2.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.2"; - } - visible: 0; - align: 1.0 0.5; - } - } - part { name: "elm.icon.3"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - min: GENLIST_SIZE_234_INC 0; - fixed: 1 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.2.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.2.left"; - } - align: 1.0 0.5; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name: "elm/genlist/item/dialogue.1title.1text.2/default"; - alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default"; - alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue.1title.1text.2/default"; - alias: "elm/layout/dialogue/dialogue.1title.1text.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text"; - - images { - image: "00_list_img_check.png" COMP; - } - - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - } - } - part { name: "elm.title"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_MULTILINE_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_MULTILINE_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.padding.title.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.divider1"; - } - rel2.to_x: "elm.divider1"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.title.right"; - } - rel2.to_x: "elm.padding.title.right"; - align: 0.0 0.5; - fixed: 1 1; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 1 1; - max: 1 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: 217 147 26 255; - } - } - part { name: "elm.padding.text.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_11_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.text"; - } - rel2.to_x: "elm.text"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.image.check"; - clip_to: "disclip"; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - image.normal: "00_list_img_check.png"; - rel1 { - relative: 1.0 0.366; - to_x: "elm.padding.text.right"; - } - rel2 { - relative: 3.857 0.648; - to_x: "elm.padding.text.right"; - } - visible: 0; - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - target: "elm.image.check"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.image.check"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - group { name: "elm/genlist/item/dialogue/1title.4text/default"; - alias: "elm/genlist/item_odd/dialogue/1title.4text/default"; - alias: "elm/genlist/item_compress/dialogue/1title.4text/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default"; - - alias: "elm/genlist/item/dialogue.1title.4text/default"; - alias: "elm/genlist/item_odd/dialogue.1title.4text/default"; - alias: "elm/genlist/item_compress/dialogue.1title.4text/default"; - alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default"; - - alias: "elm/layout/dialogue/1title.4text"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_454_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - } - } - part { name: "center1_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.25; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.25; - align: 0.5 1.0; - } - } - part { name: "center2_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.5; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.5; - align: 0.5 1.0; - } - } - part { name: "center3_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.75; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.75; - align: 0.5 1.0; - } - } - part { name: "elm.title"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_MULTILINE_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_MULTILINE_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - } - part { name: "elm.padding.title.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center1_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - 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 0.25; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center2_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center3_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - } - part { name: "elm.text.4"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.75; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "bottom_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - group { name: "elm/genlist/item/dialogue/1title.5text/default"; - alias: "elm/genlist/item_odd/dialogue/1title.5text/default"; - alias: "elm/genlist/item_compress/dialogue/1title.5text/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1title.5text/default"; - alias: "elm/layout/dialogue/1title.5text"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.title elm.text.1 elm.text.2 elm.text.3 elm.text.4 elm.text.5"; - data.item: "flips" "elm.flip.content.title elm.flip.content.1 elm.flip.content.2 elm.flip.content.3 elm.flip.content.4 elm.flip.content.5"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_566_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_27_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - } - } - part { name: "center1_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.2; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.2; - align: 0.5 1.0; - } - } - part { name: "center2_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.4; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.4; - align: 0.5 1.0; - } - } - part { name: "center3_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.6; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.6; - align: 0.5 1.0; - } - } - part { name: "center4_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.8; - to_x: "elm.divider1"; - } - rel2.relative: 1.0 0.8; - align: 0.5 1.0; - } - } - part { name: "elm.title"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_163_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - align: 0.0 0.5; - color: GENLIST_DIALOGUE_FONT_EDIT_MODE_TEXT_01_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.title"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.title"; - rel2.to: "elm.title"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.padding.title.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center1_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.1"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.1"; - rel2.to: "elm.text.1"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.2; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center2_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.2"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.2"; - rel2.to: "elm.text.2"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.4; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center3_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.3"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.3"; - rel2.to: "elm.text.3"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.text.4"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.6; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "center4_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.4"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.4"; - rel2.to: "elm.text.4"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.text.5"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.8; - to_x: "elm.padding.title.right"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "bottom_line"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.5"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.5"; - rel2.to: "elm.text.5"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.title"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - target: "elm.text.4"; - target: "elm.text.5"; - target: "elm.flip.content.title"; - target: "elm.flip.content.1"; - target: "elm.flip.content.2"; - target: "elm.flip.content.3"; - target: "elm.flip.content.4"; - target: "elm.flip.content.5"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.title"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - target: "elm.text.4"; - target: "elm.text.5"; - target: "elm.flip.content.title"; - target: "elm.flip.content.1"; - target: "elm.flip.content.2"; - target: "elm.flip.content.3"; - target: "elm.flip.content.4"; - target: "elm.flip.content.5"; - } - } - } - -/* extended item of bg/2text.1icon.3 */ - group { name: "elm/genlist/item/dialogue/bg/1text/default"; - alias: "elm/genlist/item_odd/dialogue/bg/1text/default"; - alias: "elm/genlist/item_compress/dialogue/bg/1text/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/1text/default"; - alias: "elm/layout/dialogue/bg/1text"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_1LINE ) - GENLIST_PART_PADDING_TOP_SIZE( 0 ) - GENLIST_PART_PADDING_BOTTOM_SIZE( 0 ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.bg"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_160_INC 0; - fixed: 1 0; - align: 0.0 0.5; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - color: 0 0 0 0; - } - } - part { name: "elm.padding.icon.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.bg"; - } - rel2.to_x: "elm.icon.bg"; - color: GENLIST_LIST_LINE1_COLOR; - align: 0.0 0.5; - } - } - part { name: "elm.padding.text.left"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; - } - rel2.to_x: "elm.padding.icon.right"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - visible: 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon.right"; - } - rel2.to_x: "elm.padding.icon.right"; - align: 0.0 0.5; - } - } - part { name: "elm.text.bg"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon.right"; - } - rel2 { - relative: 1.0 1.0; - to_x: "elm.padding.right"; - } - color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR; - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - to_y: "elm.text.bg"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.bg"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - to_y: "elm.text.bg"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.bg"; - } - visible: 0; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.text"; - target: "elm.flip.content"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.flip.content"; - } - } - } - - - - group { name: "elm/genlist/item/dialogue/bg/2text.1icon.2/default"; - alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.2/default"; - alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.2/default"; - alias: "elm/genlist/item/dialogue.2text.1icon.2/default"; - alias: "elm/genlist/item_odd/dialogue.2text.1icon.2/default"; - alias: "elm/genlist/item_compress/dialogue.2text.1icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue.2text.1icon.2/default"; - alias: "elm/layout/dialogue/bg/2text.1icon.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.content.1 elm.flip.content.2"; - images { - image: "00_list_thumbnail_bg.png" COMP; - } - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_291_INC ) - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.bg"; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC; - fixed: 1 1; - align: 0.0 0.8; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - image { - normal: "00_list_thumbnail_bg.png"; - border: 1 1 1 1; - border_scale: 1; - middle: NONE; - } - } - } - part { name: "elm.icon"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.to: "elm.icon.bg"; - rel2.to: "elm.icon.bg"; - } - } - part { name: "elm.padding.icon.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.bg"; - } - rel2.to_x: "elm.icon.bg"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.padding.text.left"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; - } - rel2.to_x: "elm.padding.icon.right"; - visible: 0; - align: 1.0 0.5; - } - } - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.text.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - } - part { name: "text_vertical_rect"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC; - rel1 { - relative: 1.0 1.0; - to_x: "elm.divider1"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - } - part { name: "elm.padding.text.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "text_vertical_rect"; - } - rel2.to_x: "text_vertical_rect"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "text_top_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.0; - to_x: "text_vertical_rect"; - to_y: "text_vertical_rect"; - } - rel2 { - relative: 1.0 0.0; - to_y: "text_vertical_rect"; - } - align: 0.0 0.0; - } - } - part { name: "text_center_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.5; - to_x: "text_vertical_rect"; - } - rel2.relative: 1.0 0.5; - align: 0.5 0.5; - } - } - part { name: "text_bottom_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 1.0; - to_x: "text_vertical_rect"; - to_y: "text_vertical_rect"; - } - rel2 { - relative: 1.0 1.0; - to_y: "text_vertical_rect"; - } - align: 0.0 1.0; - } - } - part { name: "elm.text.bg.1"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "text_vertical_rect"; - to_y: "text_top_line"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.right"; - to_y: "text_center_line"; - } - color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR; - } - } - part { name: "elm.text.1"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_54_INC; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.right"; - to_y: "elm.text.bg.1"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.bg.1"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_48_INC; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.1"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.1"; - rel2.to: "elm.text.1"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.text.bg.2"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "text_vertical_rect"; - to_y: "text_center_line"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.right"; - to_y: "text_bottom_line"; - } - color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR; - } - } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_54_INC; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.right"; - to_y: "elm.text.bg.2"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.bg.2"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_48_INC; - align: 0.0 0.5; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.2"; - clip_to: "disclip"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.2"; - rel2.to: "elm.text.2"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.divider2"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 1.0; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - offset: -1 0; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.flip.content.1"; - target: "elm.flip.content.2"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.flip.content.1"; - target: "elm.flip.content.2"; - } - } - } - -/* non-bottom-border-area version of 2text.1icon.2 */ - group { name: "elm/genlist/item/dialogue/bg/2text.1icon.3/default"; - alias: "elm/genlist/item_odd/dialogue/bg/2text.1icon.3/default"; - alias: "elm/genlist/item_compress/dialogue/bg/2text.1icon.3/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/2text.1icon.3/default"; - alias: "elm/layout/dialogue/bg/2text.1icon.3"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1 elm.text.2"; - data.item: "contents" "elm.icon"; - data.item: "flips" "elm.flip.content.1 elm.flip.content.2"; - images { - image: "00_list_thumbnail_bg.png" COMP; - } - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_260_INC ) - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( 0 ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.bg"; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_144_INC GENLIST_SIZE_90_INC; - fixed: 1 1; - align: 0.0 0.7; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - image { - normal: "00_list_thumbnail_bg.png"; - border: 1 1 1 1; - border_scale: 1; - middle: NONE; - } - } - } - part { name: "elm.icon"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.to: "elm.icon.bg"; - rel2.to: "elm.icon.bg"; - } - } - part { name: "elm.padding.icon.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.bg"; - } - rel2.to_x: "elm.icon.bg"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.padding.text.left"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; - } - rel2.to_x: "elm.padding.icon.right"; - visible: 0; - align: 1.0 0.5; - } - } - part { name: "elm.divider1"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - visible: 0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.text.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - to_y: "elm.padding.bottom"; - } - } - } - part { name: "text_vertical_rect"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC; - rel1 { - relative: 1.0 1.0; - to_x: "elm.divider1"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.text.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - } - part { name: "elm.padding.text.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "text_vertical_rect"; - } - rel2.to_x: "text_vertical_rect"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "text_top_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.0; - to_x: "text_vertical_rect"; - to_y: "text_vertical_rect"; - } - rel2 { - relative: 1.0 0.0; - to_y: "text_vertical_rect"; - } - align: 0.0 0.0; - } - } - part { name: "text_center_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 0.56; - to_x: "text_vertical_rect"; - } - rel2.relative: 1.0 0.56; - align: 0.5 0.5; - } - } - part { name: "text_bottom_line"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 0 1; - fixed: 0 1; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 1.0; - to_x: "text_vertical_rect"; - to_y: "text_vertical_rect"; - } - rel2 { - relative: 1.0 1.0; - to_y: "text_vertical_rect"; - } - align: 0.0 1.0; - } - } - part { name: "elm.text.bg.1"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "text_vertical_rect"; - to_y: "text_top_line"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.right"; - to_y: "text_center_line"; - } - color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR; - } - } - part { name: "elm.text.1"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_54_INC; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.right"; - to_y: "elm.text.bg.1"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.bg.1"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_48_INC; - align: 0.0 0.5; - text_class: "list_item"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.1"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.1"; - rel2.to: "elm.text.1"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.text.bg.2"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "text_vertical_rect"; - to_y: "text_center_line"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.right"; - to_y: "text_bottom_line"; - } - color: GENLIST_PART_DIALOGUE_GROUP_BG_COLOR; - } - } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_54_INC; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text.right"; - to_y: "elm.text.bg.2"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.bg.2"; - } - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_48_INC; - text_class: "tizen"; - } - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.flip.content.2"; - type: SWALLOW; - description { state: "default" 0.0; - visible: 0; - fixed: 1 1; - rel1.to: "elm.text.2"; - rel2.to: "elm.text.2"; - } - description { state: "flip_enabled" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - part { name: "elm.divider2"; - type: RECT; - mouse_events: 0; - description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_LIST_LINE1_COLOR; - rel1 { - relative: 1.0 1.0; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - offset: -1 0; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.flip.content.1"; - target: "elm.flip.content.2"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.flip.content.1"; - target: "elm.flip.content.2"; - } - } - } - - ///////// will be removed ///////// - group { name: "elm/genlist/item/dialogue/1icon.2/default"; - alias: "elm/genlist/item_odd/dialogue/1icon.2/default"; - alias: "elm/genlist/item_compress/dialogue/1icon.2/default"; - alias: "elm/genlist/item_compress_odd/dialogue/1icon.2/default"; - alias: "elm/layout/dialogue/1icon.2"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "contents" "elm.icon"; - - parts { - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_DIALOGUE_ITEM - GENLIST_PART_DIALOGUE_RIGHT_LINE - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - - -// 4.3.2 (old) - group { name: "elm/genlist/item/dialogue/bg/3text.1icon/default"; - alias: "elm/genlist/item_odd/dialogue/bg/3text.1icon/default"; - alias: "elm/genlist/item_compress/dialogue/bg/3text.1icon/default"; - alias: "elm/genlist/item_compress_odd/dialogue/bg/3text.1icon/default"; - alias: "elm/layout/dialogue/bg/3text.1icon"; - 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"; - images { - image: "00_list_thumbnail_bg.png" COMP; - } - parts { - GENLIST_PART_BASE__( GENLIST_HEIGHT_190_INC ) - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_34_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_34_INC ) - GENLIST_PART_PADDING_LEFT_SIZE( GENLIST_PADDING_32_INC ) - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.bg"; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_128_INC GENLIST_SIZE_128_INC; - fixed: 1 1; - align: 0.0 0.5; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - rel2 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - } - image { - normal: "00_list_thumbnail_bg.png"; - border: 1 1 1 1; - border_scale: 1; - middle: NONE; - } - } - } - part { name: "elm.icon"; - type: SWALLOW; - description { state: "default" 0.0; - rel1.to: "elm.icon.bg"; - rel2.to: "elm.icon.bg"; - } - } - part { name: "elm.padding.icon.right"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_24_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.bg"; - } - rel2.to_x: "elm.icon.bg"; - visible: 0; - align: 0.0 0.5; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_54_INC; - fixed: 0 1; - align: 0 0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_MAIN_COLOR_INC; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_48_INC; - align: 0.0 0.0; - 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.icon.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.text.3"; - } - color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - align: 0.0 1.0; - text_class: "tizen"; - } - } - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_ICON_SMALL_SIZE; - fixed: 0 1; - align: 0 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_DIALOGUE_FONT_DETAIL_TEXT_SUB_COLOR_INC; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - align: 0.0 1.0; - text_class: "tizen"; - } - } - } - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - /*program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text"; - target: "elm.text.sub"; - transition: LINEAR 0.1; - }*/ - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - } - } - -//////////////////////////////////////////////////////// -// Check that belows are used - group { name: "elm/genlist/item/1text.2/default"; - alias: "elm/genlist/item_odd/1text.2/default"; - alias: "elm/genlist/item_compress/1text.2/default"; - alias: "elm/genlist/item_compress_odd/1text.2/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "temp_center_line"; //temporary - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 0.0 0.5; - to: "base"; - } - rel2 { - relative: 1.0 0.5; - to: "base"; - } - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - multiline: 0; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 1.0 0.5; - to_x: "elm.padding.left"; - to_y: "temp_center_line"; - } - rel2 { - relative: 0.0 0.5; - to_x: "elm.padding.right"; - to_y: "temp_center_line"; - } - align: 0.0 0.5; - text { - style: "genlist_style_list_main_text_unread"; - min: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_list_main_text_focus"; - } - GENLIST_DESCRIPTION_INVISIBLE_SELECTED - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - //GENLIST_PROGRAM_FLIP_1TEXT - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - -// ??? - /* NOTE: This style is a temporary style for email application. Otherwise do not use this. */ - group { name: "elm/genlist/item/3text.6icon/default"; - alias: "elm/genlist/item_odd/3text.6icon/default"; - alias: "elm/genlist/item_compress/3text.6icon/default"; - alias: "elm/genlist/item_compress_odd/3text.6icon/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 elm.icon.3 elm.icon.4 elm.swallow.colorbar elm.swallow.outbox.progress"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.swallow.colorbar"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC; - rel2.relative: 0.0 0.0; - align: 0.0 0.0; - } - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_154_INC GENLIST_SIZE_61_INC; - rel1 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 1.0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 1.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.text.3"; - } - align: 1.0 0.0; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - rel1.to_x: "elm.icon.1"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.1"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.text1.rect"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_61_INC; - rel1 { - relative: 1.0 1.0; - to_x: "elm.swallow.colorbar"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon1.left"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - visible: 0; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1.to: "elm.text1.rect"; - rel2.to: "elm.text1.rect"; - align: 0.0 0.0; - text { - style: "genlist_style_email_unread"; - min: 0 1; - max: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_focus"; - } - description { state: "read" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_read"; - } - description { state: "urgency_read" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_urgency_read"; - } - description { state: "urgency_unread" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_urgency_unread"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXTBLOCK; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - text { - style: "genlist_style_name_text"; - min: 0 1; - align: 0.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_name_text_focus"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.icon.2"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.icon.2"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.icon3.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon3.left"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon3.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.icon.3"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.icon.3"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.3"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.icon4.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon4.left"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon4.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.icon.4"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.icon.4"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.4"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - rel1 { - relative: 0.0 1.0; - to_x: "elm.text.3"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.text.3"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.swallow.outbox.progress"; - type: SWALLOW; - scale: 1; - mouse_events: 1; - repeat_events: 0; - description { state: "default" 0.0; - min: GENLIST_SIZE_168_INC 0; - color: 0 0 0 0; - align: 1.0 0.5; - rel1 { - relative: 0.0 1.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - } - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_3TEXT_2ICON - program { name: "go_read"; - signal: "elm,state,read"; - source: "elm"; - action: STATE_SET "read" 0.0; - target: "elm.text.1"; - } - program { name: "go_unread"; - signal: "elm,state,unread"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text.1"; - } - program { name: "go_urgeny_unread"; - signal: "elm,state,urgency_unread"; - source: "elm"; - action: STATE_SET "urgency_unread" 0.0; - target: "elm.text.1"; - } - program { name: "go_urgency_read"; - signal: "elm,state,urgency_read"; - source: "elm"; - action: STATE_SET "urgency_read" 0.0; - target: "elm.text.1"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - // 3.2.24 - group { name: "elm/genlist/item/2text.3icon.2/default"; - alias: "elm/genlist/item_odd/2text.3icon.2/default"; - alias: "elm/genlist/item_compress/2text.3icon.2/default"; - alias: "elm/genlist/item_compress_odd/2text.3icon.2/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 elm.swallow.colorbar"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( 129 ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( 10 ) - GENLIST_PART_PADDING_BOTTOM_SIZE( 10 ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.swallow.colorbar"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: 10 21; - fixed: 1 1; - rel2.relative: 0.0 0.0; - align: 0.0 0.0; - } - } - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - GENLIST_DESCRIPTION_RTB("elm.padding.right", "elm.padding.top", "elm.padding.bottom", - fixed: 1 1; - ) - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon2.left", "elm.icon.2", GENLIST_PADDING_16_INC) - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_LRB("elm.padding.left", "elm.padding.icon2.left", "elm.padding.bottom", - min: 0 GENLIST_SIZE_48_INC; - fixed: 0 1; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_LIST_SUB_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - ) - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - // virtual padding for limiting flexible text - GENLIST_PART_PADDING_R_SIZE("elm.padding.text1.right", "elm.icon.2", GENLIST_ICON_SMALL_SIZE+32) - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION("elm.padding.left", "elm.padding.text1.right", "elm.padding.top", "elm.text.2", - align: 0 0.5; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - max: 1 1; - align: 0 0.5; - text_class: "list_item"; - } - ) - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_PADDING_L_SIZE("elm.padding.icon1.left", "elm.text.1", GENLIST_PADDING_16_INC) - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - GENLIST_DESCRIPTION("elm.padding.icon1.left", "elm.padding.icon2.left", "elm.padding.top", "elm.text.2", - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - align: 0 0.5; - ) - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_2ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } -// 3.2.25 - group { name: "elm/genlist/item/2text.3icon.3/default"; - alias: "elm/genlist/item_odd/2text.3icon.3/default"; - alias: "elm/genlist/item_compress/2text.3icon.3/default"; - alias: "elm/genlist/item_compress_odd/2text.3icon.3/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 elm.swallow.colorbar"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.swallow.colorbar"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC; - fixed: 1 1; - rel2.relative: 0.0 0.0; - align: 0.0 0.0; - } - } - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - 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.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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 GENLIST_SIZE_61_INC; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - 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_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - 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.icon2.left"; - to_y: "elm.padding.bottom"; - } - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_2ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - // 3.2.30 - group { name: "elm/genlist/item/1text.3icon.3/default"; - alias: "elm/genlist/item_odd/1text.3icon.3/default"; - alias: "elm/genlist/item_compress/1text.3icon.3/default"; - alias: "elm/genlist/item_compress_odd/1text.3icon.3/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1"; - data.item: "contents" "elm.icon.1 elm.icon.2 elm.swallow.progress"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - 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 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - 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; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.swallow.progress"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.text.1"; - } - align: 0.5 0.0; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.text.1"; - target: "elm.icon.1"; - target: "elm.icon.2"; - target: "elm.swallow.progress"; - target: "elm.flip.content"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text.1"; - target: "elm.icon.1"; - target: "elm.icon.2"; - target: "elm.swallow.progress"; - target: "elm.flip.content"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - - -// 2.2.2.31 - group { name: "elm/genlist/item/2text.2icon.9/default"; - alias: "elm/genlist/item_odd/2text.2icon.9/default"; - alias: "elm/genlist/item_compress/2text.2icon.9/default"; - alias: "elm/genlist/item_compress_odd/2text.2icon.9/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.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.2"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.2"; - } - align: 1.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; - min: 0 GENLIST_SIZE_48_INC; - fixed: 0 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 1.0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 0; - max: GENLIST_SIZE_560_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.text.2"; - } - align: 0.0 0.5; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 1 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.text.1"; - } - rel2.to_x: "elm.text.1"; - align: 0.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.icon1.left"; - to_y: "elm.text.2"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_2TEXT_2ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - // 3.2.33 - group { name: "elm/genlist/item/1text.2icon.5/default"; - alias: "elm/genlist/item_odd/1text.2icon.5/default"; - alias: "elm/genlist/item_compress/1text.2icon.5/default"; - alias: "elm/genlist/item_compress_odd/1text.2icon.5/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.1"; - data.item: "contents" "elm.icon.1 elm.swallow.progress"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - align: 0 0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.swallow.progress"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.text.1"; - } - align: 0.5 0.0; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.text.1"; - target: "elm.icon.1"; - target: "elm.swallow.progress"; - target: "elm.flip.content"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text.1"; - target: "elm.icon.1"; - target: "elm.swallow.progress"; - target: "elm.flip.content"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - // 3.2.30 - group { name: "elm/genlist/item/3text.3icon/default"; - alias: "elm/genlist/item_odd/3text.3icon/default"; - alias: "elm/genlist/item_compress/3text.3icon/default"; - alias: "elm/genlist/item_compress_odd/3text.3icon/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 elm.swallow.progress"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.right"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 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; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - 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 GENLIST_SIZE_61_INC; - fixed: 0 1; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.padding.top"; - } - align: 0 0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.swallow.progress"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - fixed: 0 1; - 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.icon2.left"; - to_y: "elm.text.2"; - } - align: 0.5 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_48_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.padding.bottom"; - } - align: 0 1; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 0 GENLIST_SIZE_48_INC; - fixed: 0 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon1.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.padding.bottom"; - } - align: 1 1; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 1.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "flip_enabled"; - signal: "elm,state,flip,enabled"; - source: "elm"; - action: STATE_SET "flip_enabled" 0.0; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - target: "elm.icon.1"; - target: "elm.icon.2"; - target: "elm.swallow.progress"; - target: "elm.flip.content"; - } - program { name: "flip_disabled"; - signal: "elm,state,flip,disabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - target: "elm.icon.1"; - target: "elm.icon.2"; - target: "elm.swallow.progress"; - target: "elm.flip.content"; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } -// ??? - group { name: "elm/genlist/item/3text.5icon/default"; - alias: "elm/genlist/item_odd/3text.5icon/default"; - alias: "elm/genlist/item_compress/3text.5icon/default"; - alias: "elm/genlist/item_compress_odd/3text.5icon/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 elm.icon.3 elm.icon.4 elm.swallow.colorbar"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_129_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.swallow.colorbar"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_10_INC GENLIST_SIZE_21_INC; - fixed: 1 1; - rel2.relative: 0.0 0.0; - align: 0.0 0.0; - } - } - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_133_INC GENLIST_SIZE_61_INC; - fixed: 1 1; - rel1 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 1.0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 1.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.1"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.text.3"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon1.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon.1"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.1"; - } - 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 GENLIST_SIZE_61_INC; - 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.icon1.left"; - to_y: "elm.padding.top"; - } - align: 0.0 0.0; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "Tizen:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.text3.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to: "elm.text.3"; - rel2 { - relative: 0.0 1.0; - to: "elm.text.3"; - } - align: 1.0 1.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.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.text3.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon2.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.text.2"; - } - rel2.to_x: "elm.text.2"; - 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: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.icon2.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon3.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.2"; - } - rel2.to_x: "elm.icon.2"; - align: 0.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.3"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon3.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.icon3.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon4.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1 { - relative: 1.0 0.0; - to_x: "elm.icon.3"; - } - rel2.to_x: "elm.icon.3"; - align: 0.0 0.0; - visible: 0; - } - } - part { name: "elm.icon.4"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon4.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 1.0 0.0; - to_x: "elm.padding.icon4.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_3TEXT_2ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - // Email style?? - group { name: "elm/genlist/item/4text.8icon/default"; - alias: "elm/genlist/item_odd/4text.8icon/default"; - alias: "elm/genlist/item_compress/4text.8icon/default"; - alias: "elm/genlist/item_compress_odd/4text.8icon/default"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text.subject elm.text.name elm.text.date elm.text.preview elm.text.num"; - data.item: "contents" "elm.icon.important elm.icon.important.touch elm.icon.attach elm.icon.colorbar elm.swallow.outbox.progress elm.icon.checkbox elm.icon.checkbox.touch elm.icon.priority elm.icon.lastverb elm.icon.appointment"; - data.item: "flips" "elm.flip.icon elm.flip.content"; - script { - public email_state = 0; - } - images { - image: "00_list_bubble_bg.png" COMP; - } - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_SIZE_160_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_TOP_SIZE( 8 ) - GENLIST_PART_PADDING_BOTTOM_SIZE( 8 ) - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - GENLIST_PART_COLORBAR - part { name: "elm.icon.checkbox.touch"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - rel1.to: "elm.icon.checkbox"; - rel1.offset: -GENLIST_PADDING_SIZE_LEFT 0; - rel2.to: "elm.icon.checkbox"; - rel1.offset: GENLIST_PADDING_SIZE_DEFAULT 0; - } - } - part { name: "elm.icon.checkbox"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - GENLIST_DESCRIPTION_L("elm.padding.left", - max: GENLIST_ICON_CHECK_RADIO_SIZE GENLIST_ICON_CHECK_RADIO_SIZE; - max: GENLIST_ICON_CHECK_RADIO_SIZE GENLIST_ICON_CHECK_RADIO_SIZE; - fixed: 1 1; - ) - } - GENLIST_PART_PADDING_L_SIZE("elm.padding.icon.checkbox.right", "elm.icon.checkbox", GENLIST_PADDING_SIZE_DEFAULT) - part { name: "elm.icon.important"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - GENLIST_DESCRIPTION_RT("elm.padding.right", "elm.padding.top", - min: 56 60; - fixed: 1 1; - ) - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.important.touch"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 1; - scale: 1; - description { state: "default" 0.0; - rel1.to: "elm.icon.important"; - rel2.to: "elm.icon.important"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon.important.left", "elm.icon.important", GENLIST_PADDING_SIZE_DEFAULT) - part { name: "elm.image.num"; - clip_to: "disclip"; - type: IMAGE; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_RT("elm.padding.icon.important.left", "elm.padding.top", - max: 0 60; - fixed: 1 1; - rel1.offset: 0 8; - rel2.offset: 0 8; - image.normal: "00_list_bubble_bg.png"; - image.border: 5 5 5 5; - ) - description { state: "num_enable" 0.0; - inherit: "default" 0.0; - max: 62 60; - min: 46 44; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - // This part is used? - part { name: "elm.text.num"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_RT("elm.padding.icon.important.left", "elm.padding.top", - max: 0 60; - fixed: 1 1; - rel1.offset: 0 8; - rel2.offset: 0 8; - ) - description { state: "num_enable" 0.0; - inherit: "default" 0.0; - max: 62 60; - min: 46 44; - text { - font: "Tizen:style=Medium"; - size: 32; - min: 1 1; - align: 0.5 0.5; - text_class: "tizen"; - } - color: GENLIST_CONVERTOR_STYLE_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.attach"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - GENLIST_DESCRIPTION_RT("elm.image.num", "elm.padding.top", - min: 0 60; - fixed: 1 1; - ) - description { state: "attach_enable" 0.0; - inherit: "default" 0.0; - min: 48 60; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.subject"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_LRT("elm.padding.icon.checkbox.right", "elm.icon.attach", "elm.padding.top", - min: 0 GENLIST_SIZE_SLIDE_60_INC; - fixed: 1 1; - text { - style: "genlist_style_email_unread"; - min: 0 1; - align: 0 0.5; - } - ) - description { state: "read" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_read"; - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_email_focus"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.intermediate"; - clip_to: "disclip"; - type: RECT; - scale: 1; - GENLIST_DESCRIPTION_LT("elm.padding.icon.checkbox.right", "elm.icon.attach", - min: 0 GENLIST_PADDING_4_INC; - fixed: 0 1; - visible: 0; - ) - } - part { name: "elm.icon.priority"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - GENLIST_DESCRIPTION_LT("elm.padding.icon.checkbox.right", "elm.padding.intermediate", - min: 0 GENLIST_SIZE_40_INC; - fixed: 1 1; - align: 0.0 0.0; - ) - description { state: "priority_enable" 0.0; - inherit: "default" 0.0; - min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.icon.lastverb"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - GENLIST_DESCRIPTION_LT("elm.padding.icon.checkbox.right", "elm.icon.priority", - min: 0 GENLIST_SIZE_40_INC; - fixed: 1 1; - align: 0.0 0.0; - ) - description { state: "lastverb_enable" 0.0; - inherit: "default" 0.0; - min: GENLIST_SIZE_48_INC GENLIST_SIZE_40_INC; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - - part { name: "elm.text.date"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_RTB("elm.padding.right", "elm.text.name", "elm.padding.bottom", - min: GENLIST_SIZE_154_INC GENLIST_SIZE_40_INC; - fixed: 1 0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_LIST_SUB_TEXT_SIZE; - min: 0 1; - align: 1.0 0.5; - text_class: "tizen"; - } - ) - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - - part { name: "elm.icon.appointment"; - clip_to: "disclip"; - type: SWALLOW; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_RT("elm.padding.right", "elm.padding.intermediate", - min: 0 GENLIST_SIZE_40_INC; - fixed: 1 1; - align: 1.0 0.0; - ) - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.name"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - GENLIST_DESCRIPTION_LRT("elm.padding.icon.checkbox.right", "elm.icon.attach", "elm.text.subject", - min: 0 GENLIST_SIZE_40_INC; - fixed: 1 1; - text { - style: "genlist_style_name_text"; - min: 0 1; - align: 0.0 0.5; - } - ) - description { state: "selected" 0.0; - inherit: "default" 0.0; - text.style: "genlist_style_name_text_focus"; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.preview"; - clip_to: "disclip"; - type: TEXT; - scale: 1; - GENLIST_DESCRIPTION("elm.icon.lastverb", "elm.text.date", "elm.text.name", "elm.padding.bottom", - min: 0 GENLIST_SIZE_40_INC; - fixed: 1 1; - align: 0.0 1.0; - color: GENLIST_CONTENTS_TEXT_COLOR; - text { - font: "Tizen:style=Medium"; - size: GENLIST_CONTENTS_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "tizen"; - } - ) - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.swallow.outbox.progress"; - type: SWALLOW; - scale: 1; - mouse_events: 1; - repeat_events: 0; - description { state: "default" 0.0; - min: GENLIST_SIZE_168_INC 0; - fixed: 1 1; - color: 0 0 0 0; - align: 1.0 0.5; - rel1 { - relative: 0.0 1.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - } - } - GENLIST_PART_FLIP - GENLIST_PART_DISCLIP - } - programs { - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg"; - target: "elm.text.subject"; - target: "elm.text.name"; - target: "elm.text.date"; - target: "elm.text.preview"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - transition: LINEAR 0.1; - script { - set_state(PART:"bg", "default", 0.0); - set_state(PART:"elm.text.name", "default", 0.0); - set_state(PART:"elm.text.date", "default", 0.0); - set_state(PART:"elm.text.preview", "default", 0.0); - if (get_int(email_state) == 1) - set_state(PART:"elm.text.subject", "read", 0.0); - else - set_state(PART:"elm.text.subject", "default", 0.0); - } - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - program { name: "go_read"; - signal: "elm,state,read"; - source: "elm"; - script { - set_int(email_state, 1); - set_state(PART:"elm.text.subject", "read", 0.0); - } - } - program { name: "go_unread"; - signal: "elm,state,unread"; - source: "elm"; - script { - set_int(email_state, 0); - set_state(PART:"elm.text.subject", "default", 0.0); - } - } - program { name: "go_attach"; - signal: "elm,state,attach"; - source: "elm"; - action: STATE_SET "attach_enable" 0.0; - target: "elm.icon.attach"; - } - program { name: "go_priority"; - signal: "elm,state,priority"; - source: "elm"; - action: STATE_SET "priority_enable" 0.0; - target: "elm.icon.priority"; - } - program { name: "go_lastverb"; - signal: "elm,state,lastverb"; - source: "elm"; - action: STATE_SET "lastverb_enable" 0.0; - target: "elm.icon.lastverb"; - } - program { name: "go_num"; - signal: "elm,state,num"; - source: "elm"; - action: STATE_SET "num_enable" 0.0; - target: "elm.image.num"; - target: "elm.text.num"; - } - program { name: "click"; - signal: "mouse,up,1"; - source: "elm.icon.checkbox.touch"; - action: SIGNAL_EMIT "elm,action,check,toggle" ""; - } - GENLIST_PROGRAM_PLAY_BUTTON_PRESS - } - } - group { name: "elm/list/item/matchlist"; - alias: "elm/list/item_odd/matchlist"; - alias: "elm/list/item_compress/matchlist"; - alias: "elm/list/item_compress_odd/matchlist"; - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "texts" "elm.text"; - data.item: "contents" "elm.swallow.icon elm.swallow.end"; - parts { - GENLIST_PART_BASE_LIST_H( GENLIST_HEIGHT_93_INC ) - GENLIST_PART_BG_NORMAL - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT_EDIT - part { name: "elm.swallow.end"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - fixed: 1 0; - align: 1.0 0.5; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - } - } - part { name: "elm.text"; - clip_to: "disclip"; - type: TEXTBLOCK; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 0.2; - offset: 0 0; - to_x: "elm.swallow.icon"; - } - rel2 { - to_x: "elm.swallow.end"; - relative: 0.0 1.0; - offset: 0 0; - } - text { - style: "text_style"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_TEXT_FOCUS_COLOR; - } - } - part { name: "elm.swallow.icon"; - type: SWALLOW; - description { state: "default" 0.0; - fixed: 1 0; - align: 0.0 0.5; - rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.left"; - } - rel2.to_x: "elm.padding.left"; - } - } - GENLIST_PART_DISCLIP - } - GENLIST_PROGRAMS_NORMAL( target: "elm.text"; ) - } - -// 2.2.3.5 (unread) && 2.2.3.6 (read) - group { name: "elm/genlist/item/4text.6icon.1/default"; - alias: "elm/genlist/item_odd/4text.6icon.1/default"; - alias: "elm/genlist/item_compress/4text.6icon.1/default"; - alias: "elm/genlist/item_compress_odd/4text.6icon.1/default"; - alias: "elm/genlist/tree/4text.6icon.1/default"; - alias: "elm/genlist/tree_odd/4text.6icon.1/default"; - alias: "elm/genlist/tree_compress/4text.6icon.1/default"; - alias: "elm/genlist/tree_compress_odd/4text.6icon.1/default"; - // FIXME: deprecated name, will be removed - alias: "elm/genlist/item/4text.6icon.2/default"; - alias: "elm/genlist/item_odd/4text.6icon.2/default"; - alias: "elm/genlist/item_compress/4text.6icon.2/default"; - alias: "elm/genlist/item_compress_odd/4text.6icon.2/default"; - - GENLIST_PROLOG_NORMAL - data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4"; - data.item: "contents" "elm.swallow.colorbar elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4 elm.icon.5"; - - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_SIZE_TOP_3LINE ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_SIZE_BOTTOM_3LINE ) - GENLIST_PART_COLORBAR - - GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") - GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") - - GENLIST_PART_TEXT("elm.text.1", - GENLIST_DESCRIPTION_LRT("elm.padding.icon1.right", "elm.padding.icon3.left", "elm.padding.top", - GENLIST_PARAM_LISTITEM - min: 0 HEIGHT_EMAIL_MAIN; - fixed:1 1;) - GENLIST_DESCRIPTION_LISTITEM_OTHERS - ) - GENLIST_PART_PADDING_R("elm.padding.icon3.left", "elm.icon.3") - GENLIST_PART_ICON_SMALL_RTB("elm.icon.3", "elm.padding.icon4.left", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon4.left", "elm.icon.4", 10) - GENLIST_PART_ICON_SMALL_RTB("elm.icon.4", "elm.padding.icon5.left", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon5.left", "elm.icon.5", 10) - GENLIST_PART_ICON_STAR_RTB("elm.icon.5", "elm.padding.right", "elm.padding.top", "elm.text.2") - - GENLIST_PART_SUBITEM_("elm.text.2", HEIGHT_EMAIL_SUB, - "elm.padding.icon1.right", "elm.text.3", "elm.text.1", "elm.text.4",) - GENLIST_PART_SUBITEM_RTB("elm.text.3", HEIGHT_EMAIL_SUB, - "elm.padding.right", "elm.text.1", "elm.text.4") - GENLIST_PART_ICON_SMALL_LTB("elm.icon.2", "elm.padding.icon1.right", "elm.text.3", "elm.padding.bottom") - - GENLIST_PART_PADDING_L("elm.padding.icon2.right", "elm.icon.2") - GENLIST_PART_TEXT("elm.text.4", - GENLIST_DESCRIPTION_LRB("elm.padding.icon2.right", "elm.padding.right", "elm.padding.bottom", - PARAM_EMAIL_CONTENTS - min: 0 HEIGHT_EMAIL_CONTENTS; fixed:1 1;) - ) - GENLIST_PART_FLIP - } - GENLIST_PROGRAMS_READ_TEXT( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.text.3"; target: "elm.text.4"; - target: "elm.swallow.colorbar"; target: "elm.icon.1"; target: "elm.icon.2"; - target: "elm.icon.3"; target: "elm.icon.4"; target: "elm.icon.5"; ) - } - - - // 2.2.3.7 (unread) && 2.2.3.8 (read) - group { name: "elm/genlist/item/4text.5icon.1/default"; - alias: "elm/genlist/item_odd/4text.5icon.1/default"; - alias: "elm/genlist/item_compress/4text.5icon.1/default"; - alias: "elm/genlist/item_compress_odd/4text.5icon.1/default"; - // FIXME: deprecated name, will be removed - alias: "elm/genlist/item/4text.5icon.2/default"; - alias: "elm/genlist/item_odd/4text.5icon.2/default"; - alias: "elm/genlist/item_compress/4text.5icon.2/default"; - alias: "elm/genlist/item_compress_odd/4text.5icon.2/default"; - - GENLIST_PROLOG_NORMAL - data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4"; - data.item: "contents" "elm.swallow.colorbar elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4"; - - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_SIZE_TOP_3LINE ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_SIZE_BOTTOM_3LINE ) - GENLIST_PART_COLORBAR - - GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") - GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") - - GENLIST_PART_TEXT("elm.text.1", - GENLIST_DESCRIPTION_LRT("elm.padding.icon1.right", "elm.padding.icon3.left", "elm.padding.top", - GENLIST_PARAM_LISTITEM - min: 0 HEIGHT_EMAIL_MAIN; fixed:1 1;) - GENLIST_DESCRIPTION_LISTITEM_OTHERS - ) - GENLIST_PART_PADDING_R("elm.padding.icon3.left", "elm.icon.3") - GENLIST_PART_ICON_SMALL_RTB("elm.icon.3", "elm.padding.icon4.left", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon4.left", "elm.icon.4", 10) - GENLIST_PART_ICON_STAR_RTB("elm.icon.4", "elm.padding.right", "elm.padding.top", "elm.text.2") - - GENLIST_PART_SUBITEM_("elm.text.2", HEIGHT_EMAIL_SUB, - "elm.padding.icon1.right", "elm.text.3", "elm.text.1", "elm.text.4",) - GENLIST_PART_SUBITEM_RTB("elm.text.3", HEIGHT_EMAIL_SUB, - "elm.padding.right", "elm.text.1", "elm.text.4") - GENLIST_PART_ICON_SMALL_LTB("elm.icon.2", "elm.padding.icon1.right", "elm.text.3", "elm.padding.bottom") - - GENLIST_PART_PADDING_L("elm.padding.icon2.right", "elm.icon.2") - GENLIST_PART_TEXT("elm.text.4", - GENLIST_DESCRIPTION_LRB("elm.padding.icon2.right", "elm.padding.right", "elm.padding.bottom", - PARAM_EMAIL_CONTENTS - min: 0 HEIGHT_EMAIL_CONTENTS; fixed:1 1;) - ) - GENLIST_PART_FLIP - } - GENLIST_PROGRAMS_READ_TEXT( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.text.3"; target: "elm.text.4"; - target: "elm.swallow.colorbar"; target: "elm.icon.1"; target: "elm.icon.2"; - target: "elm.icon.3"; target: "elm.icon.4"; ) - } - - // 2.2.3.9 (unread) && 2.2.3.10 (read) - group { name: "elm/genlist/item/4text.5icon.3/default"; - alias: "elm/genlist/item_odd/4text.5icon.3/default"; - alias: "elm/genlist/item_compress/4text.5icon.3/default"; - alias: "elm/genlist/item_compress_odd/4text.5icon.3/default"; - // FIXME: deprecated name, will be removed - alias: "elm/genlist/item/4text.5icon.4/default"; - alias: "elm/genlist/item_odd/4text.5icon.4/default"; - alias: "elm/genlist/item_compress/4text.5icon.4/default"; - alias: "elm/genlist/item_compress_odd/4text.5icon.4/default"; - - GENLIST_PROLOG_NORMAL - data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4"; - data.item: "contents" "elm.swallow.colorbar elm.icon.1 elm.icon.2 elm.icon.3 elm.icon.4"; - - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_SIZE_TOP_3LINE ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_SIZE_BOTTOM_3LINE ) - GENLIST_PART_COLORBAR - - GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") - GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") - - GENLIST_PART_TEXT("elm.text.1", - GENLIST_DESCRIPTION_LRT("elm.padding.icon1.right", "elm.padding.icon2.left", "elm.padding.top", - GENLIST_PARAM_LISTITEM - min: 0 HEIGHT_EMAIL_MAIN; fixed:1 1;) - GENLIST_DESCRIPTION_LISTITEM_OTHERS - ) - GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") - GENLIST_PART_ICON_SMALL_RTB("elm.icon.2", "elm.padding.icon3.left", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon3.left", "elm.icon.3", 10) - GENLIST_PART_ICON_SMALL_RTB("elm.icon.3", "elm.padding.icon4.left", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon4.left", "elm.icon.4", 10) - GENLIST_PART_ICON_STAR_RTB("elm.icon.4", "elm.padding.right", "elm.padding.top", "elm.text.2") - - GENLIST_PART_SUBITEM_("elm.text.2", HEIGHT_EMAIL_SUB, - "elm.padding.icon1.right", "elm.text.3", "elm.text.1", "elm.text.4",) - GENLIST_PART_SUBITEM_RTB("elm.text.3", HEIGHT_EMAIL_SUB, - "elm.padding.right", "elm.text.1", "elm.text.4") - GENLIST_PART_TEXT("elm.text.4", - GENLIST_DESCRIPTION_LRB("elm.padding.icon1.right", "elm.padding.right", "elm.padding.bottom", - PARAM_EMAIL_CONTENTS - min: 0 HEIGHT_EMAIL_CONTENTS; fixed:1 1;) - ) - GENLIST_PART_FLIP - } - GENLIST_PROGRAMS_READ_TEXT( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.text.3"; target: "elm.text.4"; - target: "elm.swallow.colorbar"; target: "elm.icon.1"; target: "elm.icon.2"; - target: "elm.icon.3"; target: "elm.icon.4"; ) - } - - // 2.2.3.11 (unread) && 2.2.3.12 (read) - group { name: "elm/genlist/item/4text.4icon.1/default"; - alias: "elm/genlist/item_odd/4text.4icon.1/default"; - alias: "elm/genlist/item_compress/4text.4icon.1/default"; - alias: "elm/genlist/item_compress_odd/4text.4icon.1/default"; - // FIXME: deprecated name, will be removed - alias: "elm/genlist/item/4text.4icon.2/default"; - alias: "elm/genlist/item_odd/4text.4icon.2/default"; - alias: "elm/genlist/item_compress/4text.4icon.2/default"; - alias: "elm/genlist/item_compress_odd/4text.4icon.2/default"; - - GENLIST_PROLOG_NORMAL - data.item: "texts" "elm.text.1 elm.text.2 elm.text.3 elm.text.4"; - data.item: "contents" "elm.swallow.colorbar elm.icon.1 elm.icon.2 elm.icon.3"; - - parts { - GENLIST_PART_BG_NORMAL - GENLIST_PART_BASE - GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_LEFT - GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( GENLIST_PADDING_SIZE_TOP_3LINE ) - GENLIST_PART_PADDING_BOTTOM_SIZE( GENLIST_PADDING_SIZE_BOTTOM_3LINE ) - GENLIST_PART_COLORBAR - - GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon.1", "elm.padding.left") - GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1") - - GENLIST_PART_TEXT("elm.text.1", - GENLIST_DESCRIPTION_LRT("elm.padding.icon1.right", "elm.padding.icon2.left", "elm.padding.top", - GENLIST_PARAM_LISTITEM - min: 0 HEIGHT_EMAIL_MAIN; fixed:1 1;) - GENLIST_DESCRIPTION_LISTITEM_OTHERS - ) - GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2") - GENLIST_PART_ICON_SMALL_RTB("elm.icon.2", "elm.padding.icon3.left", "elm.padding.top", "elm.text.2") - GENLIST_PART_PADDING_R_SIZE("elm.padding.icon3.left", "elm.icon.3", 10) - GENLIST_PART_ICON_STAR_RTB("elm.icon.3", "elm.padding.right", "elm.padding.top", "elm.text.2") - - GENLIST_PART_SUBITEM_("elm.text.2", HEIGHT_EMAIL_CONTENTS, - "elm.padding.icon1.right", "elm.text.3", "elm.text.1", "elm.text.4", ) - GENLIST_PART_SUBITEM_RTB("elm.text.3", HEIGHT_EMAIL_CONTENTS, - "elm.padding.right", "elm.text.1", "elm.text.4") - GENLIST_PART_TEXT("elm.text.4", - GENLIST_DESCRIPTION_LRB("elm.padding.icon1.right", "elm.padding.right", "elm.padding.bottom", - PARAM_EMAIL_CONTENTS - min: 0 HEIGHT_EMAIL_CONTENTS; fixed:1 1;) - ) - GENLIST_PART_FLIP - } - GENLIST_PROGRAMS_READ_TEXT( target: "elm.text.1"; target: "elm.text.2"; - target: "elm.text.3"; target: "elm.text.4"; - target: "elm.swallow.colorbar"; target: "elm.icon.1"; target: "elm.icon.2"; - target: "elm.icon.3"; ) - } -#endif + ) + GENLIST_PROGRAMS_THUMB + } + +// ---------------------------------------------------------------------- +// Pop Up Style --------------------------------------------------------- +// ---------------------------------------------------------------------- +GENLIST_POPUP_STYLE("default") +GENLIST_POPUP_STYLE("editfield") +GENLIST_POPUP_STYLE("editfield/title") +GENLIST_POPUP_STYLE("1icon") +GENLIST_POPUP_STYLE("1icon/with_no_line") +GENLIST_POPUP_STYLE("1icon/no_padding") +GENLIST_POPUP_STYLE("1icon/no_padding_line") +GENLIST_POPUP_STYLE("1text") +GENLIST_POPUP_STYLE("1text.tb") +GENLIST_POPUP_STYLE("2text") +GENLIST_POPUP_STYLE("1text.1icon") +GENLIST_POPUP_STYLE("1text.1icon.6") +GENLIST_POPUP_STYLE("1text.1icon.7") +GENLIST_POPUP_STYLE("1text.1icon.5") +GENLIST_POPUP_STYLE("1text.1icon.5.thumb.circle") +GENLIST_POPUP_STYLE("1text.1icon.5.thumb.square") +GENLIST_POPUP_STYLE("1text.2icon.3") +GENLIST_POPUP_STYLE("1text.2icon.3.tb") +GENLIST_POPUP_STYLE("1text.1icon.2") +GENLIST_POPUP_STYLE("1text.1icon.2.tb") +GENLIST_POPUP_STYLE("2text.1icon") +GENLIST_POPUP_STYLE("2text.1icon.tb") +GENLIST_POPUP_STYLE("1text.2icon") +GENLIST_POPUP_STYLE("1text.2icon.tb") +GENLIST_POPUP_STYLE("1text.2icon.6") +GENLIST_POPUP_STYLE("1text.2icon.6.tb") +GENLIST_POPUP_STYLE("1text.1icon.3") +GENLIST_POPUP_STYLE("1text.1icon.3.tb") +GENLIST_POPUP_STYLE("1text.2icon.4") +GENLIST_POPUP_STYLE("1text.2icon.2") +GENLIST_POPUP_STYLE("1text.3icon") +GENLIST_POPUP_STYLE("1text.2icon.9") +GENLIST_POPUP_STYLE("1text.3icon.2") +GENLIST_POPUP_STYLE("2text.1icon.divider") +GENLIST_POPUP_STYLE("1text.2icon.divider") +GENLIST_POPUP_STYLE("2text.2") +GENLIST_POPUP_STYLE("2text.2.tb") +GENLIST_POPUP_STYLE("2text.3") +GENLIST_POPUP_STYLE("3text") +GENLIST_POPUP_STYLE("3text.tb") +GENLIST_POPUP_STYLE("2text.1icon.2") +GENLIST_POPUP_STYLE("2text.1icon.2.tb") +GENLIST_POPUP_STYLE("2text.1icon.10") +GENLIST_POPUP_STYLE("2text.1icon.10.tb") +GENLIST_POPUP_STYLE("3text.1icon") +GENLIST_POPUP_STYLE("3text.1icon.tb") +GENLIST_POPUP_STYLE("2text.2icon") +GENLIST_POPUP_STYLE("2text.1icon.4") +GENLIST_POPUP_STYLE("2text.1icon.4.thumb.circle") +GENLIST_POPUP_STYLE("2text.1icon.4.thumb.square") +GENLIST_POPUP_STYLE("2text.1icon.4.tb") +GENLIST_POPUP_STYLE("3text.1icon.2") +GENLIST_POPUP_STYLE("2text.2icon.4") +GENLIST_POPUP_STYLE("2text.2icon.4.tb") +GENLIST_POPUP_STYLE("2text.2icon.6") +GENLIST_POPUP_STYLE("2text.2icon.6.tb") +GENLIST_POPUP_STYLE("2text.2icon.8") +GENLIST_POPUP_STYLE("2text.2icon.8.tb") +GENLIST_POPUP_STYLE("2text.2icon.progress") +GENLIST_POPUP_STYLE("3text.3icon.progress") +GENLIST_POPUP_STYLE("2text.1icon.12") +GENLIST_POPUP_STYLE("2text.1icon.12.tb") +GENLIST_POPUP_STYLE("2text.1icon.7") +GENLIST_POPUP_STYLE("2text.2icon.5") +GENLIST_POPUP_STYLE("2text.3icon.4") +GENLIST_POPUP_STYLE("4text.1icon.1") +GENLIST_POPUP_STYLE("4text.1icon.1.tb") +GENLIST_POPUP_STYLE("4text.1icon.2") +GENLIST_POPUP_STYLE("4text.1icon.2.tb") +GENLIST_POPUP_STYLE("4text.1") +GENLIST_POPUP_STYLE("4text.1.tb") +GENLIST_POPUP_STYLE("4text.2") +GENLIST_POPUP_STYLE("3text.1icon.3") +GENLIST_POPUP_STYLE("3text.1icon.3.tb") +GENLIST_POPUP_STYLE("4text.1icon.3") +GENLIST_POPUP_STYLE("3text.1icon.1") +GENLIST_POPUP_STYLE("2text.2icon.1") +GENLIST_POPUP_STYLE("2text.1icon.1")