Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set layout on 7" two different tablet?

I have two 7 inch tablet one tablet (800*480) and second tablet (1024*600). I have facing problem following :-

1. Both can run on layout-mdpi and layout-large so how can i make different folder for run my app both resolution.

Application run xml for mdpi layout in both tablet:-

layout-mdpi
layout-hdpi

Application run xml for large layout in both tablet:-

layout-large
layout-xlarge

I can implement http://developer.android.com/guide/practices/screens_support.html this but not use full to me.

or

try so many link but still same problem both tablet running in same layout.

like image 529
duggu Avatar asked Dec 15 '22 12:12

duggu


1 Answers

Try using this.It worked for me

layout-sw600dp
like image 89
Abx Avatar answered Dec 29 '22 23:12

Abx