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.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 863bfe9d4..83b2b8f85 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -101,4 +101,12 @@
<color name="floating_action_button_touch_tint">#80ffffff</color>
+ <!-- Text color for no favorites message -->
+ <color name="nofavorite_text_color">#777777</color>
+
+ <!-- Colors for incoming and outgoing calls in the call statistics -->
+ <color name="call_stats_incoming">#33b5e5</color>
+ <color name="call_stats_outgoing">#99cc00</color>
+ <color name="call_stats_missed">#eb1313</color>
+ <color name="call_stats_bar_background">#88888888</color>
</resources>