From 5c64dc16fc3c933d7f8cc6cdb08e0f75e2488733 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Tue, 15 Sep 2015 16:46:58 -0700 Subject: [PATCH] Bug 1201206 - Correct menu button background on 2.3. r=mhaigh One fear is that different devices set different menu colors and text colors. Since we're using the default text color and set an explicit menu color, the text color may not look good on these devices. I was unable to find a way to override the menu text color. It seems the best way to find out if this is a problem is to land it and test though! --HG-- extra : commitid : ylxnVEA269 extra : source : c01f712e3d98c74a03f1dcf9c5133c0c8982d32d --- mobile/android/base/resources/values/colors.xml | 3 +++ mobile/android/base/resources/values/themes.xml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/mobile/android/base/resources/values/colors.xml b/mobile/android/base/resources/values/colors.xml index 4182f84d6133..797478e10b26 100644 --- a/mobile/android/base/resources/values/colors.xml +++ b/mobile/android/base/resources/values/colors.xml @@ -154,4 +154,7 @@ #FFFFFF + + #1b1b1b + diff --git a/mobile/android/base/resources/values/themes.xml b/mobile/android/base/resources/values/themes.xml index be980e790311..5a9944195ce6 100644 --- a/mobile/android/base/resources/values/themes.xml +++ b/mobile/android/base/resources/values/themes.xml @@ -12,6 +12,10 @@