My code doesn't recognize layout-xlarge-land?
Posted
by
Justice Bauer
on Stack Overflow
See other posts from Stack Overflow
or by Justice Bauer
Published on 2013-10-18T15:37:04Z
Indexed on
2013/10/18
15:54 UTC
Read the original article
Hit count: 217
android
|android-layout
I am trying to create a landscape and portrait mode only for tablets. For portrait mode I added the files under layout-xlarge and for landscape in tablets I added files under layout-xlarge-land, but just to test if its working I tried switching the background color under landscape to green, but it didnt seem to work. Is there anything else I need to alter for code to recognize landscape mode for tablets?
© Stack Overflow or respective owner