hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=deb1e1bfbfff275e24cc977605571520535b9510
commit deb1e1bfbfff275e24cc977605571520535b9510 Author: Hermet Park <[email protected]> Date: Fri Jul 15 19:14:27 2016 +0900 template: add guidance comments in list item. --- data/templates/Listitem.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/templates/Listitem.edc b/data/templates/Listitem.edc index 10ab677..78e938c 100644 --- a/data/templates/Listitem.edc +++ b/data/templates/Listitem.edc @@ -162,6 +162,7 @@ collections { } desc { "clicked"; inherit: "default"; + /* TODO: Please replace embedded image files to your application image files. */ image.normal: "ENVENTOR_EMBEDDED_ICON_CLIP_DOWN.png"; } } @@ -198,6 +199,7 @@ collections { } desc { "clicked"; inherit: "default"; + /* TODO: Please replace embedded image files to your application image files. */ image.normal: "ENVENTOR_EMBEDDED_ICON_LOCK_DOWN.png"; } } --
