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

SAP Web Service from .NET via WCF -

email - PHP Mail Error "The Page at X Says: E-Mail can not be sent!" -

Optimized Line drawing in QT -