summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSimon Dai <sdai@google.com>2018-11-12 13:00:47 -0800
committerSimon Dai <sdai@google.com>2018-11-12 13:03:12 -0800
commitc5f5fbc498ce584f27ffa66b293c318f2eec56dd (patch)
tree446a89dc4086fef272bb225e95d3ca70af46f8da /res/values
parent0304c4da435ed950558944277f57533687c7eab3 (diff)
downloadplatform_packages_apps_Car_Radio-c5f5fbc498ce584f27ffa66b293c318f2eec56dd.tar.gz
platform_packages_apps_Car_Radio-c5f5fbc498ce584f27ffa66b293c318f2eec56dd.tar.bz2
platform_packages_apps_Car_Radio-c5f5fbc498ce584f27ffa66b293c318f2eec56dd.zip
Fix radio text coloring in day mode
Radio app currently doesn't support day mode transitions, which leads to states where the browse content text is discolored when day mode is toggled. Test: Manual Change-Id: I01d95abb6e3c010ef0f399d10897f6475e9f2c79
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 0425c45..d1a0c39 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -46,4 +46,7 @@ limitations under the License.
<!-- The default background color of radio cards -->
<color name="radio_card_color">@*android:color/car_card_dark</color>
+
+ <!-- The color of the browse list item text -->
+ <color name="browse_item_text_color">@*android:color/car_body1_light</color>
</resources>