summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-09-13 00:11:42 -0400
committerDaniel Sandler <dsandler@android.com>2011-09-13 00:35:52 -0400
commit49f58407340a2282e0c0ff31043bee8937bd6bff (patch)
treeb7dddd8667abbe854b8999ad507b9ec2e31401bb /packages/SystemUI/res/drawable
parentfe172cc861448cf1115195cbad5b3300357c02f0 (diff)
downloadframeworks_base-49f58407340a2282e0c0ff31043bee8937bd6bff.zip
frameworks_base-49f58407340a2282e0c0ff31043bee8937bd6bff.tar.gz
frameworks_base-49f58407340a2282e0c0ff31043bee8937bd6bff.tar.bz2
Transparent notification shade.
Bug: 5270161 (fix opacity) Bug: 5231194 (transparent shade) Change-Id: Ib7130ef0718c092dc9f8149698625a49d7abb2b2
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/notification_list_shadow.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/notification_list_shadow.xml b/packages/SystemUI/res/drawable/notification_list_shadow.xml
new file mode 100644
index 0000000..7f33153
--- /dev/null
+++ b/packages/SystemUI/res/drawable/notification_list_shadow.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ >
+ <gradient
+ android:angle="90"
+ android:endColor="@color/notification_list_shadow_top"
+ android:startColor="#00000000"
+ android:type="linear"
+ />
+</shape>