Questions tagged [nestedscrollview]
308 questions
0
votes
0 answers
How to stop loading all RecyclerView elements when it is present inside a NestedScrollView?
I have a parent NestedScrollView layout, which contains a complex LinearLayout with vertical orientation (it includes the shared element transition widgets) and a recyclerView (which populates a large amount of data i.e. texts, images, oEmbeds,…

lajeet
- 437
- 2
- 4
- 22
0
votes
0 answers
How to animate a view without focusing it
I have a ImageView in NestedScrollView which I am hiding with animation using below method when I scroll up and the ImageView is not visible in the screen.
public static void collapse(final View v) {
final int initialHeight =…

Kalpana
- 23
- 5
0
votes
1 answer
Nested Scrollview scrolling to top in Error
I have an activity, please see the xml:

DJ-DOO
- 4,545
- 15
- 58
- 98
0
votes
0 answers
RecyclerView within NestedScrollView issue
I add a RecyclerView inside a NestedScrollView and recycler view has multiple Textinputlayout. Scrollview jumps when keyboard comes up and goes down. I have tried adjustPan and adjustResize in AndroidManifest and…

Dinesh
- 566
- 4
- 16
0
votes
3 answers
Strange behaviour of recyclerview in nestedscrollview
I have a layout like below. Problem is that the recyclerview height only shows one item.

nwagu
- 532
- 3
- 17
0
votes
1 answer
View not scrollable inside NestedScrollView cant get movement to top or bottom
With the following structure:

Rodrigo Butzke
- 448
- 4
- 15
0
votes
1 answer
Responsive Design Using Nested Scroll View Issue
I am working with the SQLite Database and want to create a Layout Responsive for all the Devices, but I have no idea,How to create it.
When I tried to change this layout to the linear layout then after running the app it shows me app has stopped…

Usman Ali
- 425
- 1
- 9
- 31
0
votes
0 answers
Add sub view to RelativeLayout
step1:
XML layout:

soso
- 1
- 2
0
votes
2 answers
Make Toolbar in NestedScrollView not scrollable
I have a custom Toolbar inside a NestedScrollView.
In the NestedScrollView are also some TextViews and Edittexts.
My problem is that not only the TextViews and Edittexts are scrolled, the Toolbar is scrolled too.
It is only logical that a Toolbar in…

Jakob
- 1,858
- 2
- 15
- 26
0
votes
1 answer
Issue about NestedScrollView
I'm working on a project that uses both NestedScrollView and RecyclerView, and what I want to is:
The height of RecyclerView which the childView of NestedScrollView is changing according to amount of the child item, so if RecyclerView's height below…

Flyingun
- 11
- 2
0
votes
3 answers
Android recyclerView inside NestedScrollView Horizontal Scrolling hard to do
I have a nestedScrollView with many recyclerViews which will be using linearLayoutManager(HORIZONTAL).
It flings OK with nestedScrollingEnabled(false), but the horizontal scroll is extremely hard to do.
If I want to scroll a recyclerView right, I…

March3April4
- 2,131
- 1
- 18
- 37
0
votes
1 answer
Several neighboring NestedScrollView in the bottom sheet
I have two NestedScrollView with a visibility switch in the BottomSheet. The problem is that BottomSheet scrolling works only for the first NestedScrollView in the sources.

Nik.206
- 21
- 4
0
votes
1 answer
Android NestedScrollView scrolling to the wrong position
I Have a NestedScrollView which it has some elements like textView,recyclerView etc. in itself .
The Problem is When i call smoothScrollTo(x,y) for first time , everything is OK .
But second call of smoothScrollTo(x,y) will change the scroll…

Mehdi bahmanpour
- 574
- 7
- 21
0
votes
1 answer
Nestedscrollview not working well
in my app i have to put recyclerview below some information and some photos and i'm testing the activity but it doesn't work very well and i don't know why !
any one can help me with that, i just need to scroll all things together like one thing . i…

Mohamed El Fwakhry
- 173
- 1
- 9