密码登录页面强制竖屏
This commit is contained in:
@@ -616,7 +616,7 @@
|
||||
<activity
|
||||
android:name=".ui.pay.ChargeDialog"
|
||||
android:label="充值"
|
||||
android:theme="@style/dialogactivity"/>
|
||||
android:theme="@style/dialogactivity" />
|
||||
|
||||
<activity
|
||||
android:name=".home.activity.CollectionRoomActivity"
|
||||
@@ -678,7 +678,7 @@
|
||||
<activity
|
||||
android:name=".ui.webview.CommonWebViewActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustPan"/>
|
||||
android:windowSoftInputMode="adjustPan" />
|
||||
<activity
|
||||
android:name=".ui.webview.SimpleWebViewActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
@@ -1177,11 +1177,11 @@
|
||||
android:label="一键登录"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="portrait" />
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".ui.webview.DialogWebViewActivity"
|
||||
android:theme="@style/dialog_web_view_activity"
|
||||
android:windowSoftInputMode="adjustPan"/>
|
||||
android:windowSoftInputMode="adjustPan" />
|
||||
|
||||
<activity
|
||||
android:name=".ui.webview.DatingRuleWebViewActivity"
|
||||
@@ -1195,8 +1195,12 @@
|
||||
android:name="com.sdk.base.module.permission.PermissionActivity"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||
tools:remove="android:screenOrientation" />
|
||||
<activity android:name=".ui.login.LoginPasswordActivity" />
|
||||
<activity android:name=".ui.setting.ResetPasswordActivity" />
|
||||
<activity
|
||||
android:name=".ui.login.LoginPasswordActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name=".ui.setting.ResetPasswordActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
|
||||
<activity
|
||||
android:name="com.idlefish.flutterboost.containers.FlutterBoostActivity"
|
||||
|
Reference in New Issue
Block a user