Top "Android-scrollview" questions

An Android widget that allows scrolling of its only child if it is too big for the screen's visible area.

iOS like over scroll effect on Android

I want to implement the iOS-like bounce overscroll effect in my app. I came across this link which suggests creating …

java android animation android-animation android-scrollview
Android - how to detect a touch on screen is a "scroll" touch?

I am creating an android app in Java in which I have a lot of <TextView> around the …

java android android-scrollview android-touch-event
Android RecyclerView in ConstraintLayout doesn't scroll

I have a recyclerView inside a constraint layout and I cannot make it scroll, the list just continues below the …

android android-recyclerview android-scrollview android-constraintlayout
List View Scroll Not Smooth

i have a custom list view, which displays users, and there photos i retrieve the data from API, Which gives …

android android-listview android-scrollview android-scroll
Scrollview below toolbar in android

Is it possible to set scrollbar below a toolbar in Android? I am trying out the scrollbarView I have toolbar …

android android-scrollview
Android: Make multiline edittext scrollable, disable in vertical scroll view

I am developing an application in which i am struct at a point. As according to my application requirement i …

android android-edittext android-ui android-scrollview android-scrollbar
Child inside NestedScrollView not cover full height of screen

I am using NestedScrollView in my fragment. In my xml inside a RelativeLayout but it is not covering full height …

android android-scrollview android-relativelayout android-nestedscrollview
SlidingUpPanelLayout and ScrollView

I have a SlidingUpPanelLayout that holds a image as a top view, and a view pager that needs to slide. …

android android-scrollview slideup android-event android-sliding
How to make the `scrollbar` appear on the left side?

In an Android ListView, how can I make the scrollbar appear on the left side?

android android-listview android-scrollview android-scrollbar
GridView with two columns, first item spans both columns

I have one Imageview & one gridview.. My layout design here.. I want to combine these two views into single …

android android-scrollview