summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res
diff options
context:
space:
mode:
authorerfanian <erfanian@google.com>2018-06-11 11:05:51 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-11 12:46:15 -0700
commit1e4ef187220295d434ad97ed54a190db67f52f77 (patch)
tree87c5ec9ee3a8180ad7ded486ae5a1d04e26950c6 /java/com/android/incallui/res
parent128ecd2bcfd00cfb7c86a21874f7d0aa85b8127d (diff)
A few more interface updates.
Bug: 73773964 Test: none PiperOrigin-RevId: 200079809 Change-Id: I1c505c4f63a17b34ed9fb062c9f9e1b1e16c3832
Diffstat (limited to 'java/com/android/incallui/res')
-rw-r--r--java/com/android/incallui/res/values/colors.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/com/android/incallui/res/values/colors.xml b/java/com/android/incallui/res/values/colors.xml
new file mode 100644
index 000000000..d53a86b82
--- /dev/null
+++ b/java/com/android/incallui/res/values/colors.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<resources>
+ <color name="DO_NOT_USE_OR_I_WILL_BREAK_YOU_text_span_tertiary_button">#1A73E8</color>
+</resources> \ No newline at end of file