Reputation: 4380
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:
The first two work fine... but when I try to add the other ones the app work instable on different devices.
Upvotes: 7
Views: 1150
Reputation: 11310
Yes. even in portrait and landscape modus:
menu-land-mdpi menu-port-mdpi
menu-land-hdpi menu-port-hdpi
menu-land-xhdpi menu-port-xhdpi
Upvotes: 4
Reputation: 2555
The menu can be used like layout folder, you can add menu-land, menu-port ... also, you can use specific menu for multi langue, like menu-fr, menu-en to rearrange items based on phone language...
Upvotes: 1