commit | 4cd9ed68dca5f4adeb8ec2065526c18f33af5926 | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Tue Sep 09 16:37:07 2014 -0700 |
committer | Paul Soulos <psoulos@google.com> | Wed Sep 10 18:34:46 2014 +0000 |
tree | 06f7f439ef962901b00a7b292c79425c83d724e0 | |
parent | 793e73c859ed839c28cc37d80d62bde0a361c78a [diff] |
Remove animation on see more/see less text bug: 17445957 Change-Id: I35cacb9a0e3f414ff36b97b2962533da39548332
diff --git a/src/com/android/contacts/quickcontact/ExpandingEntryCardView.java b/src/com/android/contacts/quickcontact/ExpandingEntryCardView.java index 45d0e43..1313e24 100644 --- a/src/com/android/contacts/quickcontact/ExpandingEntryCardView.java +++ b/src/com/android/contacts/quickcontact/ExpandingEntryCardView.java
@@ -774,6 +774,8 @@ transitionSet.addTransition(boundsTransition); transitionSet.addTransition(fadeIn); + transitionSet.excludeTarget(R.id.text, /* exclude = */ true); + final ViewGroup transitionViewContainer = mAnimationViewGroup == null ? this : mAnimationViewGroup;