gpt4 book ai didi

Android:尝试在运行时更改 TextView 的宽度

转载 作者:行者123 更新时间:2023-11-29 00:31:47 25 4
gpt4 key购买 nike

我有一个 textView,我想在运行时更改它的大小。但是大小没有变化。

xml文件中的代码

 <TextView
android:id="@+id/textScreenWidth"
android:layout_width="100px"
android:layout_height="wrap_content"
android:text=""
android:layout_gravity="center"
android:textColor="#ff000000"
android:textStyle="bold"
android:textSize="12dp"

在 OnCreat 上更改大小的代码

TextView t=(TextView) findViewById(R.id.textScreenWidth); 
t.setWidth(950);

大小不变

最佳答案

使用这个:

t.getLayoutParams().width = 950;

关于Android:尝试在运行时更改 TextView 的宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15189979/

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