summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index c1e894a8..74c218e3 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -39,6 +39,18 @@
<color name="end_call_touch_feedback_tint">#dddddd</color>
+ <!-- Used when the Handoff Call button is active -->
+ <color name="handoff_call_active_color">#F2882C</color>
+
+ <!-- Used when the Handoff Call button is pressed -->
+ <color name="handoff_call_pressed_color">#F2A35E</color>
+
+ <!-- Used when the Handoff Call button is disabled -->
+ <color name="handoff_call_disabled_color">#303030</color>
+
+ <color name="call_state_wifi">#19E392</color>
+ <color name="call_state_cellular">#33A9F2</color>
+
<!-- Color of dialpad digits -->
<color name="dialpad_digits_text_color">#000000</color>
@@ -52,8 +64,6 @@
<!-- 25% opacity, white. -->
<color name="button_disabled_color">#40ffffff</color>
- <color name="wifi_connected_background">#8099cc00</color>
-
<!-- Background color of action bars -->
<color name="actionbar_background_color">#3B77E7</color>