summaryrefslogtreecommitdiff
path: root/mobile/widgets_default
diff options
context:
space:
mode:
authorJaehwan Kim <jae.hwan.kim@samsung.com>2015-10-19 20:35:24 +0900
committerJaehwan Kim <jae.hwan.kim@samsung.com>2015-10-19 20:35:34 +0900
commitc6081c7b792751faf71a8322f66a6209fc33c4a8 (patch)
treeced7d3c8fb4f5360f498805edb895099d30c0c0e /mobile/widgets_default
parent7ef6e32d365062433a0f3999a8387e2e1c7c8cef (diff)
downloadefl-theme-tizen-mobile-c6081c7b792751faf71a8322f66a6209fc33c4a8.tar.gz
efl-theme-tizen-mobile-c6081c7b792751faf71a8322f66a6209fc33c4a8.tar.bz2
efl-theme-tizen-mobile-c6081c7b792751faf71a8322f66a6209fc33c4a8.zip
list: add ctxpopup style in default theme.
Change-Id: If8096a8353410b2bb0cfac6c65e491e91ee1ac25
Diffstat (limited to 'mobile/widgets_default')
-rw-r--r--mobile/widgets_default/list.edc33
1 files changed, 33 insertions, 0 deletions
diff --git a/mobile/widgets_default/list.edc b/mobile/widgets_default/list.edc
index ef063e7a..9787bdd6 100644
--- a/mobile/widgets_default/list.edc
+++ b/mobile/widgets_default/list.edc
@@ -172,3 +172,36 @@ group { name: "elm/list/h_item/default";
}
}
}
+
+group { name: "elm/list/h_item/ctxpopup";
+ inherit: "elm/list/h_item/default";
+ alias: "elm/list/h_item_odd/ctxpopup";
+
+ parts {
+ part { name: "elm.text";
+ description {
+ state: "default" 0.0;
+ text.min: 1 1;
+ fixed: 0 0;
+ }
+ description { state: "selected" 0.0;
+ inherit: "default" 0.0;
+ color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR;
+ }
+ }
+ part { name: "elm.swallow.icon";
+ clip_to: "icon_clip";
+ }
+ part {
+ name: "icon_clip";
+ type: RECT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1.to: "elm.swallow.icon";
+ rel2.to: "elm.swallow.icon";
+ color: 51 51 51 255;
+ }
+ }
+ }
+}