summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAnnie Chin <afchin@google.com>2016-12-02 16:31:48 -0800
committerAnnie Chin <afchin@google.com>2016-12-02 16:31:48 -0800
commit3839423f9c0f069e888260aff7f52dc33ff364e2 (patch)
tree15f992263ae5940443d71e1f4ac7bef4cfa0edfd /res/values
parent45e5997c143980352192b234f7e5e284fa750f7c (diff)
downloadandroid_packages_apps_ExactCalculator-3839423f9c0f069e888260aff7f52dc33ff364e2.tar.gz
android_packages_apps_ExactCalculator-3839423f9c0f069e888260aff7f52dc33ff364e2.tar.bz2
android_packages_apps_ExactCalculator-3839423f9c0f069e888260aff7f52dc33ff364e2.zip
Change formula colors to black.
Fixes: 33277687 Affects both main display and history formulas. Change-Id: I2ec4bd7a5baf66fefb6105a3f209c9cee95d18af
Diffstat (limited to 'res/values')
-rw-r--r--res/values/color.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/color.xml b/res/values/color.xml
index 82f6392..78934a0 100644
--- a/res/values/color.xml
+++ b/res/values/color.xml
@@ -27,7 +27,7 @@
<color name="display_background_color">#FFF</color>
<!-- Text color for the formula in the calculator display. -->
- <color name="display_formula_text_color">#8A000000</color>
+ <color name="display_formula_text_color">#000000</color>
<!-- Text color for the result in the calculator display. -->
<color name="display_result_text_color">#6C000000</color>