gpt4 book ai didi

android - 如何从代码中定位 TextView?

转载 作者:搜寻专家 更新时间:2023-11-01 09:17:11 26 4
gpt4 key购买 nike

是否可以将 TextView 放置在我在代码中计算出的某个位置。
我有 x 和 y 位置(这是我在计算后得到的),我只想将 TextView 放在那个位置。

我该如何实现它?
请帮忙。

谢谢,

最佳答案

下面的代码可能对你有帮助:

TextView widget = new TextView(screenContext);
widget.setText("Label"+widgetCount);
widget.setLayoutParams(new AbsoluteLayout.LayoutParams(width,height, calculatedX,calculatedY));

这仅在您使用绝对布局时有效,我假设您正在使用它。

关于android - 如何从代码中定位 TextView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3828345/

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