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
Post a Comment