mouse_events: 1;
description {
state: "default" 0.0;
- rel1 { relative: 48/180 30/180; to, "bg"; }
- rel2 { relative: 132/180 114/180; to, "bg"; }
+ rel1 { relative: 37/180 8/180; to, "bg"; }
+ rel2 { relative: 143/180 114/180; to, "bg"; }
color: 0 0 0 0;
}
}
mouse_events: 1;
description {
state: "default" 0.0;
- rel1 { relative: 15/180 10/180; to, "bg"; }
+ rel1 { relative: 15/180 8/180; to, "bg"; }
rel2 { relative: 165/180 160/180; to, "bg"; }
color: 0 0 0 0;
visible: 1;
}
part {
name: "txt";
- //type: TEXTBLOCK;
type: TEXT;
effect: SOFT_SHADOW;
scale: 1;
description
{
state: "default" 0.0;
- //rel1 { relative: 0.0 120/180; to, "bg"; }
- //rel2 { relative: 1.0 180/180; to, "bg"; }
rel1 { relative: 0.0 114/180; to, "bg"; }
rel2 { relative: 1.0 175/180; to, "bg"; }
align: 0.5 0.5;
color2: 0 0 0 35;
color3: 0 0 0 35;
text {
- //style: "app_name_style";
text_class: "menu_item";
font: "TIZEN:style=medium";
size: 16;
};
Eina_List *install_list;
- _D("package [%s]", package);
+ _D("package [%s], val [%s]", package, val);
pi = NULL;
install_list = evas_object_data_get(scroller, "install_list");