Search code examples
androidlayoutresolutiongalaxy-tabnexus-7

Differerentiate layout for two devices with same dpi


i have two layout folder: layout-sw800dp and layout-sw600dp so my app use layout-sw600dp for both devices , Samsung Galaxy Tab 7 and Nexus 7,and it makes my fonts and styles bigger for Nexus 7! how can i differentiate layout for this two devices? Thanks in Advance


Solution

  • Solved : i have made two layout folders layout-tvdpi for Nexus 7 and layout-mdpi for Samsung galaxy tab 7