I know this is an old question, but for the sake of it...
According documentation, you should create mutiple asset folders like this
res/layout/main_activity.xml # For handsets (smaller than 600dp available width)
res/layout-sw600dp/main_activity.xml # For 7” tablets (600dp wide and bigger)
res/layout-sw720dp/main_activity.xml # For 10” tablets (720dp wide and bigger)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…