Yahoo Finance!
This commit is contained in:
parent
523bf092db
commit
f6763b5c32
2 changed files with 2 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue