From 7146ee819bf80e217b460f3b890df1a49b233109 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 3 Mar 2014 14:03:08 -0800 Subject: Fix slight screen jank when sliding dialpad upwards Apply the translation animation to mSearchAndRemoveViewContainer (which houses the entire searchbox and its margins), so that the translation takes into account the entire height of the searchbox as well as its margins. Also refactored hideSearchBar slightly to remove an unused codepath. Bug: 13284310 Change-Id: I7b8873154059f616d8a52c4a0239ea6be89c8efc (cherry picked from commit 94f490466f2b7f4d9d19c4628a56442ccf8a6adf) --- res/layout/dialtacts_activity.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/layout/dialtacts_activity.xml b/res/layout/dialtacts_activity.xml index 21f84bbfa..8f9f39cd2 100644 --- a/res/layout/dialtacts_activity.xml +++ b/res/layout/dialtacts_activity.xml @@ -39,6 +39,7 @@