i have to create an android layout which has a textview on the top, an imageview under that textview and a imagebutton under imageview.
When imagebutton is touched, the textview and imageview have to become invisible and a custom view must become visibile in the place where textview and imageview was.
If i use linearlayout, i have to use margintop whit negative values, but i think is not very useful cause on different screen size it will shown very bad. I think i have to use framelayout but i don't know how to do, can anyone explain me well how it work pls?
thanks you very much!