|
|
@@ -127,6 +127,7 @@
|
|
|
android:launchMode="singleTop" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WebviewAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<service android:name=".service.DownloadService" />
|
|
|
@@ -218,9 +219,11 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
|
|
|
@@ -236,6 +239,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:launchMode="singleTask" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TaskListAct"
|
|
|
@@ -261,6 +265,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
|
|
|
@@ -786,6 +791,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActInvitation"
|