Doe's Android support multiple menu folder (e.g. like /drawable-hdpi and /drawable-mdpi)? If so what types are supported (land, xhdpi, swXXXdp)?
P.S. Sorry for such a goofy question...
Edit 1: For example I have different layouts. Depending on that I can have different menu resources, no? As a start it would be nice to have sooch folders:
- res/menu
- res/menu-land
- res/menu-xhdpi
- res/menu-xhdpi-land
- res/menu-sw600dp
The first two work fine... but when I try to add the other ones the app work instable on different devices.