Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 66f0107066ec39eff8c19cceea1dbf4aae05e5b9
Author: Jeremy Woods <jbwoods@google.com>
Date: Thu Dec 05 15:24:57 2019
Change duration of default navigation fades
The duration of the default navigation fade animation should match the
duration of the default fades in fragment.
This changes the duration from 500 to 120.
Test: tested in navigation test app
BUG: 145769814
Change-Id: I8693ce8bb456b80fd17420559eaf36c830980761
M navigation/navigation-ui/src/main/res/anim/nav_default_enter_anim.xml
M navigation/navigation-ui/src/main/res/anim/nav_default_exit_anim.xml
M navigation/navigation-ui/src/main/res/anim/nav_default_pop_enter_anim.xml
M navigation/navigation-ui/src/main/res/anim/nav_default_pop_exit_anim.xml
M navigation/navigation-ui/src/main/res/values/integers.xml
https://android-review.googlesource.com/1182618
Branch: androidx-master-dev
commit 66f0107066ec39eff8c19cceea1dbf4aae05e5b9
Author: Jeremy Woods <jbwoods@google.com>
Date: Thu Dec 05 15:24:57 2019
Change duration of default navigation fades
The duration of the default navigation fade animation should match the
duration of the default fades in fragment.
This changes the duration from 500 to 120.
Test: tested in navigation test app
BUG: 145769814
Change-Id: I8693ce8bb456b80fd17420559eaf36c830980761
M navigation/navigation-ui/src/main/res/anim/nav_default_enter_anim.xml
M navigation/navigation-ui/src/main/res/anim/nav_default_exit_anim.xml
M navigation/navigation-ui/src/main/res/anim/nav_default_pop_enter_anim.xml
M navigation/navigation-ui/src/main/res/anim/nav_default_pop_exit_anim.xml
M navigation/navigation-ui/src/main/res/values/integers.xml
jb...@google.com <jb...@google.com> #3
This has been fixed internally and will be available in the Navigation 2.2.0-rc04 release.
Description
Version used: 2.2.0-rc03
Fragments updated their TRANSIT_FRAGMENT_FADE in
The default animation of navigation should be changed to match it.