Need to make the scrollbar bigger on the android. (I know that sounds weird, but I need to do it.)
Anyway, I tried adding the attribute
android:scrollbarSize="15dip" to the <ScrollView> tag, but it doesn't work.
Any idea how to do this?
("this" means "make the scrollbar bigger" ... I don't care what attributes or code are required.)
I note this question is asked in many forums, but I can't see it answered anywhere. (The closest was over on StackOverflow where someone explained that the scrollbarSize attribute is ignored if it has an intrinsic size. Okay, that's fine to know, but it doesn't answer the question "How do you do it?")
tx,
tff
Anyway, I tried adding the attribute
android:scrollbarSize="15dip" to the <ScrollView> tag, but it doesn't work.
Any idea how to do this?
("this" means "make the scrollbar bigger" ... I don't care what attributes or code are required.)
I note this question is asked in many forums, but I can't see it answered anywhere. (The closest was over on StackOverflow where someone explained that the scrollbarSize attribute is ignored if it has an intrinsic size. Okay, that's fine to know, but it doesn't answer the question "How do you do it?")
tx,
tff