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.
--------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you. --------------------------------------------------------------------------------------------------- -- 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

