标签: android animation android-animation navigation-drawer drawerlayout
我的问题可能有事要做Drawer animation,因为它是一个图书馆。我不想要它。
我想知道:
如何映射(findViewById)NavigationView - DrawerLayout内的图标,以便应用动画,例如 - 延迟显示(仅限图标)。
NavigationView
DrawerLayout
发件人:YouVersion App
YouVersion
有人在此post评论中建议您使用postDelayed。但这是抽屉。
postDelayed
答案 0 :(得分:1)
只需创建具有相同UI的布局,而不是充当菜单项,执行NavigationView.addHeaderView()。之后,您可以对这些视图执行任何动画。
NavigationView.addHeaderView()