gpt4 book ai didi

android - 在 Activity 布局中将 TextView 移动到背景或前景

转载 作者:行者123 更新时间:2023-11-29 14:59:29 32 4
gpt4 key购买 nike

假设我的 Activity 布局中有 TextView A 和 TextView B。 我使用什么 java 或 xml 代码使 TextViewA 出现在前景中,TextView B 出现在背景中,相对于彼此?换句话说,当我在布局中移动 TextView A 直到它与TextView B,我应该使用什么 java 或 xml 代码来使 TextView A 从 View 中隐藏 TextView B?

最佳答案

您可以切换 TextView 高度。

textViewA.elevation = 0.0f
textViewB.elevation = 1.0f

关于android - 在 Activity 布局中将 TextView 移动到背景或前景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51063828/

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