Hello, I have trouble when trying to change scroll bar size, here is
example:
<ScrollView android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_weight="1"
android:scrollbarStyle="insideInset"
android:background="@drawable/
blue_border"
android:layout_marginTop="20dip" android:scrollbarSize="20dip">
<LinearLayout android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
....
</LinearLayout>
</ScrollView>
For some reason the android:scrollbarSize="20dip" is ignored. Does
anybody knows what's the reason?
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---