android - How to do the following in ListView -


how following stuffs in listview

  1. only show scroll bar when user flip list.

    by default, if list more screen, there scrollbar on right side.

    is there way set scrollbar shows when user flip list?

  2. keep showing list background image when scrolling.

    i've set image background of listview, when scroll list, background image disappear , shows black list view background.

    is there way keep showing list background image when scrolling?

  3. don't show shadow indicator.

    when list has more items display, there black-blur shadow indicate user there more items. there way remove item?

you can turn scrollbars on , off using setverticalscrollbarenabled(). "shadow" indicator called fading edge in our apis. there various methods control fading edges in base view class.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -