Questions tagged [android-overscoll]

24 questions
2
votes
1 answer

Slide android fragment using other view

i have 2 fragments, and I need to scroll this fragments up and down by selecting and dragging some small view(not selecting any place in fragment, only if I drag this veiw). Similary, i have an OverScroll on first fragment, which scrolls photos with…
user4242697
2
votes
0 answers

HorizontalScrollView overscroll & parent view

I have a HorizontalScrollView that user can scroll to read a number of TextViews. This is placed inside a ViewPager. So, if user scrolls the entire HorizontalScrollView instead of showing the overscroll, I want that the entire page (inside…
1
vote
0 answers

Mask overscroll effect for round corners

How to mask overscroll effect for round corners in ViewPager? Thank you for help. android overscroll effect problem - screenshot
1
vote
0 answers

Android pull to refresh listview footer not appearing correctly

I tried to add overscroll footer and header in a listview. While using default overscroll header and footer the footer stretches from last item to listview's bottom.This happens when we have only one or two items.There is no problem when there is…
Anu
  • 1,303
  • 3
  • 23
  • 38
0
votes
0 answers

Minimal working example of using Android's OverScroller class?

I'm trying to understand how to use the OverScroller class in Android for smooth scrolling. While the documentation provides an overview, I'm having trouble piecing together a minimal working example from start to finish. Could someone provide a…
zeus
  • 12,173
  • 9
  • 63
  • 184
0
votes
1 answer

Why don't I see an overscroll glow on a HTC Desire HD

I have an app that uses several lists and scroll views. On a Nexus S I see an orange glow if I overscroll the lists. On a HTC Desire HD the list simply stops at the top, there is no bounce or overscroll visible. I tried to set the overscrollmode…
Janusz
  • 187,060
  • 113
  • 301
  • 369
0
votes
1 answer

Apply "Bounce Effect" to Overscroll in a ViewPager (FragmentPagerAdapter)

In my app I am trying to implement the bounce effect for the overscroll instead of android's boring normal overscroll technique. I am trying to apply this overscroll effect to a FragmentPagerAdapter that handles quite a few fragments. How do I…
0
votes
0 answers

How to display center image bigger in listview vertically with scroll option in android?

right now i am going on with listview along scrolling. I have successfully created listview with scroll in vertical view, right now what i need is center item in listview should be greater than remainning one's in view. If we scroll listview items,…
Vicky
  • 921
  • 1
  • 11
  • 33
0
votes
1 answer

Android PreferenceFragment change overscroll color

In Android 5 (Lollipop) the colorPrimaryDark is used for the overscroll color in listviews. Now I want to change it everywhere. I found a way to set for a single ListView, but the PreferenceFragment has no external layout for editing. How can I set…
mars3142
  • 2,501
  • 4
  • 28
  • 58
1
2