fling

How do I remove the bouncing effect on appbar?

家住魔仙堡 提交于 2019-12-04 08:45:09
问题 Appbar used to have an issue when flinging. It was not scrolling smoothly. Please refer to these: http://stackoverflow.com/questions/30923889/flinging-with-recyclerview-appbarlayout https://code.google.com/p/android/issues/detail?id=177729&q=appbarlayout&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars https://github.com/henrytao-me/smooth-app-bar-layout But it has been fixed in support library version 26. compile 'com.android.support:design:26.0.0' However, appbar is now bouncing back

How do I remove the bouncing effect on appbar?

夙愿已清 提交于 2019-12-03 00:46:46
Appbar used to have an issue when flinging. It was not scrolling smoothly. Please refer to these: http://stackoverflow.com/questions/30923889/flinging-with-recyclerview-appbarlayout https://code.google.com/p/android/issues/detail?id=177729&q=appbarlayout&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars https://github.com/henrytao-me/smooth-app-bar-layout But it has been fixed in support library version 26. compile 'com.android.support:design:26.0.0' However, appbar is now bouncing back even if fling is not hard. How do I remove this behavior? This is only happening when AppBar is scrolled