summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/qs_navbar_scrim.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-08-05 21:04:39 +0200
committerJorim Jaggi <jjaggi@google.com>2014-08-05 19:22:53 +0000
commitdd5b88684d61abb8ba762ef21c9658481795c2c1 (patch)
treed0ba7327b8fc6b6c90b150e20ae7c4de5ad6a1ac /packages/SystemUI/res/drawable/qs_navbar_scrim.xml
parent1c8eb5e3d03ab492ae5cc69f1d179e9dc244930d (diff)
downloadframeworks_base-dd5b88684d61abb8ba762ef21c9658481795c2c1.zip
frameworks_base-dd5b88684d61abb8ba762ef21c9658481795c2c1.tar.gz
frameworks_base-dd5b88684d61abb8ba762ef21c9658481795c2c1.tar.bz2
Navbar scrim when in QS
Bug: 16644711 Change-Id: I91d823671919068500a29878f3dfe9b481000a58
Diffstat (limited to 'packages/SystemUI/res/drawable/qs_navbar_scrim.xml')
-rw-r--r--packages/SystemUI/res/drawable/qs_navbar_scrim.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/qs_navbar_scrim.xml b/packages/SystemUI/res/drawable/qs_navbar_scrim.xml
new file mode 100644
index 0000000..bbb2617
--- /dev/null
+++ b/packages/SystemUI/res/drawable/qs_navbar_scrim.xml
@@ -0,0 +1,25 @@
+<?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">
+ <gradient
+ android:type="linear"
+ android:angle="90"
+ android:startColor="#55000000"
+ android:endColor="#00000000" />
+</shape> \ No newline at end of file