|
|
@@ -243,6 +243,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
|
|
|
@@ -401,30 +402,36 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActWebX5"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSignCard"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSignCardRecord"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignCardAct"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignRechargeAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActUserNoviceGuidance"
|
|
|
@@ -646,6 +653,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
|
|
|
@@ -676,6 +684,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSetting"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
|
|
|
@@ -691,6 +700,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:exported="true" />
|
|
|
|
|
|
<!-- start幂动科技 -->
|
|
|
@@ -726,6 +736,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMsg"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
|
|
|
@@ -810,7 +821,7 @@
|
|
|
<activity
|
|
|
android:name=".ui.activity.SignActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar" />
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 活动规则 -->
|
|
|
<activity
|
|
|
android:name=".ui.activity.ActiveRuleActivity"
|