Android scrollbar with a extra View (screenshot included)

前端 未结 3 1111
栀梦
栀梦 2021-01-03 16:44

i need some help again!

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

相关标签:
3条回答
  • 2021-01-03 17:31

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

    0 讨论(0)
  • 2021-01-03 17:37

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

    0 讨论(0)
  • 2021-01-03 17:39

    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.

    0 讨论(0)
提交回复
热议问题