Я использую com.google.android.material.floatingactionbutton.FloatingActionButton
, а предварительный просмотр не отображается.Android Studio показывает предупреждение:
The graphics preview in the layout editor may not be accurate:
- Path.isConvex is not supported. (Ignore for this session)
Если я удаляю FAB
из моего макета, предварительный просмотр будет успешным.
То же самое с com.google.android.material.textfield.TextInputLayout
![enter image description here](https://i.stack.imgur.com/7fzPM.png)
Как ее решить?