Я использую 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
Как ее решить?