it is frustrating to get StackOverflowError exception when i just call LinearLayout.setBackgroundResource(wallpaper) trying to to beautify background of an activity.
after i comment out the setBackgroundResource() call, the exception has gone. it makes me wonder if my view layout has (easily) reached a "critical point" of stack size limit. could android team raise the stack size limit so that such a background beautification wont get hit by the exception? thanks!!!!! -- 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

