projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9efbd0
)
Fixed TSAM-8773 Back button effect not displayed properly
96/92296/1
author
bhutani.92
<bhutani.92@samsung.com>
Fri, 14 Oct 2016 09:30:45 +0000
(15:00 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Fri, 14 Oct 2016 09:30:45 +0000
(15:00 +0530)
Change-Id: I768e1b523f8c70e301caa7600a90bfbb0d8c83c5
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
res/edje/search_bar.edc
patch
|
blob
|
history
diff --git
a/res/edje/search_bar.edc
b/res/edje/search_bar.edc
index c4e5c07ab61849aa40fd1942c8f54c9fdcb50e7e..9af2d9e57dd2efa4661cd3c8c3857acf80176104 100644
(file)
--- a/
res/edje/search_bar.edc
+++ b/
res/edje/search_bar.edc
@@
-335,14
+335,14
@@
programs {
action: RUN_PLUGIN "touch_sound_plugin";
}
program { name: "back_clicked_dim";
- signal: "mouse,down,
1
";
+ signal: "mouse,down,
*
";
source: "back_button";
action: STATE_SET "pressed" 0.0;
transition: ACCELERATE 0.5;
target: "back_button_bg_image";
}
program { name: "back_clicked_normal";
- signal: "mouse,up,
1
";
+ signal: "mouse,up,
*
";
source: "back_button";
action: STATE_SET "default" 0.0;
target: "back_button_bg_image";