Merge "FM: Refactoring FM audio interaction"
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>