On Aug 18, 9:55 am, Hitendrasinh Gohil <[email protected]> wrote: > Hi, > > I have one view which is repeating horizontaly and vertically 3x3.I > have seperate xml for this.I am inflating it runtime and trying to add > within horizontal or vertical .And applying parent to horizontal or > vertical linear.But as there can be only one child attached to its > parent.I am getting "java.lang.IllegalStateException: The specified > child already has a parent. You must call removeView() on the child's > parent first." > > So what is other way that i can repeat the view with 3x3 array?
Inflate your view 3x3 times pskink -- 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

