summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/common
diff options
context:
space:
mode:
authorstrwbrry143 <alexfinhart@gmail.com>2022-08-10 16:40:18 +0800
committerSemavi Ulusoy <doc.divxm@gmail.com>2022-10-27 22:43:41 +0300
commitce27523a25077dffcad6119b4dbdecc0a3d29986 (patch)
tree396f32bfed999340adad11262ada8d9280c7d30f /java/com/android/dialer/theme/common
parent63361fbe5c1c82c4441b60846a957d16ee09e422 (diff)
Dialer: Apply Google material design and palettesHEADt13.0
* based on google apps visuals Signed-off-by: strwbrry143 <alexfinhart@gmail.com> Change-Id: I35910febd3aeeb832d7babe5bf3d8c746384e417
Diffstat (limited to 'java/com/android/dialer/theme/common')
-rw-r--r--java/com/android/dialer/theme/common/res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/theme/common/res/values/colors.xml b/java/com/android/dialer/theme/common/res/values/colors.xml
index 1831862b1..5e6b45088 100644
--- a/java/com/android/dialer/theme/common/res/values/colors.xml
+++ b/java/com/android/dialer/theme/common/res/values/colors.xml
@@ -16,7 +16,7 @@
-->
<!-- The colors in this file aren't configured at the theme level. -->
<resources>
- <color name="dialer_call_green">#00C853</color>
+ <color name="dialer_call_green">@color/dialer_theme_color</color>
<color name="dialer_end_call_button_color">#BD2A2A</color>
<color name="dialer_divider_line_color">#D8D8D8</color>
<color name="dialer_link_color">#2A56C6</color>
@@ -31,4 +31,4 @@
<!-- Legacy -->
<color name="blue_grey_100">#CFD8DC</color>
-</resources> \ No newline at end of file
+</resources>