values-night-v8.xml 413 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
  4. <item name="android:windowBackground">@drawable/launch_background</item>
  5. </style>
  6. <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
  7. <item name="android:windowBackground">?android:colorBackground</item>
  8. </style>
  9. </resources>