themes.xml 465 B

12345678910
  1. <resources xmlns:tools="http://schemas.android.com/tools">
  2. <!-- Base application theme. -->
  3. <style name="Theme.EfunboxReader" parent="Theme.AppCompat.Light.DarkActionBar">
  4. <!-- Primary brand color. -->
  5. <item name="colorPrimary">@color/purple_200</item>
  6. <item name="colorPrimaryDark">@color/purple_700</item>
  7. <item name="colorAccent">@color/teal_200</item>
  8. <!-- Customize your theme here. -->
  9. </style>
  10. </resources>