去掉属性theme即可
<activity
android:name=".wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustPan"/>
、、、、、、、、、、、、、、、
<activity
android:name=".wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden|adjustPan"/>
本文介绍如何在Android应用中移除特定的样式属性,通过对比修改前后的activity配置,展示去掉theme属性的具体操作,有助于改善应用界面显示。
2744

被折叠的 条评论
为什么被折叠?



