summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/base/res/values/attr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme/base/res/values/attr.xml')
-rw-r--r--java/com/android/dialer/theme/base/res/values/attr.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/java/com/android/dialer/theme/base/res/values/attr.xml b/java/com/android/dialer/theme/base/res/values/attr.xml
index 41c6225ad..606d161ad 100644
--- a/java/com/android/dialer/theme/base/res/values/attr.xml
+++ b/java/com/android/dialer/theme/base/res/values/attr.xml
@@ -23,4 +23,14 @@
<attr name="colorTextOnUnthemedDarkBackground" format="color"/>
<!-- Used to color icons on dark backgrounds. White in Light Theme. -->
<attr name="colorIconOnUnthemedDarkBackground" format="color"/>
-</resources> \ No newline at end of file
+ <!-- Used to color the background of chat bubbles we send -->
+ <attr name="colorMobileOriginatingChatBackground" format="color"/>
+ <!-- Used to color the text in chat bubbles we send -->
+ <attr name="colorMobileOriginatingChatText" format="color"/>
+ <!-- Used to color the background of chat bubbles we receive -->
+ <attr name="colorMobileTerminatingChatBackground" format="color"/>
+ <!-- Used to color the text in chat bubbles we receive -->
+ <attr name="colorMobileTerminatingChatText" format="color"/>
+ <!-- Used to theme ripple effects with the app's primary color. -->
+ <attr name="colorPrimary20pct" format="color|reference"/>
+</resources>