orientation change is not working when I rotate a child activity to landscape. I added android:configChanges="orientation|keyboardHidden
in all activity tags in my manifest.xml file.
I found that my app doesn't take layoyt file from layout_land folder. what is the solution for this problem.