user2443607
user2443607

Reputation:

Android scrollbar with a extra View (screenshot included)

i need some help again!

At first i really thought it was some kind of ScrollView tweak to achieve something like this:

alt text

But, as far as i know, it isnt, so, how can i achieve this kinda of custom scrollbar?

Thanks in advance!

Upvotes: 0

Views: 4743

Answers (3)

user2443607
user2443607

Reputation:

I finally found the solution. http://code.google.com/p/apps-for-android/, the Rings Extended app has a implementation of it!

Upvotes: 2

Emile
Emile

Reputation: 11721

Looks like the handle displayed when you turn on fast scroll.

Upvotes: 1

Squonk
Squonk

Reputation: 48871

Take a look at android:scrollbarThumbVertical and see if that helps. I haven't used it myself so far but it seems it may be what you need.

EDIT: Also see the API Demos -> View -> Scrollbars -> 2. Fancy.

Upvotes: 0

Related Questions