Hi all, I have a xml file with some layouts and some titles. In that xml i have a title named as "graph", after that other titles and some buttons, text boxes and all. Now under "graph" title I need to place two horizontal rectangles which represents a graph. For that i took a linear layout with an id under "graph" title. By using addview() in my activity am able to draw the rectangles in my xml.
Now the rectangles are displaying fine under graph title. But I am not able to see the remaining layouts in my xml. Because the rectangle view is overriding the remaining part of my xml. I want the total layout including rectangles also. Can any one give some suggestions please. Any response would be appreciated. Thanks in advance -- 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

