Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Nested scrolling works partially (as per http://b/122818889 ). Let's discuss if we need full support and if so make sure it works.
Description
Version used: 2.1.0-alpha02
Currently, NavigationUI uses @android:integer/config_mediumAnimTime or 400ms for transition animations. However, the default animation timeframe for Fragments and Activities is 220ms (the private config_activityDefaultDur value).
NavigationUI should match those default.