summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/commontheme/res/values/colors.xml
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-08-29 21:58:45 -0700
committerEric Erfanian <erfanian@google.com>2017-08-30 07:17:04 -0700
commit24dbc840985b12a8e61e6e190e8508c72d58bcae (patch)
tree4f1d3229eca3d62b3faf5b481a60fbad5ab7e072 /java/com/android/incallui/commontheme/res/values/colors.xml
parent4e9a7930756e2e1dbfba20355f8f716987835a3a (diff)
Make incallui/spam a standalone build target
Previously incallui/spam was being built directly into the incallui build target. With this CL it's now a standalone build target. This change should make it easier to test spam notifications. Bug: 62937258 Test: N/A Change-Id: I5f238ed7f9a4eaaff4b2a325479d2b6de19bdf07 PiperOrigin-RevId: 165479077
Diffstat (limited to 'java/com/android/incallui/commontheme/res/values/colors.xml')
-rw-r--r--java/com/android/incallui/commontheme/res/values/colors.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/java/com/android/incallui/commontheme/res/values/colors.xml b/java/com/android/incallui/commontheme/res/values/colors.xml
index d38e34716..50b06179f 100644
--- a/java/com/android/incallui/commontheme/res/values/colors.xml
+++ b/java/com/android/incallui/commontheme/res/values/colors.xml
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 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>
<!-- 50% black background drawn over the video to make it easier to see text and buttons. -->
<color name="videocall_overlay_background_color">#7E000000</color>
-</resources> \ No newline at end of file
+
+ <!-- Background color for spam. This color must match one of background_colors_dark in call UI. -->
+ <color name="incall_call_spam_background_color">@color/blocked_contact_background</color>
+</resources>