I am using following code for auto complete however, dropdown items comes above the AutoCompleteTextView. I want it to show up beneath the AutoCompleteTex
AutoCompleteTextView
AutoCompleteTex
Add dropdownheight as well as dropdownanchor, will work surely.
android:dropDownAnchor="@id/yourIdOfViewOnTop" android:dropDownHeight="100dp"