diff options
author | jinwoo.shin <jw0227.shin@samsung.com> | 2015-08-06 11:11:36 +0900 |
---|---|---|
committer | jinwoo.shin <jw0227.shin@samsung.com> | 2015-08-06 11:11:36 +0900 |
commit | a057d2f534fdee016695eb0162a8d9a96ef3f644 (patch) | |
tree | 16c5dd785c00290c5135e2c5b722820741d743e0 | |
parent | 04041249787ff63b0aed9ce0906cc80964d0c481 (diff) | |
download | air_infosquare-a057d2f534fdee016695eb0162a8d9a96ef3f644.tar.gz air_infosquare-a057d2f534fdee016695eb0162a8d9a96ef3f644.tar.bz2 air_infosquare-a057d2f534fdee016695eb0162a8d9a96ef3f644.zip |
Disable focus highlight
Change-Id: If3e57247acb9928906d2ec1e88428ec21fc9b51c
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
-rw-r--r-- | data/view/notification_view.edc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/view/notification_view.edc b/data/view/notification_view.edc index 9e1012c..3f4c162 100644 --- a/data/view/notification_view.edc +++ b/data/view/notification_view.edc @@ -17,6 +17,7 @@ #include "../../include/define.h" group { + data.item: "focus_highlight" "on"; name: GRP_NOTIFICATION_VIEW; parts { part { |