Well, my problem is little bit complicated(for me).
Suppose i have a RelativeLayout
(Or any other Layout
as needed).
Now i make some View
like TextView
.(multiple View
).
Those View
will include following characteristics i will give from java code.
- I want to add the
View
to the Layout in a specific position. - Two or more
View
can be overlapped (like following picture) - It is kind of AddView(child, positionX, width, height); i know there is no method like this. but i need one.
where positionX is will be an integer defining where the View
will be set in the Layout
from top.
Now i want to add those View
to the Layout
like the following photo.
(All View
will be of rectangular size; Sorry for the bad Editing.)
How can i do this? I badly need the solution.
I hope i have explained my problem with my poor English :(
Thank you in advance <3 <3