commit | 8b84b39b1e500ebaeeb632c3ef2edc4afdab95f0 | [log] [tgz] |
---|---|---|
author | Nancy Chen <nancychen@google.com> | Thu Jan 14 22:01:26 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 14 22:01:26 2016 +0000 |
tree | 914cfe7fd46f4d99aabe1c4c819ebcf6bdffacec | |
parent | 3e21eefe8d614a4c46c864e3e9e1619017fdb081 [diff] | |
parent | 2b23360911cb779b9c32077c3c8a08b6a16b7092 [diff] |
Merge "Do not translate FAB downward when transitioning between tabs." into ub-contactsdialer-b-dev
diff --git a/src/com/android/contacts/common/widget/FloatingActionButtonController.java b/src/com/android/contacts/common/widget/FloatingActionButtonController.java index 739b3cc..c943669 100644 --- a/src/com/android/contacts/common/widget/FloatingActionButtonController.java +++ b/src/com/android/contacts/common/widget/FloatingActionButtonController.java
@@ -111,7 +111,6 @@ // moves along with it. mFloatingActionButtonContainer.setTranslationX( (int) (positionOffset * getTranslationXForAlignment(ALIGN_END))); - mFloatingActionButtonContainer.setTranslationY(0); } /**