You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 년 전
123456789101112
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <resources>
  3. <style name="MyTheme">
  4. </style>
  5. <style name="MyTheme.NoActionBar" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
  6. <item name="android:windowActionBar">false</item>
  7. <item name="android:windowBackground">@drawable/splash_screen</item>
  8. <item name="android:windowNoTitle">true</item>
  9. </style>
  10. </resources>