Browse Source

[스플래시][Bug] 스타일 수

hyodong.min 7 years ago
parent
commit
bf2e816d61
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/src/main/res/values/styles.xml

+ 3 - 0
app/src/main/res/values/styles.xml

@@ -1,6 +1,9 @@
 <resources>
 <resources>
 
 
   <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
   <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
+    <item name="colorPrimary">@color/C000000</item>
+    <item name="colorPrimaryDark">@color/CFFFFFF</item>
+    <item name="colorAccent">@color/C000000</item>
     <item name="android:windowBackground">@drawable/splash_background</item>
     <item name="android:windowBackground">@drawable/splash_background</item>
   </style>
   </style>