|
@@ -173,8 +173,18 @@
|
|
|
android:launchMode="singleTask"
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/FullScreenTheme"></activity>
|
|
android:theme="@style/FullScreenTheme"></activity>
|
|
|
|
|
+ <!--<activity-->
|
|
|
|
|
+ <!--android:name=".ui.activity.SignActivity"-->
|
|
|
|
|
+ <!--android:screenOrientation="portrait"-->
|
|
|
|
|
+ <!--android:theme="@style/SplashTheme">-->
|
|
|
|
|
+ <!--<intent-filter>-->
|
|
|
|
|
+ <!--<action android:name="android.intent.action.MAIN" />-->
|
|
|
|
|
+
|
|
|
|
|
+ <!--<category android:name="android.intent.category.LAUNCHER" />-->
|
|
|
|
|
+ <!--</intent-filter>-->
|
|
|
|
|
+ <!--</activity>-->
|
|
|
<activity
|
|
<activity
|
|
|
- android:name=".ui.activity.SignActivity"
|
|
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.SplashAct"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/SplashTheme">
|
|
android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
@@ -183,16 +193,6 @@
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
|
</activity>
|
|
</activity>
|
|
|
- <!--<activity-->
|
|
|
|
|
- <!--android:name="com.sheep.gamegroup.view.activity.SplashAct"-->
|
|
|
|
|
- <!--android:screenOrientation="portrait"-->
|
|
|
|
|
- <!--android:theme="@style/SplashTheme">-->
|
|
|
|
|
- <!--<intent-filter>-->
|
|
|
|
|
- <!--<action android:name="android.intent.action.MAIN" />-->
|
|
|
|
|
- <!---->
|
|
|
|
|
- <!--<category android:name="android.intent.category.LAUNCHER" />-->
|
|
|
|
|
- <!--</intent-filter>-->
|
|
|
|
|
- <!--</activity>-->
|
|
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.MiddleSchemeAct"
|
|
android:name="com.sheep.gamegroup.view.activity.MiddleSchemeAct"
|
|
|
android:configChanges="keyboardHidden|screenSize|orientation"
|
|
android:configChanges="keyboardHidden|screenSize|orientation"
|
|
@@ -759,10 +759,10 @@
|
|
|
android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar"
|
|
android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar"
|
|
|
android:windowSoftInputMode="stateHidden" />
|
|
android:windowSoftInputMode="stateHidden" />
|
|
|
<!-- 签到 -->
|
|
<!-- 签到 -->
|
|
|
- <!--<activity-->
|
|
|
|
|
- <!--android:name=".ui.activity.SignActivity"-->
|
|
|
|
|
- <!--android:screenOrientation="portrait"-->
|
|
|
|
|
- <!--android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar" />-->
|
|
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".ui.activity.SignActivity"
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
|
+ android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar" />
|
|
|
<!-- 用户引导 -->
|
|
<!-- 用户引导 -->
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".ui.activity.UserNavActivity"
|
|
android:name=".ui.activity.UserNavActivity"
|