1 #define BG "background"
3 part { name, BG; type, RECT;
4 description { state, "default" 0.0; color, 249 249 251 255; }
5 // Enable line bellow if you want to hilite your playlist entry
6 //description { state, "selected" 0.0; color, 225 222 229 255; }
7 description { state, "selected" 0.0; color, 249 249 251 255; } }
9 part { name, "title"; type, TEXT; mouse_events, 1;
10 description { state, "default" 0.0; color, 31 31 55 128; max, 103 7;
11 rel1 { relative, 0.0 0.0; offset, 0 0; to, BG; }
12 rel2 { relative, 1.0 1.0; offset, -25 2; to, BG; }
13 text { text, "title"; font, "Edje.visitor1"; size, 9; align, 0.0 0.0; } }
15 description { state, "selected" 0.0; color, 31 31 55 255; max, 103 7;
16 rel1 { to, BG; relative, 0.0 0.0; offset, 0 0; }
17 rel2 { to, BG; relative, 1.0 1.0; offset, -25 2; }
18 text { text, "title"; font, "Edje.visitor1"; size, 9; align, 0.0 0.0; } } }
20 part { name, "duration"; type, TEXT; mouse_events, 1;
21 description { state, "default" 0.0; color, 31 31 55 128;
22 text { text, "00:00"; font, "Edje.visitor1"; size, 9; align, 1.0 1.0; } }
24 description { state, "selected" 0.0; color, 31 31 55 255;
25 text { text, "00:00"; font, "Edje.visitor1"; size, 9; align, 1.0 1.0; } } }