gpt4 book ai didi

android - 动画 : Move TextView into another container

转载 作者:太空宇宙 更新时间:2023-11-03 12:56:09 25 4
gpt4 key购买 nike

我想以动画方式将 LinearLayout 中的 TextView 移动到另一个 LinearLayout 中。但是,我无法让它移出它的容器 View (它所在的 LinearLayout),它只能在其中移动。有人可以帮我完成这个吗?另见下图: textviews and linearlayouts

我正在使用 NineOldAndroids 库并尝试使用 ViewPropertyAnimator:

animate(myTextView).setDuration(500).x(?).y(?);

还有:

animate(myTextView).setDuration(500).translationX(?).translationY(?);

而不是“?”在上面,我希望能够找出 LinearLayout 的位置,我想将 TextView 放入其中。(如果无法通过声明 View 对象移动到某个 View )。

最佳答案

需要做的是在所有容器布局中添加“android:clipChildren="false"”。

关于android - 动画 : Move TextView into another container,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20019838/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com