gpt4 book ai didi

android - 根据设备屏幕大小设置 Textview 大小

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

<分区>

找了很久都没有成功。

有什么方法可以让 TextView 的大小随着设备屏幕的大小而增加吗?

到目前为止,我正在使用下面的代码,但即便如此我也面临着这类问题。我想在下面的代码中设置比 textAppearanceLarge 更大的尺寸。

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall" />

如果我设置一些固定大小,比如 android:textSize="32sp" 它可能对于像 Galaxy Ace 这样的屏幕尺寸来说看起来很大,但在类似 S3 的设备上看起来很小。

欢迎任何相关的回答,并提前致谢。

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