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.

styles.xml 389B

123456789
  1. <resources>
  2. <!-- Application theme for dark theme. -->
  3. <style name="Theme.App" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
  4. <!-- Customize your theme here. -->
  5. <item name="colorPrimary">@color/purple200</item>
  6. <item name="colorPrimaryDark">@color/purple700</item>
  7. <item name="colorAccent">@color/teal200</item>
  8. </style>
  9. </resources>