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.
我有一个LinearLayout,在整个应用程序的过程中,聚合可以删除的子视图。我的问题是,当一个孩子从父视图中移除时,有没有办法让其他孩子动画到位?从本质上讲,我想重新创建 ICS/Jelly Bean 最近应用程序窗口的效果——当一个被刷掉时,另一个就位。我知道这个特定的实现是由谷歌制作的,因此可能超出了我可以做的可能性范围,但我将如何模拟这种效果呢?
LinearLayout
谢谢!!
在此答案中阅读有关视图组动画的信息。您可以使用动画 API 来创建动画。
https://stackoverflow.com/a/6524820/940680