summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2019-08-13 20:39:43 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2019-08-13 20:42:02 +0900
commit9c2810b72ae098eb053e937e0a83dc7b3fad09cc (patch)
tree13f58ca3b37cdfda56ef828dffcc21f9abb44f12
parent2a35f1b54be78a3020ad783c456dcac6cb17bc31 (diff)
downloadefl-theme-tizen-mobile-accepted/tizen/unified/20190818.221641.tar.gz
efl-theme-tizen-mobile-accepted/tizen/unified/20190818.221641.tar.bz2
efl-theme-tizen-mobile-accepted/tizen/unified/20190818.221641.zip
The signal name to identify the last item is modified from "elm,last,item" to "elm,order,last,item". Change-Id: I42fdb625ebea960c7b875a64e9cb4e96e0d3112a
-rw-r--r--mobile/widgets/index.edc8
1 files changed, 7 insertions, 1 deletions
diff --git a/mobile/widgets/index.edc b/mobile/widgets/index.edc
index bdebd0c4..4254ccfe 100644
--- a/mobile/widgets/index.edc
+++ b/mobile/widgets/index.edc
@@ -521,8 +521,14 @@
target: "bg_item";
target: "base";
}
+ program { "item_default";
+ signal: "elm,order,default,item";
+ source: "elm";
+ action: STATE_SET "default";
+ target: "bg_divider";
+ }
program { "item_last";
- signal: "elm,last,item";
+ signal: "elm,order,last,item";
source: "elm";
action: STATE_SET "inactive";
target: "bg_divider";