group {
name: "elm/ctxpopup/base/default";
images {
- image: "00_popup_bubble_bg_left_top.png" COMP;
- image: "00_popup_bubble_bg_right_top.png" COMP;
- image: "00_popup_bubble_bg_left_bottom.png" COMP;
- image: "00_popup_bubble_bg_right_bottom.png" COMP;
- image: "00_popup_bubble_bg_no_shadow.png" COMP;
image: "00_popup_bubble_bg.png" COMP;
}
parts {
mouse_events: 0;
description {
state: "default" 0.0;
- rel1 {to:"frame_shadow_left_top_padding";}
- rel2 {to:"frame_shadow_right_bottom_padding";}
+ rel1 {
+ relative: 0.2 0.2;
+ to:"frame_shadow_left_top_padding";
+ }
+ rel2 {
+ relative: 0.8 0.8;
+ to:"frame_shadow_right_bottom_padding";
+ }
image {
normal: "00_popup_bubble_bg.png";
- border: 10 10 10 10;
+ border: 13 13 13 13;
border_scale: 1;
}
- color: 255 255 255 255;
}
}
part { name: "arrow_area_left";
part {
name: "ctxpopup_frame_left_top";
- type: IMAGE;
+ type: RECT;
scale: 1;
description {
+ visible: 0;
align: 0 0;
min: CTXPOPUP_FRAME_CORNER_SIZE;
max: CTXPOPUP_FRAME_CORNER_SIZE;
- image {
- normal: "00_popup_bubble_bg_left_top.png";
- }
}
}
part {
name: "ctxpopup_frame_right_top";
- type: IMAGE;
+ type: RECT;
scale: 1;
description {
+ visible: 0;
align: 1 0;
min: CTXPOPUP_FRAME_CORNER_SIZE;
max: CTXPOPUP_FRAME_CORNER_SIZE;
- image {
- normal: "00_popup_bubble_bg_right_top.png";
- }
}
}
part {
name: "ctxpopup_frame_left_bottom";
- type: IMAGE;
+ type: RECT;
scale: 1;
description {
+ visible: 0;
align: 0 1;
min: CTXPOPUP_FRAME_CORNER_SIZE;
max: CTXPOPUP_FRAME_CORNER_SIZE;
- image {
- normal: "00_popup_bubble_bg_left_bottom.png";
- }
}
}
part {
name: "ctxpopup_frame_right_bottom";
- type: IMAGE;
+ type: RECT;
scale: 1;
description {
+ visible: 0;
align: 1 1;
min: CTXPOPUP_FRAME_CORNER_SIZE;
max: CTXPOPUP_FRAME_CORNER_SIZE;
- image {
- normal: "00_popup_bubble_bg_right_bottom.png";
- }
- }
- }
-
- part {
- name: "ctxpopup_frame_top";
- type: IMAGE;
- scale: 1;
- description {
- image {
- normal: "00_popup_bubble_bg_no_shadow.png";
- }
- align: 0 0;
- rel1 {to:"ctxpopup_frame_left_top"; relative: 1 0;}
- rel2 {to:"ctxpopup_frame_right_top"; relative: 0 1;}
- }
- }
-
- part {
- name: "ctxpopup_frame";
- type: IMAGE;
- scale: 1;
- description {
- image {
- normal: "00_popup_bubble_bg_no_shadow.png";
- }
- align: 0 0;
- rel1 {to:"ctxpopup_frame_left_top"; relative: 0 1;}
- rel2 {to:"ctxpopup_frame_right_bottom"; relative: 1 0;}
- }
- }
-
- part {
- name: "ctxpopup_frame_bottom";
- type: IMAGE;
- scale: 1;
- description {
- image {
- normal: "00_popup_bubble_bg_no_shadow.png";
- }
- align: 0 0;
- rel1 {to:"ctxpopup_frame_left_bottom"; relative: 1 0;}
- rel2 {to:"ctxpopup_frame_right_bottom"; relative: 0 1;}
}
}
-
part {
name:"list_shadow_right_bottom_padding";
type:RECT;
///////////////////////////////////////////////////////////////////////////////
group {
name: "elm/ctxpopup/text_style_item/default";
- images {
- image: "00_list_bar_press.png" COMP;
- }
parts {
part {
name: "event_blocker";
part {
name: "bg";
mouse_events: 0;
- type: IMAGE;
+ type: RECT;
description {
state: "default" 0.0;
- visible: 0;
+ color: GENLIST_PART_BG_COLOR_INC;
+ visible: 1;
}
description {
state: "clicked" 0.0;
- image {
- normal: "00_list_bar_press.png";
- border: 10 10 10 10;
- border_scale: 1;
- }
+ color: GENLIST_PART_BG_SELECTED_COLOR_INC;
+ visible: 1;
}
}
part {
align: 0.5 0.5;
rel1 {relative: 1.0 0.0; to: "left_padding";}
rel2 {relative: 0.0 1.0; to: "right_padding";}
- color: CTXPOPUP_FONT_COLOR;
+ color: GENLIST_PART_TEXT_COLOR_INC;
text {
font: "SLP:style=Roman";
size: 24;
description {
state: "clicked" 0.0;
inherit: "default" 0.0;
- color: CTXPOPUP_CLICKED_FONT_COLOR;
+ color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
}
}
part {
///////////////////////////////////////////////////////////////////////////////
group {
name: "elm/ctxpopup/icon_style_item/default";
- images {
- image: "00_list_bar_press.png" COMP;
- }
parts {
part {
name: "event_blocker";
part {
name: "bg";
mouse_events: 0;
- type: IMAGE;
+ type: RECT;
description {
state: "default" 0.0;
- visible: 0;
+ color: GENLIST_PART_BG_COLOR_INC;
+ visible: 1;
min: 100 70;
max: 100 70;
}
description {
state: "clicked" 0.0;
- image {
- normal: "00_list_bar_press.png";
- border: 10 10 10 10;
- border_scale: 1;
- }
+ color: GENLIST_PART_BG_SELECTED_COLOR_INC;
+ visible: 1;
}
}
part {
///////////////////////////////////////////////////////////////////////////////
group {
name: "elm/ctxpopup/icon_text_style_item/default";
- images {
- image: "00_list_bar_press.png" COMP;
- }
parts {
part {
name: "event_blocker";
part {
name: "bg";
mouse_events: 0;
- type: IMAGE;
+ type: RECT;
description {
state: "default" 0.0;
- visible: 0;
+ color: GENLIST_PART_BG_COLOR_INC;
+ visible: 1;
}
description {
state: "clicked" 0.0;
- image {
- normal: "00_list_bar_press.png";
- border: 10 10 10 10;
- border_scale: 1;
- }
+ color: GENLIST_PART_BG_SELECTED_COLOR_INC;
+ visible: 1;
}
}
part {
align: 0.5 0.5;
rel1 {relative: 1.0 0.0; to_x: "icon_right_padding";}
rel2 {relative: 0.0 1.0; to_x: "text_right_padding";}
- color: CTXPOPUP_FONT_COLOR;
+ color: GENLIST_PART_TEXT_COLOR_INC;
text {
font: "SLP:style=Roman";
size: 20;
description {
state: "clicked" 0.0;
inherit: "default" 0.0;
- color: CTXPOPUP_CLICKED_FONT_COLOR;
+ color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
}
}
part {