Top "Scrollview" questions

Be sure to use a **platform specific** tag.

Android ScrollView adds extra padding on top and bottom of child imageview

I have a problem with rendering a ScrollView. Essentially, the layout is fixed header and footer with a scrollview in …

android emulation imageview scrollview
How to add a scrollview edge color effect in Android Lollipop?

In my app I change the overscroll glow effect color like this: int glowDrawableId = contexto.getResources().getIdentifier("overscroll_glow", "drawable", "…

android scrollview android-5.0-lollipop
React Native Touchable is disabling ScrollView

I'm new to React Native, so am probably asking something very obvious, but please help. I have a view wrapped …

scrollview react-native
check if an android scrollview can scroll

Do you know if it is possible to know if an Android Widget ScrollView can scroll? If it has enough …

android scrollview
Android Unable to remove the color at the top and bottom

I have added a scrollView and if deploy on the android tablet,it has some problems. But it works fine …

android scroll scrollview tablet shadow
ScrollView cuts off the top and leaves space at the bottom

When I launch the emulator and enter the screen which uses this code it shows most of the text information …

android xml scrollview
How to get last scroll view position, scrollview

I am using TableLayout. which have 100 of items to make it scrollable I am using Tablelayout inside ScrollView. But I …

android scrollview tablelayout
Why do items disappear when I scroll the listView?

My application use a ListView which display different items in the cell. it must have photo and name, but it …

android xml listview layout scrollview
Execute shell commands and get output in a TextView

I want to execute some shell commands and get the output in a TextView. The command may have a continuous …

android shell scrollview android-logcat su
How to get NEW width/height of root layout in onConfigurationChanged?

One of our views has a ScrollView as its root layout. When the device is rotated and onConfigurationChanged() is called, …

android orientation scrollview onconfigurationchanged