Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.