为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我旋转不了

旋转过后也没反应啊

<application

    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">
    <activity android:name="com.demo.videoview.MainActivity"
        android:configChanges="orientation|screenSize|keyboard|keyboardHidden">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>

https://img1.sycdn.imooc.com//5d3ad0a4000146ae08181327.jpg

正在回答

1 回答

这就是已经翻转了你的布局或者代码应该有问题不能铺满整个屏幕,检查一下代码



0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我旋转不了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信