summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/res/drawable
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-06-22 17:12:17 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-26 13:40:44 -0700
commit79a9ae7be17c7fe50e6812a47cdd6e7ce5d07966 (patch)
treefbb09af710e5493dae0a071a161965221248d99f /java/com/android/incallui/answer/impl/res/drawable
parent4af5facf5a45bb06beebdba790af2807c39e7649 (diff)
Update style for important call badge.
Bug: 79878432 Test: manual PiperOrigin-RevId: 201764305 Change-Id: I09d0df697c4eb93a732053280fe4b79513ebfe75
Diffstat (limited to 'java/com/android/incallui/answer/impl/res/drawable')
-rw-r--r--java/com/android/incallui/answer/impl/res/drawable/urgent_call_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/answer/impl/res/drawable/urgent_call_background.xml b/java/com/android/incallui/answer/impl/res/drawable/urgent_call_background.xml
index d995980c6..769529025 100644
--- a/java/com/android/incallui/answer/impl/res/drawable/urgent_call_background.xml
+++ b/java/com/android/incallui/answer/impl/res/drawable/urgent_call_background.xml
@@ -18,5 +18,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="24dp"/>
- <solid android:color="#F50057"/>
+ <solid android:color="?android:attr/colorPrimary"/>
</shape> \ No newline at end of file