commit | 3063bbd0299fc0208eb6ff3e2d0b2f0679d404c3 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <lehmannd@google.com> | Fri Feb 03 11:37:24 2012 -0800 |
committer | Daniel Lehmann <lehmannd@google.com> | Fri Feb 03 11:37:24 2012 -0800 |
tree | 733214c8db39aec8c43829cf4c71f801873d76e9 | |
parent | 50a40ddbe06c814329646fa7bb810b332fdd395a [diff] |
Tweak QuickContacts appearing animation. By using scale 50%, the appear animation should look a bit smoother Change-Id: I3eefce81bb23ec7e0bdbf224378b1cccfcf1c078
diff --git a/src/com/android/contacts/quickcontact/FloatingChildLayout.java b/src/com/android/contacts/quickcontact/FloatingChildLayout.java index 5358aca..f1a0fe1 100644 --- a/src/com/android/contacts/quickcontact/FloatingChildLayout.java +++ b/src/com/android/contacts/quickcontact/FloatingChildLayout.java
@@ -66,8 +66,8 @@ mChild.setDuplicateParentStateEnabled(true); // this will be expanded in showChild() - mChild.setScaleX(0.0f); - mChild.setScaleY(0.0f); + mChild.setScaleX(0.5f); + mChild.setScaleY(0.5f); mChild.setAlpha(0.0f); }