summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml')
-rw-r--r--java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml b/java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml
index 4dcc7057e..76af60066 100644
--- a/java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml
+++ b/java/com/android/dialer/widget/res/drawable/contact_photo_badge_background.xml
@@ -18,6 +18,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
- <solid android:color="@color/dialer_theme_color"/>
- <stroke android:color="@color/background_dialer_white" android:width="2dp"/>
+ <solid android:color="?android:attr/colorPrimary"/>
+ <stroke android:color="?android:attr/colorBackground" android:width="2dp"/>
</shape> \ No newline at end of file