You have a question ... Android divides the range of actual screen sizes and densities into: A set of four general sizes: small, normal, large and xlarge. A set of four generalized densities: ldpi (low), mdpi (medium), hdpi (high) and xhdpi (extra high)
1) What has a higher priority?
Lats says that I have an hdpi device with a large screen size ... And I have 2 folders in my project: "layout-large" and "layout-hdpi" ... Which folder will my device use?
2) I have an hdpi device and 2 folders in my project ... The default folder is 'layout' and 'layou-mdpi' Why does hdpi use layou-mdpi?
3) How to name the folder? layout-mdpi-normal or layout-normal-mdpi ...
Thank...
source
share