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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -