gpt4 book ai didi

android - 使用短文本时选取框不会滚动

转载 作者:太空狗 更新时间:2023-10-29 16:23:07 24 4
gpt4 key购买 nike

我想对短文本使用选取框属性。我写了这段代码:

<TextView
android:id="@+id/MarqueeText"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"
android:marqueeRepeatLimit="marquee_forever"
android:paddingLeft="15dip"
android:paddingRight="15dip"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="Hello" >

而且它不起作用。但是当我将文本更改为“hello hello hello hello hello hello etc.” (长文本)有效。如何为短文本使用选取框?

最佳答案

不要为您的 layout_width 使用 fill_parent,而是使用设置的宽度。当字符长于 View 的宽度时,将启用选取框。

关于android - 使用短文本时选取框不会滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9549434/

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