0

I got a problem fixing landscape layouts for my APP.

I got my app working completely only the background is screwed up when i view the app in landscape. So i thought let me make a landscape layout.

I just copied the layout make and put -land behind the name, now i gain a error:

invalid resource directory name layout-hdpi-land /Post NL Track Trace/res line 1 Android AAPT Problem

Any solution

1 Answers1

1

You are using worng convention. You should do this

layout-land-hdpi

For details please read

http://developer.android.com/guide/topics/resources/providing-resources.html

Arslan Anwar
  • 18,746
  • 19
  • 76
  • 105