選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
385B

  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>