0
How to position the Autocompletetextview list below it? , I have seen some tutorials and simply the list starts below plus mine is at the top.
<AutoCompleteTextView
android:id="@+id/actViewEqp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:completionThreshold="2"
android:dropDownHeight="200dp"
android:dropDownWidth="match_parent"
android:ems="10"
android:hint="ID do equipamento" />
Robson, if the answer below has helped you solve the problem, don’t you think it would be interesting to validate it as you accept it? Or you can also vote positively for her if she has helped you to come up with another solution too. :)
– user28595