summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/values/colors.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-03-01 13:58:01 -0800
committerCopybara-Service <copybara-piper@google.com>2018-03-01 15:08:35 -0800
commit604e481f53eccaefc6763498b525b6e88d9e08e1 (patch)
treee362686302bbc3952dedb539f46d560a6e567559 /java/com/android/incallui/rtt/impl/res/values/colors.xml
parent0cf82d3d03c13236f7bfea2ae4ffd3e11a4ecb07 (diff)
Implement overflow menu for RTT call.
Bug: 67596257 Test: manual PiperOrigin-RevId: 187529383 Change-Id: I6ef6593a79ef0c4fb407284eede966a1eaabcd1e
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/values/colors.xml')
-rw-r--r--java/com/android/incallui/rtt/impl/res/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/values/colors.xml b/java/com/android/incallui/rtt/impl/res/values/colors.xml
index c25ad21f2..e1702ccdf 100644
--- a/java/com/android/incallui/rtt/impl/res/values/colors.xml
+++ b/java/com/android/incallui/rtt/impl/res/values/colors.xml
@@ -17,4 +17,6 @@
<resources>
<color name="rtt_status_bar_color">#03165C</color>
<color name="rtt_navigation_bar_color">#FAFAFA</color>
+ <color name="rtt_button_unselected_color">#757575</color>
+ <color name="rtt_button_selected_color">#2A56C6</color>
</resources> \ No newline at end of file