I am creating layout dynamically in android, in which i am adding views to relative layout.
Views are having contents.
I am having issue with contents that goes out of views boundary are overlapping with other views.How can i define boundary for my views so any PART OF CONTENT that goes out of views boundary will be discarded.