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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

Kivy: Swiping (Carousel & ScreenManager) -

jdbc - Not able to establish database connection in eclipse -