如何在android中的AutocompleteTextView中添加水平滚动条?

时间:2017-01-18 12:21:20

标签: android scrollview autocompletetextview

当AutoCompleteText中的文本记录超过其高度时,会出现自动垂直滚动条,但是为什么当文本长度大于AutoCompleteText时,宽度滚动条不会出现?如何在AutoCompleteText中添加水平滚动条?

Main_Layout:

<LinearLayout
    style="@style/form_item_style_default"
    android:orientation="horizontal">

<AutoCompleteTextView
    android:id="@+id/refcode_list"
    android:editable="false"
    android:dropDownHeight="170dp"
    android:hint="@string/to_select"
    android:dropDownWidth="match_parent"
    android:scrollbars="horizontal|vertical"/>
</LinearLayout>

enter image description here

1 个答案:

答案 0 :(得分:0)

android:imeOptions="flagNoExtractUi"属性用于autocompleteTextView

以下是相关帖子:

https://stackoverflow.com/a/42588773/3652378

PS:我为我的英语道歉,我使用了翻译。