CoordinatorLayout有替代方法吗? onNestedScroll

时间:2016-06-30 09:53:50

标签: android android-recyclerview material-design android-coordinatorlayout android-nestedscrollview

CoordinatorLayout。 api级别&gt; 21支持onNestedScroll方法。因此,如果设备api级别<21,我必须跳过在代码中调用此方法。例如(if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { binding.layoutCoordination.onNestedScroll(binding.recyclerView, 0, 1000, 0, 0); })。但是,有没有其他方法,而不是跳过方法调用?

0 个答案:

没有答案