<include layout="@layout/partial_header_gap"/>
<android.support.design.widget.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/EditTheme.TextInputLayout"
>
<AutoCompleteTextView
android:id="@+id/actvTitle"
android:hint="@string/hint_title"
style="@style/EditTheme.EditText.Title"
tools:text="Прекрасные салоны красоты премиум-класса"
/>
</android.support.design.widget.TextInputLayout>