summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSam Blitzstein <sblitz@google.com>2012-09-26 11:15:06 -0700
committerIsaac Katzenelson <isaack@android.com>2012-09-26 12:44:09 -0700
commit113e1daddd8cb0e890084aa4b6ea3194d8ad4826 (patch)
tree9c6216c510252c88903efba920dbb95abfcb0cb2 /res/drawable
parent2f0266f57076e2bd10c747b071386bed6060d3a4 (diff)
downloadandroid_packages_apps_DeskClock-113e1daddd8cb0e890084aa4b6ea3194d8ad4826.tar.gz
android_packages_apps_DeskClock-113e1daddd8cb0e890084aa4b6ea3194d8ad4826.tar.bz2
android_packages_apps_DeskClock-113e1daddd8cb0e890084aa4b6ea3194d8ad4826.zip
Add notification for timer.
Change-Id: I22bec04942ab46fd7d446c2aaf27d29b07052df3
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/notification_icon.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/drawable/notification_icon.xml b/res/drawable/notification_icon.xml
new file mode 100644
index 000000000..68ae07763
--- /dev/null
+++ b/res/drawable/notification_icon.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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.
+-->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@color/notification_bg" />
+</layer-list>