raster pushed a commit to branch master.
commit fe1de3da527828199d975059d76f4ef0ab9418bc
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date: Sun Jul 7 11:58:30 2013 +0900
finish up list theme work.
---
edje/edc/elm/list.edc | 56 ++++++++++++++++++-------------------
edje/img/bevel_curved_vert_out.png | Bin 0 -> 148 bytes
edje/img/shadow_rounded_vert.png | Bin 0 -> 693 bytes
3 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/edje/edc/elm/list.edc b/edje/edc/elm/list.edc
index cf6f0ff..905474e 100644
--- a/edje/edc/elm/list.edc
+++ b/edje/edc/elm/list.edc
@@ -410,10 +410,10 @@ COMPRESS_ODD("elm/list/item_compress_odd/default",
"elm/list/item/default")
group { name: "elm/list/h_item/default";
data.item: "selectraise" "on";
- images.image: "bevel_curved_horiz_out.png" COMP;
- images.image: "shadow_rounded_horiz.png" COMP;
+ images.image: "bevel_curved_vert_out.png" COMP;
+ images.image: "shadow_rounded_vert.png" COMP;
images.image: "vgrad_med_dark.png" COMP;
- images.image: "bevel_horiz_out.png" COMP;
+ images.image: "bevel_out.png" COMP;
images.image: "shine.png" COMP;
parts {
part { name: "event"; type: RECT;
@@ -447,18 +447,18 @@ group { name: "elm/list/h_item/default";
}
part { name: "bevel"; mouse_events: 0;
description { state: "default" 0.0;
- image.normal: "bevel_curved_horiz_out.png";
- image.border: 0 0 2 2;
+ image.normal: "bevel_curved_vert_out.png";
+ image.border: 2 2 0 0;
image.middle: 0;
fill.smooth: 0;
}
}
part { name: "sel_shadow"; mouse_events: 0;
description { state: "default" 0.0;
- image.normal: "shadow_rounded_horiz.png";
- image.border: 0 0 9 9;
- rel1.offset: 0 -4;
- rel2.offset: -1 5;
+ image.normal: "shadow_rounded_vert.png";
+ image.border: 9 9 0 0;
+ rel1.offset: -6 0;
+ rel2.offset: 5 -1;
fill.smooth: 0;
visible: 0;
}
@@ -481,8 +481,8 @@ group { name: "elm/list/h_item/default";
}
part { name: "sel_bevel"; mouse_events: 0;
description { state: "default" 0.0;
- image.normal: "bevel_horiz_out.png";
- image.border: 0 0 2 2;
+ image.normal: "bevel_out.png";
+ image.border: 2 2 2 2;
image.middle: 0;
fill.smooth: 0;
visible: 0;
@@ -522,18 +522,18 @@ group { name: "elm/list/h_item/default";
effect: SHADOW BOTTOM;
scale: 1;
description { state: "default" 0.0;
- rel1.offset: 2 3;
- rel1.relative: 1.0 0.0;
- rel1.to_x: "elm.swallow.icon";
+ rel1.offset: 2 2;
+ rel1.relative: 0.0 1.0;
+ rel1.to_y: "elm.swallow.icon";
rel2.offset: -3 -3;
- rel2.relative: 0.0 1.0;
- rel2.to_x: "elm.swallow.end";
+ rel2.relative: 1.0 0.0;
+ rel2.to_y: "elm.swallow.end";
color: 255 255 255 255;
color3: 0 0 0 128;
color_class: "list_item";
text { font: "Sans"; size: 10;
min: 1 1;
- align: 0.0 0.5;
+ align: 0.5 0.5;
text_class: "list_item";
}
}
@@ -557,7 +557,7 @@ group { name: "elm/list/h_item/default";
color_class: "list_item_disabled";
text { font: "Sans"; size: 10;
text_source: "elm.text";
- align: 0.0 0.5;
+ align: 0.5 0.5;
text_class: "list_item";
}
visible: 0;
@@ -577,7 +577,7 @@ group { name: "elm/list/h_item/default";
description { state: "default" 0.0;
rel1.offset: -2 -3;
rel1.to: "elm.text";
- rel2.offset: -1 1;
+ rel2.offset: 1 1;
rel2.to: "elm.text";
color: 51 153 255 255;
color2: 51 153 255 24;
@@ -585,7 +585,7 @@ group { name: "elm/list/h_item/default";
color_class: "list_item_selected";
text { font: "Sans"; size: 10;
text_source: "elm.text";
- align: 0.0 0.5;
+ align: 0.5 0.5;
text_class: "list_item";
}
visible: 0;
@@ -630,21 +630,21 @@ group { name: "elm/list/h_item/default";
//##//
part { name: "elm.swallow.icon"; type: SWALLOW;
description { state: "default" 0.0;
- fixed: 1 0;
- align: 0.0 0.5;
+ fixed: 0 1;
aspect: 1.0 1.0;
+ align: 0.5 0.0;
rel1.offset: 2 2;
- rel2.relative: 0.0 1.0;
- rel2.offset: 2 -3;
+ rel2.relative: 1.0 0.0;
+ rel2.offset: -3 2;
}
}
part { name: "elm.swallow.end"; type: SWALLOW;
description { state: "default" 0.0;
- fixed: 1 0;
- align: 1.0 0.5;
+ fixed: 0 1;
aspect: 1.0 1.0;
- rel1.offset: -3 2;
- rel1.relative: 1.0 0.0;
+ align: 0.5 1.0;
+ rel1.offset: 2 -3;
+ rel1.relative: 0.0 1.0;
rel2.offset: -3 -3;
}
}
diff --git a/edje/img/bevel_curved_vert_out.png
b/edje/img/bevel_curved_vert_out.png
new file mode 100644
index 0000000..a8b44dc
Binary files /dev/null and b/edje/img/bevel_curved_vert_out.png differ
diff --git a/edje/img/shadow_rounded_vert.png b/edje/img/shadow_rounded_vert.png
new file mode 100644
index 0000000..10a751a
Binary files /dev/null and b/edje/img/shadow_rounded_vert.png differ
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev