|
|
@@ -40,7 +40,8 @@
|
|
|
<!-- Activity -->
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.ContentsGateActivity"
|
|
|
- android:screenOrientation="portrait">
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
|
|
|
|
@@ -216,7 +217,8 @@
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.PushGateActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:windowSoftInputMode="adjustResize">
|
|
|
+ android:windowSoftInputMode="adjustResize"
|
|
|
+ android:theme="@style/SplashTheme">
|
|
|
</activity>
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SettingActivity"
|