Когда я пытаюсь использовать
@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu
Android Studio просит меня создать стиль
<android.support.design.widget.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Type frais"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_marginRight="8dp"
android:layout_marginEnd="8dp"
>
<AutoCompleteTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</android.support.design.widget.TextInputLayout>
Я ожидаю увидеть стиль ExposedDropdownMenu
в TextInputLayout
, нона самом деле Android Studio просит меня создать этот стиль