Can I embed Tab Layout into other layout?
The designed layout is like below:
Root LinearLayout (vertical oritentation)
A ViewLayout
A TextLayout
A Tab layout
A View Layout
A TextLayout
I just want to have tabs in my layout but not the root. Is it possible?
Thanks.