@ string / appbar_scrolling_view_behavior在com.android.support:design中被标记为私有

kar*_*ngh 2 android android-support-library android-design-library android-coordinatorlayout

我已经将支持库更新为28.0.0-alpha3,@string/appbar_scrolling_view_behavior is marked as private in com.android.support:design当我在具有协调器布局的布局中使用它时,lint会向我发出此警告。现在使用此行为的正确方法是什么?

Aur*_*age 5

它已经修复,但尚未发布:

https://github.com/material-components/material-components-android/commit/e1c8886c6c91fe277622a583cbba75bfc9c37f55

更新

此问题已在版本28.0.0-rc01中修复。