我试图在autoCompleteTextView中显示分隔线。我试图以多种方式显示分隔线,我也谷歌但没有任何答案帮助我。请任何人帮助我。我也跟着this answer但没有达到我的结果。
我正在使用这个风格
<style name="AppTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="android:dropDownListViewStyle">@style/DropDownListViewStyle</item>
</style>
<style name="DropDownListViewStyle" parent="@style/Widget.AppCompat.ListView.DropDown">
<item name="android:divider">@android:color/transparent</item>
<item name="android:dividerHeight">0dp</item>
</style>
提前致谢