themes.xml 347 B

12345678910
  1. <resources>
  2. <!-- Base application theme. -->
  3. <style name="Theme.Yingyangfly" parent="Theme.AppCompat.Light.NoActionBar">
  4. <!-- Primary brand color. -->
  5. <item name="colorOnPrimary">@color/white</item>
  6. <!-- Secondary brand color. -->
  7. <item name="colorOnSecondary">@color/black</item>
  8. </style>
  9. </resources>