I am wondering what the maximum complication in view hierarchy can be.
My app, Wine by the Bar, is failing in ViewRoot.performTraversals()
with a StackOverflowError in 1.5.

Is this hierarchy really too complicated to be handled in Cupcake?

<code>
LinearLayout
  ViewFlipper
    LinearLayout
      ViewFlipper
        ScrollView
          LinearLayout
            ViewFlipper
              LinearLayout
                LinearLayout
                  AutoCompleteTextView
</code>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to