replace all text color helper methods
This commit is contained in:
parent
5ae5d3017a
commit
a7cb077cee
19 changed files with 96 additions and 96 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<attr name="rectSelector" format="reference" />
|
||||
<attr name="rectSelectorStrong" format="reference" />
|
||||
|
||||
<attr name="cardBackgroundColor" format="color" />
|
||||
<attr name="defaultFooterColor" format="color" />
|
||||
|
||||
<attr name="toolbarPopupTheme" format="reference" />
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@
|
|||
<color name="color_shortcut_foreground">#607D8B</color>
|
||||
<color name="color_shortcut_background">#F5F5F5</color>
|
||||
|
||||
<color name="color_text_primary_light">#DE000000</color>
|
||||
<color name="color_text_secondary_light">#8A000000</color>
|
||||
<color name="color_text_primary_dark">#FFFFFFFF</color>
|
||||
<color name="color_text_secondary_dark">#B3FFFFFF</color>
|
||||
|
||||
<color name="overlay_text">#FFFFFFFF</color>
|
||||
<color name="overlay_dark">#80000000</color>
|
||||
<color name="overlay_light">#40000000</color>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue