I\'m using a ScrollView and I want to set the ScrollBar size, but everything I tried failed.
I tried with attribute android:scrollbarSize, with style, with the theme but nothing
I've actually been struggling with this as well. Unfortunately, it appears that the problem is actually in the Android sourcecode, and will not be fixed until the next Android release. After a bit of searching, I found this info here: http://code.google.com/p/android/issues/detail?id=14317.