Unresolved class '@string/appbar_scrolling_view_behavior'
Those who use or migrated to AndroidX, you can use the following fix to remove the error. This also works in Android Studio 3.4
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"