summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-11-16 14:50:47 -0800
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-11-16 14:50:47 -0800
commit941db7cbdc1c0e6cba53d14d7e0eb3e6be40bd01 (patch)
tree64bc99cd643d9b66b0915c3be922b02308bde74c /res/layout
parent9b6f692121b0abd3032ba8e153997e918bc18e3f (diff)
downloadandroid_packages_apps_Bluetooth-941db7cbdc1c0e6cba53d14d7e0eb3e6be40bd01.tar.gz
android_packages_apps_Bluetooth-941db7cbdc1c0e6cba53d14d7e0eb3e6be40bd01.tar.bz2
android_packages_apps_Bluetooth-941db7cbdc1c0e6cba53d14d7e0eb3e6be40bd01.zip
Use system coler for Notification message.
Current UI uses black for background, so all texts in Bluetooth notifications are invisible. Same root cause as Ibb4b91e025ba89ed202c7919a89ecd8c9bd7e24a Change-Id: I1e8daed46e7f8ebbb6e884436b51d4784adcdec0
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/status_bar_ongoing_event_progress_bar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/status_bar_ongoing_event_progress_bar.xml b/res/layout/status_bar_ongoing_event_progress_bar.xml
index 38b9c0e26..cfe44898f 100644
--- a/res/layout/status_bar_ongoing_event_progress_bar.xml
+++ b/res/layout/status_bar_ongoing_event_progress_bar.xml
@@ -31,7 +31,7 @@
<TextView android:id="@+id/progress_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="#ff000000"
+ android:textColor="?android:attr/textColorPrimary"
android:singleLine="true"
android:textSize="14sp"
android:layout_gravity="center_horizontal"
@@ -57,7 +57,7 @@
<TextView android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="#ff000000"
+ android:textColor="?android:attr/textColorPrimary"
android:singleLine="true"
android:textSize="14sp"
android:paddingLeft="5dp"