I tried to modify the fancy scrollbar API demo:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:scrollbarTrackVertical="@drawable/
scrollbar_vertical_track"
    android:scrollbarThumbVertical="@drawable/
scrollbar_vertical_thumb"
    android:scrollbarSize="12dip">
....

Changing the  android:scrollbarSize doesn't take any effect here too :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to