From e0e4c7ca0d4372cbbad23098344ae17fc3768def Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 12 Jun 2015 13:19:37 +0900 Subject: [PATCH] add focus_highlight on at widgets Change-Id: I26cd77402f1afcf5549d85fd829185858a5d618f Signed-off-by: Minkyu Kang --- data/widget/button.edc | 9 ++++++++- data/widget/ctxpopup.edc | 6 +++++- data/widget/progressbar.edc | 2 ++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/data/widget/button.edc b/data/widget/button.edc index 00056b3..c52af91 100644 --- a/data/widget/button.edc +++ b/data/widget/button.edc @@ -16,6 +16,7 @@ group{ name: MAINICONBTN; + data.item: "focus_highlight" "on"; images { image: "allbrowser_menu_bg.png" COMP; } @@ -244,6 +245,7 @@ group{ group { name: SUBITEMBTN; + data.item: "focus_highlight" "on"; parts { part { name: "bg"; @@ -535,6 +537,7 @@ group { group { name: "elm/button/base/subbtn_item_title_icon"; + data.item: "focus_highlight" "on"; images { image: "ico_hyperlink_arrow.png" COMP; } @@ -826,6 +829,7 @@ group { group { name: "elm/button/base/subbtn_item_title_slider_value"; + data.item: "focus_highlight" "on"; parts { part { name: "bg"; @@ -1210,6 +1214,7 @@ group { group{ name: CTXPOPUPBTN; + data.item: "focus_highlight" "on"; images { image: "ico_spincontrol_check.png" COMP; } @@ -1487,6 +1492,7 @@ group{ group { name: "elm/button/base/basic_btn"; + data.item: "focus_highlight" "on"; images { image: "round_rectangle_4X4.png" COMP; } @@ -1640,6 +1646,7 @@ group { group { name: "elm/button/base/input_passcode_btn"; + data.item: "focus_highlight" "on"; images { image: "search_searchbar_small_bg_foc.png" COMP; image: "search_searchbar_small_bg_nor.png" COMP; @@ -1715,4 +1722,4 @@ group { target: "elm.text"; } } -} \ No newline at end of file +} diff --git a/data/widget/ctxpopup.edc b/data/widget/ctxpopup.edc index ce0907a..f3f25d0 100644 --- a/data/widget/ctxpopup.edc +++ b/data/widget/ctxpopup.edc @@ -16,6 +16,7 @@ group { name: SUBLIST_CTXPOPUP1; + data.item: "focus_highlight" "on"; parts { part { name: SUBLIST_CTXPOPUP1_CLIPPER; @@ -51,6 +52,7 @@ group { group { name: SUBLIST_CTXPOPUP2; + data.item: "focus_highlight" "on"; images { image: "btn_down.png" COMP; image: "btn_up.png" COMP; @@ -246,7 +248,9 @@ group { } } -group { name: "elm/ctxpopup/base/change_passcode_ctxpopup"; +group { + name: "elm/ctxpopup/base/change_passcode_ctxpopup"; + data.item: "focus_highlight" "on"; parts { part { name: "elm.swallow.content"; diff --git a/data/widget/progressbar.edc b/data/widget/progressbar.edc index 35df42c..d987002 100644 --- a/data/widget/progressbar.edc +++ b/data/widget/progressbar.edc @@ -16,6 +16,7 @@ group { name: "elm/progressbar/horizontal/subitembtnprogress"; + data.item: "focus_highlight" "on"; parts { part { name: "elm.background.progressbar"; @@ -178,6 +179,7 @@ group { group { name: "elm/progressbar/horizontal/update_progressbar"; + data.item: "focus_highlight" "on"; parts { part { name: "elm.background.progressbar"; -- 2.7.4