I have a Scrollview which contains an ImageView and RecyclerView. if navigation drawer opened then closed the RecyclerView auto scrolling to top, How to stop this?
Just add the following code in your linear layout, works 100% ` android:descendantFocusability="blocksDescendants"