How to position the list of AutoCompleteTextView below the same ?, I have seen some tutorials and simply the list starts below plus mine is at the top.
<AutoCompleteTextViewandroid: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" />