Fix outgoing call animation
This change introduces animation tweaks for entering/exiting
InCallScreen. It looks like a "task-to-task" transition right now,
which is unexpceted.
Here are three parts of this change:
- Have styles for entering animations.
- Have optional args for the Intent exiting InCallScreen.
- Fix a visual glitch around "elapsedTime" TextView, which has existed
but becomes more prominent with the correct animation.
A fundamental fix would be to stop using "singleInstance" launchMode for
InCallScreen, and remove a bunch of implementations relying on it, which
is very risky at this moment.
Bug: 6556973
Change-Id: Id2708ab1b1de650d45946c16a7f062bb2d3ba0ab
6 files changed