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
3
votes
2 answers

How to set the bottomsheet to the top of bottom navigationview

I am trying to show the bottom sheet along with the BottomNavigationview. How I will give bottom margin to the Bottom sheet. XML code:
Ankur_009
  • 3,823
  • 4
  • 31
  • 47
3
votes
0 answers

RecyclerView Scroll hang inside NestedScrollView

RecyclerView Scroll hang when I put inside NestedScrollView it work if set recyclerView.setNestedScrollingEnabled(false) but problem is if i set recyclerView.setNestedScrollingEnabled(false) then RecyclerView Adapter…
Mansukh Ahir
  • 3,373
  • 5
  • 40
  • 66
3
votes
1 answer

Webview with anchors inside NestedScrollView

I have a NestedScrollView with a WebView inside. The WebView contains an HTML file with anchors, that are linked to the same file but difference places (imagine "menu" and "content" containers. when you click on a menu item the corresponding section…
P. Savrov
  • 1,064
  • 4
  • 17
  • 29
3
votes
3 answers

Fragment content is hidden behind BottomNavigationView when scrolling

I've researched through this quite heavily and am at a loss on what to do - I have some content in a fragment that is being clipped off by the BottomNavigation bar in the activity and am not sure what to do. I've tried adding…
3
votes
0 answers

How to focus RecyclerView top position inside NestedScrollView?

Not able t focus the recyclerview top position inside NestedScrollView. I have the following structure of the xml file.
3
votes
3 answers

Horizontal RecyclerView inside NestedScrollView, can't scroll vertically

I tried every combination of this, some people said it's a bug but I think it's something small I'm missing. With the follwing XML, I can't scroll at all, only the horizontal scroll works. I have a side-scroll RecyclerView which I can drag left and…
3
votes
2 answers

Scroll over fixed viewpager

I am trying to scroll over fixed viewpager with nested scrollbar. The issue is I am able to scroll content over fixed viewpager but I am unable to swipe viewpager to change product images. I had tried CollapsingToolbar for this but it didn't worked.…
3
votes
0 answers

ConstraintLayout Guideline with scroll

I'm building a screen with ConstraintLayout , My screen need to have scroll since it's a long list a data. For normal screen i use Guideline and arranging the views based on percentage. How can i do a scrollable screen with Guideline ?
3
votes
0 answers

Scroll to EditText in NestedScrollView is not working

I have long scroll form, and I need to scroll to its position on form is not valid input (for example, scroll to email edit text when it's not valid email or empty field) I am facing 2 issues with scroll to EditText inside NestedScrollView When one…
3
votes
0 answers

How to check when NestedScrollView becomes idle or when it stopped

I have this layout //some views I want something to happen once the user stopped…
3
votes
0 answers

Detecting overscroll in NestedScrollView

I want a vertical overscroll in a NestedScrollView to trigger one of my methods, which displays a ContentLoadingProgressBar while retrieving data from another device. The SwipeRefreshLayout widget does not look good with my app and there does not…
3
votes
1 answer

Android: click doesn't work on Recycler Item after swiping

I implemented Recycler swipe effect by ItemTouchHelper.SimpleCallback and put some buttons on the back view which shows after swiping. the funny problem is that when I clicked button the don't work. I should press them twice and in the third try…
3
votes
0 answers

NestedScrollView not respecting childs height

I have a collapsing layout with tab layout and view pager. Inside the viewpager, in the first tab, I have a NestedScrollView with a lot of children. The problem is: the NestedScrollView is not respecting the children…
Guilherme Lima Pereira
  • 1,402
  • 5
  • 17
  • 35
3
votes
1 answer

Scroll View inside Nested Scroll View does't work

Is it true or not ? i want to scroll on the listview too inside my activity by using nested scroll view. Please help. Thanks in advance
Sugi Almantara
  • 119
  • 2
  • 10
3
votes
2 answers

How to use CollapsingToolbarLayout above scrollview?

I want to create this view with the parallax effect for the top banner. I tried this but it doesn't work: