How can I disable landscape mode for some of the views in my Android app?
Add android:screenOrientation="portrait" in AndroidManifest.xml file.
android:screenOrientation="portrait"
For example :