gpt4 book ai didi

android - TextView 跳出屏幕

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

我在 RelativeLayout 中有一个 TextView,它有时会部分超出屏幕。问题是,它的大小会发生变化,而不仅仅是部分超出屏幕,因此整个 TextView 仍然保留在屏幕上。我想知道如何禁用该更改。

编辑:这是我的 TextView XML

<TextView android:id="@+id/neighborImage" 
android:drawableBottom ="@drawable/icon"
android:text="Temple Bar"
android:singleLine="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="matrix"
/>

编辑2: enter image description here

enter image description here enter image description here

您在雷达上看到的图标是 TextView。我使用 TextViews 的原因是因为最终图标上方会有文本。因此,如您所见,我上传了 3 张图片。这 3 张图片描述了放大,因此图标在移动。如果我们看一下右下角的图片,我们可以看到当它到达屏幕末端时,图像宽度发生了变化,结果图像被推到第三张图片的右侧,您可以看到它是如何继续的。我想得到与使用 ImageView 时相同的结果,在这种情况下,图片将只是部分超出屏幕,它的大小将相同。

谢谢。

最佳答案

检查您的 xml。您可能将 layout_width 设置为“wrap_content”,您想要“fill_parent”

或者,发布有问题的 xml。

关于android - TextView 跳出屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8312721/

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