What is best practice for creating resolution specific resources for Android phones that use soft-keys for navigation?
Can I create a specific directory in the res folder, or should the resources be created at runtime?
I have specific resources for each resolution (currently, only 2 resolutions are supported), however, in case the phone has soft-keys, I will need different resources.
I know that this is bad design, but this decision is not up to me.
Thanks in advance.