Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Bug on Lollipop : initializeScrollbars is undefined #31

Closed
AndroidDeveloperLB opened this issue Oct 19, 2014 · 6 comments
Closed

Bug on Lollipop : initializeScrollbars is undefined #31

AndroidDeveloperLB opened this issue Oct 19, 2014 · 6 comments

Comments

@AndroidDeveloperLB
Copy link

The function "initializeScrollbars" seems to be removed from View.java :
http://developer.android.com/reference/android/view/View.html

This means that "PLA_AbsListView.java" cannot use it anymore.

I've made a post about it on StackOverflow and also reported the missing information of it to Google:
http://stackoverflow.com/q/26448771
https://code.google.com/p/android/issues/detail?id=77745

Please fix this issue.

@dalinaum
Copy link
Member

Thanks for your report. Unfortunately we are very busy these days. I will
look into your problem next month.

Thank you.
2014. 10. 19. 오후 6:37에 "AndroidDeveloperLB" notifications@github.com님이 작성:

The function "initializeScrollbars" seems to be removed from View.java :
http://developer.android.com/reference/android/view/View.html

This means that "PLA_AbsListView.java" cannot use it anymore.

I've made a post about it on StackOverflow and also reported the missing
information of it to Google:
http://stackoverflow.com/q/26448771
https://code.google.com/p/android/issues/detail?id=77745

Please fix this issue.


Reply to this email directly or view it on GitHub
#31.

@AndroidDeveloperLB
Copy link
Author

@dalinaum Thank you. Please let me know if you know how to fix it.

@AndroidDeveloperLB
Copy link
Author

@dalinaum Hey, maybe you could post an example of how to use RecyclerView to work as you've done here?

@AndroidDeveloperLB
Copy link
Author

@dalinaum Google has answered me about why this shouldn't be used:
"The API has been removed because R.styleable is not public or stable. There is no safe way to pass a TypedArray into that method. Don't call the method."

Here's the link:
https://code.google.com/p/android/issues/detail?id=77745

@simonwzb
Copy link

Me too. +1
thank you.

@dalinaum
Copy link
Member

dalinaum commented Feb 7, 2015

Fixed this problem using an ad hoc patch. I will reimplement it later. Thanks for your report.
55a55df

@dalinaum dalinaum closed this as completed Feb 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants