blob: acb192d8319b9a1023ba79c16a5f5416f721c938 [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>
Joe Onorato52f80cd2010-11-21 15:34:48 -080021 <drawable name="ticker_background_color">#ff1d1d1d</drawable>
Peter Ng6ccd7a52011-08-22 16:58:43 -070022 <drawable name="status_bar_background">#ff000000</drawable>
Romain Guy328b3582012-05-08 15:30:57 -070023 <color name="notification_panel_solid_background">#ff000000</color>
Peter Ng622a9762011-08-29 10:56:53 -070024 <drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable>
Michael Jurka0e8063a2011-09-09 15:31:55 -070025 <color name="status_bar_recents_app_label_color">#ffffffff</color>
Peter Ng669a8192011-09-13 20:11:31 -070026 <drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
Daniel Sandler49f58402011-09-13 00:11:42 -040027 <color name="notification_list_shadow_top">#80000000</color>
Peter Ng3ed89332011-10-21 13:29:16 -070028 <drawable name="recents_callout_line">#99ffffff</drawable>
Adam Powell29ea5252011-11-15 18:59:36 -080029 <drawable name="notification_item_background_legacy_color">#ffaaaaaa</drawable>
Daniel Sandlerfa7887b2012-03-26 09:43:31 -040030 <drawable name="intruder_bg_pressed">#ff33B5E5</drawable>
Daniel Sandlerefb0faf2012-10-10 14:15:34 -070031 <drawable name="notification_header_bg">#FF000000</drawable>
Daniel Sandler4a066c52012-04-20 14:49:13 -040032
33 <!-- ==================== system bar only ==================== -->
34 <drawable name="system_bar_background">#ff000000</drawable>
35 <!-- the darkening filter applied to notifications -->
36 <drawable name="notification_icon_area_smoke">#aa000000</drawable>
Daniel Sandler1c1edaa2012-08-14 11:14:45 -040037 <color name="notification_panel_scrim_color">#B0000000</color>
Adam Powelle2416212010-09-22 20:17:34 -070038</resources>