【发布时间】:2013-05-02 06:37:14
【问题描述】:
当我为 AutoCompleteTextView 提供 inputtype 为“TextUri”时,键盘会显示出来,在我点击完成时输入 url 后,它仍然会显示在屏幕上,而不是消失。
要隐藏键盘,我需要按返回键..
<AutoCompleteTextView android:id="@+id/autocomplete_country"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="textUri"/>
【问题讨论】:
标签: android