summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/notification_scrim.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-06-17 17:24:51 -0700
committerSelim Cinek <cinek@google.com>2014-06-19 17:20:44 -0700
commitf54090e9bb23e9ed1b4d9e500d856f80d2fbe775 (patch)
tree0cbb1086dd394db5a0d0ddbf38e2aba9a0d8d556 /packages/SystemUI/res/drawable/notification_scrim.xml
parentca48160138eccf5d3f3715bb144a144e77726a23 (diff)
downloadframeworks_base-f54090e9bb23e9ed1b4d9e500d856f80d2fbe775.zip
frameworks_base-f54090e9bb23e9ed1b4d9e500d856f80d2fbe775.tar.gz
frameworks_base-f54090e9bb23e9ed1b4d9e500d856f80d2fbe775.tar.bz2
Scrimming the notifications when QS is open.
Bug: 15394230 Change-Id: I4234bde0259ef296db73a43f69a765dbde5ddacd
Diffstat (limited to 'packages/SystemUI/res/drawable/notification_scrim.xml')
-rw-r--r--packages/SystemUI/res/drawable/notification_scrim.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/notification_scrim.xml b/packages/SystemUI/res/drawable/notification_scrim.xml
new file mode 100644
index 0000000..ff7e31f
--- /dev/null
+++ b/packages/SystemUI/res/drawable/notification_scrim.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ ~ Copyright (C) 2014 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">
+ <solid android:color="#34000000" />
+ <corners android:radius="@*android:dimen/notification_material_rounded_rect_radius" />
+</shape> \ No newline at end of file