How can I disable landscape mode for some of the views in my Android app?
You should change android:screenOrientation="sensorPortrait" in AndroidManifest.xml
android:screenOrientation="sensorPortrait"