Мой android Редактор sudio не отображает материал TextInputLayouts. Я уже пытался сделать недействительными кэши. Каждый другой элемент корректно отображает и другие элементы материала
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/ti"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="20dp"
android:layout_marginEnd="30dp"
android:layout_marginBottom="20dp"
android:hint="@string/street_number">
<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:layout_height="50dp"
android:inputType="text"
android:text="@{vm.user.streetnumber}" />
</com.google.android.material.textfield.TextInputLayout>
![enter image description here](https://i.stack.imgur.com/2CLtr.png)