我无法在Autocompletetextview中写任何内容而不显示虚拟键盘

时间:2016-08-01 08:00:14

标签: android android-fragments android-edittext

我使用了data a; set b; where customer ne a1-a100; run; ,而这个片段中使用了Fragmentpageradapter,但我无法在点击autocompletetextview时编写任何内容或显示键盘。

来源:

layout_autocompleteTextview:

autocompletetextview

我使用自动完成文本视图的片段

<RelativeLayout
        android:id="@+id/rel_seacrh"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="5dp"
        android:visibility="gone"
        android:background="@color/colorPrimary"
        android:padding="10dp">

        <AutoCompleteTextView
            android:id="@+id/edt_search"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:focusable="true"
            android:focusableInTouchMode="true"
            android:text=""
            android:imeOptions="actionGo|flagNoExtractUi"

            android:background="@drawable/search_background"
            android:hint="Search Category" />
        <requestFocus/>

}

图片:

Image of autocomplete textview

1 个答案:

答案 0 :(得分:0)

你是否在清单文件中尝试过这个,

android:windowSoftInputMode="stateAlwaysVisible"