summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/newbubble/res/values/colors.xml')
-rw-r--r--java/com/android/newbubble/res/values/colors.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/com/android/newbubble/res/values/colors.xml b/java/com/android/newbubble/res/values/colors.xml
index 556d8bd95..8b1294fc6 100644
--- a/java/com/android/newbubble/res/values/colors.xml
+++ b/java/com/android/newbubble/res/values/colors.xml
@@ -18,8 +18,7 @@
<resources>
<color name="bubble_primary_background_darken">#33000000</color>
- <color name="bubble_button_text_color_black">@color/dialer_primary_text_color</color>
- <color name="bubble_button_text_color_white">@color/dialer_primary_text_color_white</color>
- <color name="bubble_button_text_color_blue">@color/dialer_theme_color</color>
- <color name="bubble_end_call_button_background">@color/dialer_end_call_button_color</color>
+ <color name="bubble_button_color_grey">@color/dialer_secondary_text_color</color>
+ <color name="bubble_button_color_white">@color/dialer_primary_text_color_white</color>
+ <color name="bubble_button_color_blue">@color/dialer_theme_color</color>
</resources>