Questions tagged [nestedscrollview]
308 questions
1
vote
2 answers
android horizontal recyclerview smooth scroll in vertical nestedscrollview
I have a very similar issue just as this.
NestedScrollView and Horizontal RecyclerView Smooth Scrolling
Vertical NestedScrollView (app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
| - Vertical LinearLayout
|
| - Vertical…

AndroidRocks
- 292
- 4
- 16
1
vote
0 answers
Android ErrorPopup above ActionBar in a NestedScrollView
i'm facing the problem explained by the pictures. In short, when i scroll the NestedScrollView the ErrorPopup comes over my ActionBar. What I want is to hide the errorPopup when it reaches the bottom of action bar... And I don't know how to do that.…

Heitor
- 83
- 1
- 7
1
vote
2 answers
Prevent NestedScrollView scrolls to top automatically
I have ListView inside NestedScrollView (do not want use RecycleListView) in my fragment. List adapter inits in onCreate and not recreated when app back to the fragment from other fragment. But my NestedScrollView then scrolls to the top (can I…

Konstantin Konopko
- 5,229
- 4
- 36
- 62
1
vote
0 answers
Xamarin Forms Android - Nested Scrolling Leave gap at the bottom
I am trying to implement nested scrolling by myself (due to environment limitations i cant use Coordinator and AppBarLayout). So i created a CoordinatorControl that derives from StackLayout and implements INestedScrollingParent which holds the bar…

Ori Price
- 3,593
- 2
- 22
- 37
1
vote
0 answers
I want to scroll smoothly in this activity
Now, my statuses are.
Toolbar, ImageView, NestedScrollView, TabLayout and (NestedScrollView and RecyclerView in) ViewPager with PagerFragmentAdapter in Coordinator Layout
I want to scroll smoothly in this Activty, with…

Seho Noh
- 96
- 6
1
vote
1 answer
Android how to keep RecyclerView recycling inside ScrollView
I have three recyclerview inside a nestedscrollview and I need that the third one keep recycling like if he was out of the nestedscrollview.
It all goes great except the recycling feature is missing.
Here is my xml :
…

user1796260
- 297
- 1
- 4
- 20
1
vote
0 answers
Scrollview in NestedScrollview is not working kitkat 4.4
Scrollview in nestedScrollview is working fine with other versions of android but in kitkat it is not working.
I have addded onItemClick() function to nestedscrollview. while clicking on nested scrollview only scrollview(parent) working.

Ravi
- 63
- 1
- 9
1
vote
1 answer
NestedScrollView & RecyclerView, onLongPress event
I have layout:

waki
- 1,248
- 2
- 17
- 27
1
vote
1 answer
How to remove empty white space at the bottom of CoordinatorLayout with NestedScrollView
I am working with CoordinatorLayout in which i am using AppbarLayout along with ViewPager, Nestedscrollview and TabLayout. On scroll of layout AppbarLayout folds and unfolds.
Now the issue is that onscroll of this layout it leaves empty white space…

Kushminder Garg
- 518
- 1
- 6
- 14
1
vote
0 answers
Remove scroll if the data is fitted into the display using CollapsingToolbarLayout and Nested ScrollView in android
I am using some static data inside NestedScrollView when i scroll the image will be collapsing its working fine. But when the screen size is big all my data is fitted into the screen that time i want to disable my scroll. how to do that.
My…

Ganesh P
- 196
- 1
- 14
1
vote
1 answer
NestedScrollView and RecyclerView issues, how to separate them?
I'm not sure how to implement this.. I want to use:
Collapsing Toolbar
"normal" Layout (NestedScrollView)
RecyclerView
and navigate by the NavigationDrawer (so the layouts come together in my activity_main.xml)
The issues comes up when I try to…

Martin Pfeffer
- 12,471
- 9
- 59
- 68
1
vote
1 answer
Recyclerview inside nestedscrollview
I have a layout which is like this
TextView 1
TextView 2
TextView 3
ImageView
Recyclerview
[item 1 to 10
organized vertically]
Now, when I am scrolling the page, the entire page must scroll, not the Recyclerview alone.
This is a very common…

akash89
- 881
- 3
- 12
- 31
1
vote
0 answers
Implementing NestedScrollingChild issues
I was trying some examples I got for implementing NestedScrollingChild for a custom view.

Sarath Babu
- 923
- 3
- 10
- 27
1
vote
0 answers
How to make NestedScrollingParent continue fling after NestedScrollingChilding fling stopped
I have two views, one is RecyclerView, the other one is customer defined NestedScrollingParent. The RecyclerView is inside NestedScrollingParent view. My question is how to continue the fling in NestedScrollingParent after RecyclerView fling…

SuperSTZ
- 11
- 1
1
vote
1 answer
Set Custom List view inside NestedScrollView
I am moving to Coordinator Layout and Nested ScrollView and i know to make it work i need to use recycle r view but the thing is i really want to make it possible with old List View is there any way i can achieve that
Here is what i am doing

Android
- 1,085
- 4
- 13
- 28