summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/base/res/values/attr.xml
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-05-29 23:03:00 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-01 18:11:27 -0700
commit8f000b7deafbe8771ba3219fdf68dd815489ebdf (patch)
treeefd1b262a4ed096975ed6f3e5c4279e47154829f /java/com/android/dialer/theme/base/res/values/attr.xml
parent70189d8b844927d7f223170235550d0f0fce5264 (diff)
Some minor tweaks to the UI.
Bug: 79883035 Test: tap PiperOrigin-RevId: 198510062 Change-Id: Ia07624a4511626b2b397199f3674817612557133
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>