Sendet
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.

themes.xml 1.2KB

12345678910111213141516171819202122
  1. <resources xmlns:tools="http://schemas.android.com/tools">
  2. <!-- Base application theme. -->
  3. <style name="Theme.ErdbebenSender" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
  4. <!-- Primary brand color. -->
  5. <item name="colorPrimary">@color/purple_500</item>
  6. <item name="colorPrimaryVariant">@color/purple_700</item>
  7. <item name="colorOnPrimary">@color/white</item>
  8. <!-- Secondary brand color. -->
  9. <item name="colorSecondary">@color/teal_200</item>
  10. <item name="colorSecondaryVariant">@color/teal_700</item>
  11. <item name="colorOnSecondary">@color/black</item>
  12. <!-- Status bar color. -->
  13. <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
  14. <!-- Customize your theme here. -->
  15. </style>
  16. <style name="Theme.ErdbebenSender.NoActionBar">
  17. <item name="windowActionBar">false</item>
  18. <item name="windowNoTitle">true</item>
  19. </style>
  20. <style name="Theme.ErdbebenSender.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
  21. <style name="Theme.ErdbebenSender.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
  22. </resources>