android - Should I create different layouts for different displays? -


this how layout looks on phone (landscape):

enter image description here

button wrapper (margintop 10dp, margin left 5dp , 3 dp between buttons)

the problem when run same layout on tablet:

enter image description here

as can see there space below button wrapper.

am need create different layout each device display?

yes should create layout tablets. if layout phone comes in tabs obviosly smaller..youcan go through oink creating different layouts different displays..mainly layouts provided app

layout-small , layout , layout-large , layout-xlarge,

link


Comments