Autohide scrollbars when not scrolling in a ListView

Posted by synic on Stack Overflow See other posts from Stack Overflow or by synic
Published on 2010-05-17T19:23:40Z Indexed on 2010/05/17 19:40 UTC
Read the original article Hit count: 218

Filed under:

In the new official Twitter app, the scrollbars in all the ListViews the app uses are hidden unless the user is scrolling through the list.

When you start scrolling, the scrollbars appear. When you stop, they fade out with an animation until they are gone completely.

I can't seem to find anything in the documentation that indicates this as being a standard feature.

Is this something included in the API? If not, anyone know how this might be done?

© Stack Overflow or respective owner

Related posts about android