summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-11-03 11:46:21 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-07-19 10:36:20 -0700
commit94517ddd7e6042582c6d91fb68c8d66317a4f83e (patch)
tree00c8218c69ca89f4ba72ef861e5a6d4f03cc067b
parentb6ffaa6f7b025c64cb0ab1ba8043c3d8fe1f5c20 (diff)
downloadandroid_hardware_qcom_fm-94517ddd7e6042582c6d91fb68c8d66317a4f83e.tar.gz
android_hardware_qcom_fm-94517ddd7e6042582c6d91fb68c8d66317a4f83e.tar.bz2
android_hardware_qcom_fm-94517ddd7e6042582c6d91fb68c8d66317a4f83e.zip
FMRecord: Fix notification bar display blank when record radio
The text color in notification bar is white and it is same with the background of notification bar which cause this bug happen Modify the text color to black to modify this bug. CRs-fixed: 745985 Change-Id: I18ce509530a97d8e4cf21f45c086a26b6a06233b
-rw-r--r--FMRecord/res/layout/record_status_bar.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/FMRecord/res/layout/record_status_bar.xml b/FMRecord/res/layout/record_status_bar.xml
index d2e1151..9651fd0 100644
--- a/FMRecord/res/layout/record_status_bar.xml
+++ b/FMRecord/res/layout/record_status_bar.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- * Copyright (c) 2013, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-14, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -37,6 +37,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="15sp"
+ android:textColor="#000000"
android:text="@string/fm_record_progress"/>
</RelativeLayout>