无法禁用切换视图动画
Disable switchview animation not possible
是否可以在切换视图上禁用动画?或者更好的是设置自定义动画?
我在 javadoc 中没有找到任何内容。
有一个 NoTransition
class,似乎正是为此目的而制作的:
"Null object" pattern implementation for transition. This object should be used instead of null reference to convey an absence of transition.
(虽然我没有看到任何过渡,如果我不设置 TransitionFactory
)
是否可以在切换视图上禁用动画?或者更好的是设置自定义动画?
我在 javadoc 中没有找到任何内容。
有一个 NoTransition
class,似乎正是为此目的而制作的:
"Null object" pattern implementation for transition. This object should be used instead of null reference to convey an absence of transition.
(虽然我没有看到任何过渡,如果我不设置 TransitionFactory
)