Newer
Older
Cactus / app / src / main / res / values / styles.xml
  1. <resources>
  2.  
  3. <!-- Base application theme. -->
  4. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  5. <!-- Customize your theme here. -->
  6. <item name="colorPrimary">@color/colorPrimary</item>
  7. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  8. <item name="colorAccent">@color/colorAccent</item>
  9. </style>
  10.  
  11. <style name="AppTheme.NoActionBar">
  12. <item name="windowActionBar">false</item>
  13. <item name="windowNoTitle">true</item>
  14. </style>
  15.  
  16. <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
  17.  
  18. <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
  19.  
  20. <style name="SplashTheme" parent="AppTheme">
  21. <item name="android:windowBackground">@drawable/splash</item>
  22. </style>
  23.  
  24. </resources>