обновлено AutoCompleteTextView:
<androidx.appcompat.widget.AppCompatAutoCompleteTextView
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:id="@+id/edit_link_or_username"
android:inputType="textAutoComplete"
android:hint="@string/hint_enter_link_or_username" />
изменена родительская высота:
android:layout_height="wrap_content"
добавлен этот код в OnCreate:
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE)