Hi, i have a custom view, when i want to add a scrollbar to it , i have a problem, i have learn the code of GridViewSpecial(which belong to Gallery) , when i copy this line: "initializeScrollbars(context.obtainStyledAttributes(android.R.styleable.View));" to my code, i found that my app can't resolve android.R.styleable, i search this question in groups, i know it was removed from SDK. so i write a styleable same as SDK in my app's attr.xml, but it wasn't work, i get a nullpointer when my view draw scrollbar. So someone can help me ? how can I add a scrollbar in my custom view ? (I don't want use ScrollView in my APP >_<!) sorry for my poor English.
-- 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

