summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-07-27 21:04:56 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-07-27 21:04:56 -0700
commit48e7607360b0249740dabd58a112e1b27f99df27 (patch)
tree47fdb444a8eb77b20a2d36fc312b92e1ca97b079
parenta3bf762e2f9d95ba3e4dc97462f95a43074f7535 (diff)
parent94517ddd7e6042582c6d91fb68c8d66317a4f83e (diff)
downloadandroid_hardware_qcom_fm-48e7607360b0249740dabd58a112e1b27f99df27.tar.gz
android_hardware_qcom_fm-48e7607360b0249740dabd58a112e1b27f99df27.tar.bz2
android_hardware_qcom_fm-48e7607360b0249740dabd58a112e1b27f99df27.zip
Merge "FMRecord: Fix notification bar display blank when record radio"
-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>