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
1 answer

Toolbar content visible over statusbar

i am using webview inside NestedScrollView which allows me to hide and show toolbar on scroll but there is an issue. the title from toolbar and hamburger is visible Image<> here is the main view code
0
votes
1 answer

RecyclerView in NestedScrollView is not working in android

I have list of item which I want to display in recyclerview and in the main layout I added CollapsingToolbarLayout .Before applying CollapsingToolbarLayout recyclerview worked fine but after adding it to layout it is not visible. Here is the layout…
0
votes
2 answers

NestedScrollView and WebView Javascript ScrollListener

I use the Android Design Library to scroll the toolbar and an image. I have a fragment with some views and a SwipeRefreshLayout, NestedScrollView and a WebView. Here is the hierarchy of my layout:
-1
votes
1 answer

nested scroll view not working inside inner recycler view

I am making an app which has a main recycler view and an internal recycler view that goes inside the main recycler view. The problem is that the list of elements is not displayed inside the recycler view, I have tried several things that you mention…
-1
votes
2 answers

RecyclerView and NestedScrollView take only half of the screen

I have a layout where there is an EditText and Button on the bottom of the screen. I want the NestedScrollView along with the RecyclerView to take up the space above the 2 elements. However, they only take a part of it. Here is my code
-1
votes
1 answer

How to add Recycler View inside the NestedScrollView which is placed inside a constraint layout, tried to add recycler view but not getting succesful

I am trying to add the RecyclerViewinside the NestedScrollViewwhich is inside a constraint layout,but it not getting add up i.e. RecyclerView is not showing up even after adding it up,please help me,I am adding the XML code of it. what I am…
-1
votes
1 answer

Unable to scroll ViewPager inside a ScrollVIew/NestedScrollView with recycle view

I have Fragment which contains a Nested Scroll View in it. Inside this Nested Scroll View there is a View Pager and recycle view.When I am scroll the view only recycle view scroll,View Pager not scrolling.I want to scroll recycle view and view…
-1
votes
1 answer

LinearLayout with children and root is a scrollview. Should it be wrapped to another scrollview?

If a layout is defining a ScrollView as a parent view and one of the children is a LinearLayout (vertical orientation with some children) is there a problem with this definition? Because I have seen sometimes that the linear layout is wrapped in…
-1
votes
1 answer

Android cant set height to ListView in RelativeLayout inNestedScrollView

So I have ScrollView inside RelativeLayout inside NestedScrollView. Everything works fine, even scroll (for some reason you souldnt be able to scroll ListView inside ScrollView), except I cant set ListView height to actually wrap_content. For some…
-1
votes
2 answers

Android recyclerview not scrolling on lower end devices with sticky header - why?

i have this issue where my recyclerview does not do nestedscrolling on api 19 (lollipop) ...on latest version of android its ok. using following dependency: com.android.support:design:26.1.0 and what i have created is a recyclerview that should…
-1
votes
6 answers

Show and hide button on scrolling ScrollView android

I have a nested scrollview and a button. I want to hide the button whenever the scrollview is scrolling and show the button when scrolling stops regardless of up scroll and down scroll. Someone please help.
Fathima km
  • 2,539
  • 3
  • 18
  • 26
-1
votes
2 answers

NestedScrollView with CollapsingToolbarLayout not scroll smoothly (NestedScrollView stick to top on scroll up)

I am working on an application where I'm using AppBarLayout with CollapsingToolbarLayout and NestedScrollView. I have successfully implemented this and it is working fine. The NestedScrollView with the CollapsingToolbarLayout does not scroll…
-1
votes
2 answers

NestedScrollView content is smaller than screen height

I know that this question is often ask but i don't find the way to do properly in my case. As you can see in my xml file, i'm using CoordinatorLayout, NestedScrollView and AppBarLayout. When the nestedScrollview content is smaller than the screen…
-1
votes
2 answers

NestedScrollView is not working

This is my .xml file
-1
votes
3 answers

Showing another background when reaching the end of the NestedScrollView

I've checked this concept in many websites, and wanted to make it in my app. The idea is simple, having a static background, for instance a color as a background in the app, and when the scroll is in the ends, it shows some trees in the bottom. It's…
Jaeger
  • 1,646
  • 8
  • 27
  • 59
1 2 3
46
47