Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
No update yet.
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.