gpt4 book ai didi

android - textview textIsSelectable ="true"在 ListView 中不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:04:29 26 4
gpt4 key购买 nike

 <TextView
android:id="@+id/txtSender"
style="@android:style/TextAppearance.Small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginTop="10dp"
android:background="@drawable/sender_bubble"
android:gravity="center_vertical"
android:maxEms="11"
android:paddingBottom="5dp"
android:paddingLeft="5dp"
android:paddingRight="15dp"
android:paddingTop="5dp"
android:text="1234567"
android:autoLink="all"
android:textColor="@color/color_black"
android:textIsSelectable="true"
android:visibility="visible" />

这是我在 customcell 中的 TextView 。当我点击 textview 时,它不允许我选择 textview 中的文本。它在我的 xperia 4.2.2 中运行完美,但是当我在具有 4.4.4 版的设备中运行相同的代码时,它无法运行。

NOTE : When i set the same android:textIsSelectable="true" property to the Textview which is not in Listview, it works fine in 4.4.4. Listview just move to bottom and resets to its original position within half of a second.

最佳答案

在我的例子中,它没有工作,因为我在 xml 布局中有 textView 和 android:visibility="gone"属性,并且稍后在适配器代码中使其可见。所以,你需要在让 textview 可见之后调用它

textView.setTextIsSelectable(true); 

关于android - textview textIsSelectable ="true"在 ListView 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26380855/

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