Ver código fonte

[공통][New] 링크 액티비티, 스플래시 테마 적용

hyodong.min 6 anos atrás
pai
commit
9a2062f220
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      app/src/main/AndroidManifest.xml

+ 4 - 2
app/src/main/AndroidManifest.xml

@@ -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"