Reputation: 286
I have a screen that contains there different layout.
LayoutA - title LayoutB - body LayoutC - button the title layout contain TextView, Button and CheckedTextView and of it in the BighLayout, if i want that the CheckedTextView will be display over the body layout, how can i do such a thing?
Upvotes: 0
Views: 2183
Reputation: 4260
if u want to show one layout over other layout u can use framelayou. so u can take 1] Layout A as a frame layout 2] layout B as a frame layout. so that u can able to show CheckedTextView over the body layout
Upvotes: 1