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 | 4462497e689ffc645ab2fdc7f8d3ffebfedf75f7 (patch) | |
tree | 426d10fe961441bf75c2d1de3cc7381a55234a79 /app/src/main/res/values-night | |
parent | 9002c8c53be2e9234b106937af1d0137cd0de5b2 (diff) |
FloatingActionMenu: 5.1 requires explicit text color
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> |