【问题标题】:How to select all text in AutoCompleteTextView Android如何在 AutoCompleteTextView Android 中选择所有文本
【发布时间】:2020-05-26 10:54:51
【问题描述】:

我想在点击AutoCompleteTextView时选择全文,

我使用了android:selectAllOnFocus="true",但没有用。

【问题讨论】:

标签: java android autocompletetextview


【解决方案1】:

试试这个

    android:textIsSelectable="true"
    android:focusable="true"
    android:longClickable="true"

这适用于 TextView,但可能适用于 AutoCompletTextView

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-09-12
    • 1970-01-01
    • 1970-01-01
    • 2016-01-10
    • 2012-10-23
    • 1970-01-01
    • 2012-08-27
    • 2010-10-08
    相关资源
    最近更新 更多