xml - How to positionning android layout side by side -
i've got problem position 2 android layouts side side (see below). wanna have 50% width on each layout. posible?
phone |---------------------------------------| | | | | | | | | | | | | | | | | | | | | | | | | | |--linearlayout--|--linearlayout--| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |----------------|----------------| | |---------------------------------------|
you can put 2 layouts inside linearlayout horizontal orientation.
hope helps
Comments
Post a Comment