Hello to everyone:
My question might be a bit dumb, but I have check on google, and I'm not
able to acomplish what I want.

I have a ScrollView with a lot of text. The scrollbars I get with the
default scrollview are very slim and I will like to have a scrollbar a bit
wider, so people can use it to scroll faster up or down, similar to the
Contacts application included with default android. you can see the picture
here:
http://i.stack.imgur.com/UqNMY.jpg
to see what I mean.

My problem is that I have tryed to put a drawable as a vertical thumb with
*android:scrollbarThumbVertical="@+drawable/scrollbar_h"*

but it keeps the original width (very small) and I can not use it to scroll
down and up. I have the option fastScrollEnabled set to true, but I think
this works only for ListViews.

My scrollView definition is as follows:

*<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
> android:id="@+id/SV"
>     android:background="#CCCCCC"
>     android:layout_width="fill_parent"
>     android:layout_height="wrap_content" android:scrollbars="vertical"
>     android:scrollbarSize="100dip"
>     android:scrollbarDefaultDelayBeforeFade="500"
>     android:scrollbarThumbVertical="@+drawable/scrollbar_h"
>
>     android:fastScrollEnabled="true"
> >*



Any help will be much appreciated!

-- 
---
http://aitorTheRed.blogspot.com
http://www.last.fm/user/aitorTheRed/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to