为什么我旋转不了

来源:2-5 音量控制、全屏切换(上)

简单的但丁

2019-07-26 18:06

旋转过后也没反应啊

<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://img4.mukewang.com/5d3ad0a4000146ae08181327.jpg

写回答 关注

1回答

  • weixin_慕用1575791
    2019-08-11 18:42:49

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



Android视频播放器

Android系统自带的以及自定义播放器

20491 学习 · 80 问题

查看课程

相似问题