Yahoo Finance!

This commit is contained in:
Philipp Heckel 2022-04-29 09:37:01 -04:00
parent 523bf092db
commit f6763b5c32
2 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,7 @@
</style>
<style name="CardView" parent="@style/Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">@color/gray_darker</item>
<item name="cardBackgroundColor">@color/gray_dark</item>
</style>
<style name="SwipeRefreshLayoutWithCards">

View file

@ -11,7 +11,6 @@
<color name="red_dark">#c30000</color> <!-- Danger text (light mode) -->
<color name="gray_light">#eeeeee</color> <!-- Light theme item selection -->
<color name="gray_dark">#282828</color> <!-- Dark mode action bar & item selection -->
<color name="gray_darker">#202020</color> <!-- Dark mode cards -->
<color name="gray_dark">#1b2023</color> <!-- Dark mode action bar & item selection -->
</resources>