自动填充建议部分隐藏AutocompleteTextview字段

时间:2016-11-30 07:15:08

标签: android autocompletetextview

我想知道为什么我的自动填充textview建议隐藏了自动完成文本视图,我附上图片以便更好地理解。
enter image description here

 <AutoCompleteTextView
        android:id="@+id/current_location"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/round_background_white"
        android:layout_marginLeft="5dp"
        android:layout_marginRight="5dp"
        android:paddingLeft="5dp"
        android:completionThreshold="1"
        android:dropDownHeight="80dp"
        android:dropDownWidth="wrap_content"
        android:singleLine="true"
        android:focusable="true"
        android:textColor="#000000"
        android:textColorHint="#000000"
        android:dropDownListViewStyle="@style/DropDownListViewStyle"/>

Style.xml:

<style name="DropDownListViewStyle">
        <item name="android:dividerHeight">2dp</item>
    </style>

1 个答案:

答案 0 :(得分:0)

这可能是由于自定义可绘制round_background_white 确保您指定的height&amp;其中padding
同时将round_background_white发布到此处。