it makes me a little crazy, but the android way puts everything, you have different directories with the same xml name.
for example, you might have:
res / layout / main.xml and
Res / layout earth /main.xml
When you are in landscape mode, he will know how to use the one that is in the layout directory.
It's actually annoying that when I am in Eclipse and I have a res / layout / main.xml file, and if in the project explorer I click to open it in layout-land / main.xml, it just leaves open (res / layout / main.xml) open. This is very annoying. You can get around it by simply closing the one that opens, and then when you click to open it in the layout, it will open the correct one, but not as long as you already have a file with this name (not the same directory) open.
Is there a way to fix this otherwise than using another editor or "living with it"?
android eclipse
user645402
source share