Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如在此处的 Android Jetpack 导航组件中。我想知道当屏幕改变时是否可以使用默认系统动画(例如启动新活动时的动画)。这将在enterAnim和exitAnim参数的上下文中。
enterAnim
exitAnim
当您使用编辑器时,您可以定义进入和退出转换的动画:
如果您没有在 anim xml 文件夹中定义任何动画,则可以使用一些默认动画。如果这些对您来说都不够好,您可以简单地创建一个模仿默认转换的转换并将其设置在那里。
要获得默认动画,您需要依赖:
implementation "android.arch.navigation:navigation-ui-ktx:1.0.0-alpha01"