Questions tagged [android-nestedscrollview]

A NestedScrollView is just like a ScrollView, but it supports acting as both a nested scrolling parent as well as a child. It works this way on both new and old versions of Android. Nested scrolling is enabled by default.

NestedScrollView is just like ScrollView, but it supports acting as both a nested scrolling parent and child on both new and old versions of Android. Nested scrolling is enabled by default.

Useful reference

694 questions
0
votes
0 answers

putting scrollable content with webview . Is there a solution?

I am searching from fews days about how to put WebView inside NestedSrollView but there is not a single correct solution . Putting WebView inside NestedScrollView has incorrect height issue . Is there any way to put views like textview , imageview…
randy
  • 765
  • 7
  • 24
0
votes
3 answers

Listview not show last item properly in scroll view

I am trying to implement listview inside scrollview or nestedscroll view but my list dose not visible last item properly . please help me. how to visible all item properly here is my code
ajit
  • 1
  • 1
  • 4
0
votes
1 answer

Fragment NestedScrollview is not scrolling

I have used NestedScrollView in my code Like below xml file
0
votes
0 answers

Issue with scrolling content on CollapsingToolbarLayout and NestedScrollView

I'm having issues with the content frame content not scrolling with the use of CollapsingToolbarLayout. Is there a way that I han have a scrollable content pane with the CollapsingToolbarLayout? Tried using NestedScrollView with no…
clifford_owino
  • 462
  • 1
  • 6
  • 24
0
votes
1 answer
0
votes
1 answer

Nestscrollview not working

Hi In CollapsingToolbar nested scroll not working and not collapse toolbar in android
0
votes
1 answer

Recyclerview along with other views Strange Behaviour

I have recyclerview along with other cardview inside a NestedScrollView Here is the complete xml
0
votes
0 answers

How to hide Toolbar when scroll PreferenceFragment?

In my Android app, I want to hide the Toolbar when I scroll the PreferenceFragment. Here is my layout:
0
votes
1 answer

Android nested scrollview anchored to AppBArLayout

So, I have a situation, I need to create something like this: Where white background view is nested view, and the image with all the elements is in the appbar. Now, I managed to create it without NestedScrollView being over the AppbarLayout, but…
0
votes
1 answer

Android -FAB Behaviour with half list

I have the FAB working when recyclerview has enough items to scroll, but i need to handle the case when recyclerview does not scroll (the total of items do not cover the screen). At the moment this is how I handle the scroll: public class…
Bugdr0id
  • 2,962
  • 6
  • 35
  • 59
0
votes
2 answers

RecyclerView doesnot scroll when not nested in NestedScrollView but is in the same LinearLayout

I am using the following layout, but unable to get the RecyclerView to scroll(it is not visible on the screen when using this layout, scrolling stops till the NestedScrollView). I can scroll up to the NestedScrollView and the CollapsingToolbar to…
John
  • 465
  • 5
  • 15
0
votes
1 answer

How to place static positioned button in a co-ordinator layout such that contents don't overlap?

I have created a co-ordinator layout which has an Appcompat button placed at the bottom. I also have a relative layout inside that co-ordinator layout which is inside a nested scroll view. Output I am getting is like the fixed button overlaps the…
0
votes
0 answers

How do I use a simple button in a co-ordinator layout such that the button hides on scroll down and shows up on scroll up?

I wanted to have a simple button inside a co-ordinator layout such that when I scroll down the nested scrollview the button musy hide and on scrolling up I must be able to view the button again. How do I achieve that. I googled a lot, but I got…
0
votes
1 answer

CollapsingToolbarLayout collapsed with nested scrollview by default

I don't understand why my CollapsingToolbar layout is collapsed when my view is created by default. I think this the NestedScrollView the responsible but i don't no why. This make me crazy. My activity layout : …
0
votes
0 answers

How can I hide Relativelayout on scroll of Linear Layout

Following is my code Now I want to hide RelativeLayoput On Scroll of NestedScroll I did it but view fluctuating with this : requestLayout() improperly called by android.widget.RelativeLayout{4f3557b V.E..…