commit | f7f2366327fc33bc6441bf27fab2de729c88a21a | [log] [tgz] |
---|---|---|
author | Wenyi Wang <wenyiw@google.com> | Fri Jul 22 10:57:01 2016 -0700 |
committer | Wenyi Wang <wenyiw@google.com> | Fri Jul 22 11:04:41 2016 -0700 |
tree | 8bf19763a80f6bc357ab498f89c2ac8b4f7a5657 | |
parent | b7711419b96f6a39cd5b8b3aa293ec987b270f11 [diff] |
Speed up app bar and FAB animation (2/2) * Make FAB animation 30% faster. Bug 30288176 Change-Id: I5163c9b4daddb0cfd872d54c0027b52278ab3af1
diff --git a/res-common/values/animation_constants.xml b/res-common/values/animation_constants.xml index 9e59194..39f6ba6 100644 --- a/res-common/values/animation_constants.xml +++ b/res-common/values/animation_constants.xml
@@ -15,5 +15,5 @@ ~ limitations under the License --> <resources> - <integer name="floating_action_button_animation_duration">250</integer> + <integer name="floating_action_button_animation_duration">175</integer> </resources>