android - how to show all of my component in the tab layout? -


i facing problem , wish me..

i using tabs in code , and added lot of component in (buttons , imagebuttons, etc..) , put layout in center of screen , here problem because not component appear in layout (some buttons appears , others not , can't see or deal it).

so can shrink component or customize appear fine?

iam using tablelayout manage component added layout in corresponding tab ..

can me in that? thnaxx in advance.

give same weight component in xml file . i.e.

android:layout_weight="1" 

hope solve problem


Comments