blob: c8e3fad7ede63bab26efc7880ebdbe676fdb8908 [file] [log] [blame]
Adam Powelle2416212010-09-22 20:17:34 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 * Copyright 2010, 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>
Joe Onorato6c01a112010-10-04 17:38:47 -040020 <drawable name="notification_number_text_color">#ffffffff</drawable>
Peter Ng6ccd7a52011-08-22 16:58:43 -070021 <drawable name="notification_item_background_color">#ff111111</drawable>
Peter Ng453b37f2011-10-06 17:58:41 -070022 <drawable name="notification_item_background_color_pressed">#ff257390</drawable>
Joe Onorato52f80cd2010-11-21 15:34:48 -080023 <drawable name="ticker_background_color">#ff1d1d1d</drawable>
Peter Ng6ccd7a52011-08-22 16:58:43 -070024 <drawable name="status_bar_background">#ff000000</drawable>
Peter Ng622a9762011-08-29 10:56:53 -070025 <drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable>
Michael Jurka0e8063a2011-09-09 15:31:55 -070026 <color name="status_bar_recents_app_label_color">#ffffffff</color>
Peter Ng669a8192011-09-13 20:11:31 -070027 <drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
Daniel Sandler2f77eae2011-11-02 11:13:27 -040028 <drawable name="notification_header_bg">#FF000000</drawable>
Daniel Sandler079b33d2012-03-02 16:29:41 -050029 <drawable name="notification_tracking_bg">#66000000</drawable>
Daniel Sandler49f58402011-09-13 00:11:42 -040030 <color name="notification_list_shadow_top">#80000000</color>
Peter Ng3ed89332011-10-21 13:29:16 -070031 <drawable name="recents_callout_line">#99ffffff</drawable>
Adam Powell29ea5252011-11-15 18:59:36 -080032 <drawable name="notification_item_background_legacy_color">#ffaaaaaa</drawable>
Daniel Sandlerfa7887b2012-03-26 09:43:31 -040033 <drawable name="intruder_bg_pressed">#ff33B5E5</drawable>
Adam Powelle2416212010-09-22 20:17:34 -070034</resources>