在我的 android 清单文件中,我将我的活动归因于强制它 android:screenOrientation="landscape"
,但运行时仍然拒绝横向我的视图,而是继续protrait
。
<activity
android:name="com.taxeeta.DriverHome"
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Light.NoTitleBar" />