summaryrefslogtreecommitdiff
path: root/mobile/widgets_default
diff options
context:
space:
mode:
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;
+ }
+ }
+ }
+}