![android](https://habrastorage.org/r/w120/webt/5b/0d/67/5b0d6718e4b6b295356228.png)
Android
4
Вклад в тег
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<AutoCompleteTextView
android:id="@+id/auto_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:enabled="false"
android:hint="Текст"
android:singleLine="true"/>
</android.support.design.widget.TextInputLayout>