Layout for tablets in Android -


i create different layouts tablets , handsets in android. should put layout resources in order make differentiation?

i know old question, sake of it... according documentation, should create mutiple asset folders this

res/layout/main_activity.xml           # handsets (smaller 600dp available width) res/layout-sw600dp/main_activity.xml   # 7” tablets (600dp wide , bigger) res/layout-sw720dp/main_activity.xml   # 10” tablets (720dp wide , bigger) 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -