I am developing a sencha touch application and currently deploying it in Android device. So i wanted to lock the orientation of only one view in it to Landscape mode while the rest of the views will work normal. Is it possible to do that?

I can lock the whole app in landscape mode by writing

android: screenOrientation="landscape"But how to do it for a single view?