-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onSizeChanged may oom #21
Comments
Hi, not sure if I can change the library so that it doesn't use the |
Well, that's big. I'll start thinking on how to solve it, but It might take me a while. If you find a workaround or fix please let me know. |
Btw, have you tried using |
i try |
thank your great library.i use it in my app.i have a demo.
my app xml must be RelativeLayout, so my demo use RelativeLayout.When I click button the test_view will become MATCH_PARENT. SimpleRatingBar's onSizeChange height return a big number. it will oom when
Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
i can't use LinearLayout/FrameLayout. so i do something in onSizeChange.Can you give me some advice?
The text was updated successfully, but these errors were encountered: