开发者

Stopping orientation change with side-keyboard (Android)

开发者 https://www.devze.com 2023-01-21 03:13 出处:网络
I am wondering how I can make the orientation of the screen permanent, even when the phone has a slide-out keyboard. This is the code I have:

I am wondering how I can make the orientation of the screen permanent, even when the phone has a slide-out keyboard. This is the code I have:

<activity android:name=".AppName" android:label="@string/app_name"
an开发者_运维知识库droid:screenOrientation="portrait">

Thanks.


Try adding:

android:configChanges="orientation|keyboardHidden"
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号