summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/res/values/colors.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-24 22:41:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-24 22:41:00 +0000
commitdaa1c44c00f3c598223639c9b80a52cf41db51ba (patch)
treee4c88a1862b157dc858abe73e52b077bf7b96948 /java/com/android/dialer/theme/res/values/colors.xml
parentef7338cf787301c573fde8129bf8880d7faba040 (diff)
parent938468da6f5c225ebb161a68bd949c9cf3261892 (diff)
Merge "Rename the new bubble package name from "bubble" to "newbubble"."
Diffstat (limited to 'java/com/android/dialer/theme/res/values/colors.xml')
-rw-r--r--java/com/android/dialer/theme/res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/com/android/dialer/theme/res/values/colors.xml b/java/com/android/dialer/theme/res/values/colors.xml
index 3c8cabbc5..f44a7ccc6 100644
--- a/java/com/android/dialer/theme/res/values/colors.xml
+++ b/java/com/android/dialer/theme/res/values/colors.xml
@@ -38,6 +38,7 @@
<!-- Primary text color in the Phone app -->
<color name="dialer_primary_text_color">#333333</color>
+ <color name="dialer_primary_text_color_white">#ffffff</color>
<color name="dialer_edit_text_hint_color">#DE78909C</color>
<!-- Secondary text color in the Phone app -->
@@ -69,4 +70,7 @@
<!-- Color of call type icons in call log, e.g. voicemail, video, WiFi, HD etc. -->
<color name="call_type_icon_color">#89000000</color>
+
+ <!-- Color for bubble -->
+ <color name="dialer_end_call_button_color">#FFDF0000</color>
</resources>