android - Combine two portrait layouts in one landscape -


i designed application phones layouts portraits. think can place 2 portrait layouts standing side side making 1 landscape layout tablet. has idea how make simple? assume can use table layout, samples going in row route, when need columns one, 2 columns should have equal width. wish if utilize simple include statement include nested layouts instead of copying them, because if decide change one, need replicate changes in tablet layout bad practice of code duplication.

i suggest use linearlayout weightsum=2 , horizontal orientation , can use include tags portrait layouts weights 1.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -