Questions tagged [android-scroll]
195 questions
0
votes
3 answers
RelativeLayout is not Scrollable in ScrollView
Any idea why the following layout is not scrollable? I have a RelativeLayout in a ScrollView. The Views fit on the screen. however they are covered whenever the keyboard pops up. I want to make the screen scrollable when the keyboard pops up,…

Alan Ford
- 365
- 1
- 4
- 15
0
votes
2 answers
Android Java - ListView and other elements in layout
I have the following layout:

user3856050
- 3
- 3
0
votes
3 answers
Creating a scrollable textView
I am trying to create a fragment with scrollable text. I have the following class extending Fragment with the two methods below. I'm getting an error "The method findViewbyID(int) is undefined for the type exampleFragmentText" and the method…

user3293643
- 91
- 1
- 3
- 12
0
votes
1 answer
make a girdview non-scrollable when sliding drawer is opened
I have a SlidingDrawer as a sibling of GridView, when the sliding drawer is opened and if its scrolled (inside sliding drawer) the grid view which is behind is also scrolled.
I implemented like :
@Override
public void onDrawerOpened() {
…

yashhy
- 2,856
- 5
- 31
- 57
0
votes
1 answer
Scroll without Touch in Android
I want to give animation in GridView. So that when the list gets prepared, it will scroll to given position without touching the screen.

Shanki Bansal
- 1,681
- 2
- 22
- 32
0
votes
1 answer
Stop a SimpleOnGestureListener listening until new event occurs - Android onScroll
How do I stop a gesture listener from listening after a method has been called as a result of the touch event that has already happened.
Confusing, I know.
In steps,
User touches screen and scrolls a certain distance
Event is triggered based on…

shanehoban
- 870
- 1
- 9
- 30
0
votes
1 answer
List view with horizontal scroll
I am using custom list view with base adapter. The width of row is longer than screen. But I am not getting horizontal scroll bar like automatic vertical scrollbar. Do I need to specify any extra attribute? I tried with putting listview in…

userx
- 806
- 1
- 11
- 23
0
votes
3 answers
Unable to show all Item In Scroll View
I am Trying to show four Textview And Four EditText on a scroll view , when I am using scrollview then only show last TextView and edit text.

Kuldeep
- 367
- 2
- 7
- 19
0
votes
1 answer
Android ListView ScrollTo, scrolls to top after touch
I'm programmatically setting scrolled Y coordinate of my ListView to 720pixels.
It works fine, but when the user touches the ListView it jumps back to top. No scroll, but I can see the content change and it's at the top of the list.
The ListView…

AndroidCoder
- 302
- 1
- 3
- 13
0
votes
2 answers
Android horizontal and vertical layout development
This is a stupid question but i am in middle of an application in which i want to develop a layout as :
This layout scrolls vertically as well as horizontally. I thought to take a scroll view and under that table view, but how to make it scrollable…

Manoj Fegde
- 4,786
- 15
- 50
- 95
0
votes
1 answer
ScrollView - using scrollTo in a Fragment
I've got a scrollview that is on a Fragment that is on a ViewPager and I want to scroll it to some position on start, after pager.setCurrentItem(numberOfPage); where numberOfPage is a remembered last page.
So , if I do scrollTo() in a Fragment…

Vlad Alexeev
- 2,072
- 6
- 29
- 59
0
votes
1 answer
Android ListView - scrolling list keeping focus constant position
I am trying to use the Listview to display some data. I need to keep the focus on the top item in the list and when I capture a Keypress I want the list data to scroll with with the focus remaining on the top item. Is this possible?

Allan Muller
- 308
- 1
- 5
0
votes
1 answer
Handle fast add/remove Marker commands / Google Maps v2+ScrollListener
I want to perform fast add/remove or hide/show markers based on a list (the range between firstVisibleItem and lastVisibleItemsPrevious.
This is a list that assign from my database on a temporarily on
private List mMarkers = new…

Diolor
- 13,181
- 30
- 111
- 179
0
votes
1 answer
Show scrollbars only when user manually scrolls
I'm working on the following TextView:

nKn
- 13,691
- 9
- 45
- 62
0
votes
1 answer
Samsung galaxy not displaying menu
I have created an android program.It has a menu button and I published it in Google play.But in my phone Samsung Galaxy not showing that menu .I tried it in LG Nexus 4 it works fine .Then I tried in different tablets and works fine .Micro max ninja…

user3164874
- 29
- 2