1

I trying to build an custom scroll view like showing in attached pic.

can any body have any suggestion , pls let me know.

thanks

enter image description here

2 Answers 2

2

Take a look at these attribs of the Scrollview class.

android:scrollbarThumbHorizontal - Defines the horizontal scrollbar thumb drawable. android:scrollbarThumbVertical - Defines the vertical scrollbar thumb drawable.

Sign up to request clarification or add additional context in comments.

5 Comments

thanks, i already check this property , but using it i am able to set color only not any Bitmap image with scroll view.
It says the thumb drawable not color. You need to convert it to a BitmapDrawable before setting it in java code.
yes i did same now ...it showing on screen but not working with Scroll view it self.
add android:fastScrollEnabled="true" to your listView.
These don't change the fast scroll thumb though.
1

If you wanna add thumb scroller, you may need to addandroid:fastScrollEnabled="true" to your list view

Don't forget to check at SectionIndexer

You might wanna take a look at RingsExtended project at Google code

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.