Disable nested scrolling on the scrolling fragment content:
recyclerView.setNestedScrollingEnabled(false);
Use this if you’re using the support library:
ViewCompat.setNestedScrollingEnabled(recyclerView, false);
Related Contents:
- How to hide ToolBar when I scrolling content up?
- How to get Toolbar from fragment?
- Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat
- appcompat-v7:21.0.0′: No resource found that matches the given name: attr ‘android:actionModeShareDrawable’
- Android Studio keeps refusing to resolve com.android.support:appcompat-v7:29.0.1
- DexIndexOverflowException issue after updating to latest appcompat and support library
- How to use SearchView in Toolbar Android
- Creating a button in Android Toolbar
- Change Locale not work after migrate to Androidx
- Display Back Arrow on Toolbar
- No shadow by default on Toolbar?
- Update Android Support Library to 23.2.0 cause error: XmlPullParserException Binary XML file line #17 tag requires viewportWidth > 0
- Android Support Repo 46.0.0 with Android Studio 2.3
- Creating a Preference Screen with support (v21) Toolbar
- Resolved versions for app (22.0.0) and test app (21.0.3) differ
- How to add a Fragment inside a ViewPager using Nested Fragment (Android 4.2)
- In android app Toolbar.setTitle method has no effect – application name is shown as title
- Using android vector Drawables on pre Lollipop crash
- PreferenceFragmentCompat requires preferenceTheme to be set
- Is it possible to change the textcolor on an Android SearchView?
- How can I access getSupportFragmentManager() in a fragment?
- Toolbar navigation icon never set
- Appcompatv7 – v21 Navigation drawer not showing hamburger icon
- How do I attach the Android Support Library source in Eclipse?
- How to create a simple divider in the new NavigationView?
- Disabling User dragging on BottomSheet
- Cannot catch toolbar home button click event
- Android.app Fragments vs. android.support.v4.app using ViewPager?
- ViewPager in a NestedScrollView
- Add views below toolbar in CoordinatorLayout
- Android vector drawable app:srcCompat not showing images
- Android support library setup with maven
- Remove BottomNavigationView labels
- How I can remove the unnecessary top padding of the Navigation view?
- Expand/Collapse Lollipop toolbar animation (Telegram app)
- How to add Android Support v7 libraries in eclipse?
- How to change Toolbar home icon color
- How to display menu item with icon and text in AppCompatActivity
- No resource found that matches the given name: attr ‘android:keyboardNavigationCluster’. when updating to Support Library 26.0.0
- Set state of BottomSheetDialogFragment to expanded
- Status bar turns white and does not show content behind it
- Nested fragments disappear during transition animation
- Support library VectorDrawable Resources$NotFoundException
- How to handle onContextItemSelected in a multi fragment activity?
- add ‘tools:replace=”Android:value”‘ to element at AndroidManifest
- SearchView getActionView returning null
- Fragment must be a public static class to be properly recreated from instance state
- FloatingActionButton with text instead of image
- How to remove white underline in a SearchView widget in Toolbar Android
- Android : How to programmatically set layout_constraintRight_toRightOf “parent”