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.
我已经实现了谷歌的导航抽屉,当我点击一个菜单项时,我想添加一个自定义动画。
理想情况下,菜单会像关闭一样向后滑动,只留下一小部分菜单打开。将打开一个带有动画的对话框,该动画源自所选菜单项旁边的空间。像这样的东西。。
我尝试使用 ObjectAnimator 为 x 轴上的 left_drawer 元素设置动画,但这会取代整个屏幕。
任何人都可以帮忙吗?
如果你想要它这样抽屉只会达到峰值,请尝试使用drawerLayout.closeDrawers(true).
drawerLayout.closeDrawers(true)
不过,根据消息来源,这会关闭所有抽屉(如果您有多个抽屉)。
DrawLayout 源码