diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 14:42:33 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 14:43:56 +0200 |
commit | d5cde431589ee4de8d3d1c019e65f4b9e609a301 (patch) | |
tree | fd8eb20aa2d41e4954083cabc1b92b5efc2c90ad /app/src/main/res/values-night | |
parent | 6493a9a1f2878f9c95472fc86052b8facab66341 (diff) |
Replace hard-coded colors with theme colors
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 9a43b163..247d8e33 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- TODO(msf): remove these 4 hard-coded colors and replace with theme colors --> - <color name="list_item_activated">#64cfd8dc</color> - <color name="list_item_ripple">#a0808e95</color> + <!-- TODO(msf): remove these 2 hard-coded colors and replace with theme colors --> <color name="fab_label_text_color">#000000</color> <color name="fab_label_background_color">#bbbbbb</color> |