diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-06 03:12:29 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-06 03:12:29 +0200 |
commit | ca7f4e5be959f322ca652208f97195d5df46e619 (patch) | |
tree | 426d10fe961441bf75c2d1de3cc7381a55234a79 /app/src/main/res/values-night | |
parent | ab95ac83c9cd29600b48d37cfc206313a24922b1 (diff) |
FloatingActionMenu: 5.1 requires explicit text color
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 4374928c..cb948190 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- TODO(msf): remove these 3 hard-coded colors and replace with theme colors --> + <!-- 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> + <color name="fab_label_text_color">#000000</color> <color name="fab_label_background_color">#bbbbbb</color> <color name="accent">#BBDEFB</color> |