blob: 53cd9716c98e5e406db7479d4e4a6ad1864613c6 [file] [log] [blame]
Sid Soundararajanb58c46a2016-01-26 15:39:27 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 * Copyright 2016, The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
19<resources>
Sid Soundararajanbda1b172016-04-11 16:41:03 -070020 <color name="recents_tv_card_background_color">#FF263238</color>
Sid Soundararajan1008cc22016-02-01 11:11:14 -080021 <color name="recents_tv_card_title_text_color">#CCEEEEEE</color>
Sid Soundararajan4bdb6872016-03-18 13:42:10 -070022 <color name="recents_tv_dismiss_text_color">#7FEEEEEE</color>
Sid Soundararajanbda1b172016-04-11 16:41:03 -070023 <color name="recents_tv_text_shadow_color">#7F000000</color>
Sergey Nikolaienkovc7a95ac2019-08-29 07:23:11 +020024
Sergey Nikolaienkov5b514ee2019-12-06 10:42:59 +010025 <!-- Background color for audio recording indicator (G800) -->
26 <color name="tv_audio_recording_indicator_background">#FF3C4043</color>
27 <color name="tv_audio_recording_indicator_pulse">#4DFFFFFF</color>
Sergey Nikolaienkovc7a95ac2019-08-29 07:23:11 +020028
29 <color name="red">#FFCC0000</color>
Jaewan Kime6309232017-04-14 15:26:20 +090030</resources>