Skip to content

Instantly share code, notes, and snippets.

@WrathChaos
Last active November 21, 2021 19:23
Show Gist options
  • Save WrathChaos/68e0d844abb45d150c33 to your computer and use it in GitHub Desktop.
Save WrathChaos/68e0d844abb45d150c33 to your computer and use it in GitHub Desktop.
Android: How to remove recyclerView scroll effect?
// How to close scrollMode in RecyclerView
<android.support.v7.widget.RecyclerView
   android:id="@+id/ssm_recyclerView"
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:overScrollMode="never" 
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment