0

I have created two layout files for my android application, to manage the switch from landscape to portrait and from portrait to landscape. One in the dir res/layout and one (landscape file) in res/layout-land. But my application, when I try to run it, doesn't see the landscape xml file. How can I fix? Have I forgotten something?

1 Answers1

0

you should try one in res/layout-port and one in res/layout-land

ahmed_khan_89
  • 2,755
  • 26
  • 49