styles.xml 758 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="Theme.Splash" parent="android:Theme">
  4. <item name="android:windowBackground">@drawable/splash</item>
  5. <item name="android:windowNoTitle">true</item>
  6. </style>
  7. <style name="MainTheme">
  8. <!-- Set theme colors from https://aka.ms/material-colors -->
  9. <!-- colorPrimary is used for the default action bar background -->
  10. <!--<item name="colorPrimary">#2196F3</item>-->
  11. <!-- colorPrimaryDark is used for the status bar -->
  12. <!--<item name="colorPrimaryDark">#1976D2</item>-->
  13. <!-- colorAccent is used as the default value for colorControlActivated
  14. which is used to tint widgets -->
  15. <!--<item name="colorAccent">#FF4081</item>-->
  16. </style>
  17. </resources>