How to set layout on 7" two different tablet?
android, android-layout, android-resolution
Solution
Try using this.It worked for me
layout-sw600dp
Problem
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.