summaryrefslogtreecommitdiff
path: root/java/com/android/contacts/common/res/drawable/unread_count_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/contacts/common/res/drawable/unread_count_background.xml')
-rw-r--r--java/com/android/contacts/common/res/drawable/unread_count_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/contacts/common/res/drawable/unread_count_background.xml b/java/com/android/contacts/common/res/drawable/unread_count_background.xml
index 4fc6b9b60..b58baef7c 100644
--- a/java/com/android/contacts/common/res/drawable/unread_count_background.xml
+++ b/java/com/android/contacts/common/res/drawable/unread_count_background.xml
@@ -17,5 +17,5 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/tab_unread_count_background_radius"/>
- <solid android:color="@color/tab_unread_count_background_color"/>
+ <solid android:color="?android:attr/colorPrimaryDark"/>
</shape>