From e19207b14c55684c9ccb083cf10559a862a0612c Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 21 Aug 2012 13:12:22 -0300 Subject: [PATCH] callscreen: clip keypad animation to not show below hangup button. --- data/themes/includes/call.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/themes/includes/call.edc b/data/themes/includes/call.edc index 2962930..f50f321 100644 --- a/data/themes/includes/call.edc +++ b/data/themes/includes/call.edc @@ -1196,6 +1196,7 @@ group { state: "default" 0.0; color: 255 255 255 0; visible: 0; + rel2.offset: -1 (-ACTION_HEIGHT - SEPARATOR_HEIGHT); } description { state: "alternate" 0.0; -- 2.7.4