styles.xml 816 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <resources>
  3. <style name="MainTheme" parent="MainTheme.Base">
  4. <!-- As of Xamarin.Forms 4.6 the theme has moved into the Forms binary -->
  5. <!-- If you want to override anything you can do that here. -->
  6. <!-- Underneath are a couple of entries to get you started. -->
  7. <!-- Set theme colors from https://aka.ms/material-colors -->
  8. <!-- colorPrimary is used for the default action bar background -->
  9. <!--<item name="colorPrimary">#2196F3</item>-->
  10. <!-- colorPrimaryDark is used for the status bar -->
  11. <!--<item name="colorPrimaryDark">#1976D2</item>-->
  12. <!-- colorAccent is used as the default value for colorControlActivated
  13. which is used to tint widgets -->
  14. <!--<item name="colorAccent">#FF4081</item>-->
  15. </style>
  16. </resources>