summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-07-14 12:34:33 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-07-14 15:12:37 -0700
commit01440c6e83522f6ae1e5e00edc9090b32fed2467 (patch)
tree51e5af7b8decfa33a09d764f46efbb8013607e42 /res
parentc22e6262172cb5e8860e2073c5099f5aa1d6be83 (diff)
downloadandroid_packages_apps_Trebuchet-01440c6e83522f6ae1e5e00edc9090b32fed2467.tar.gz
android_packages_apps_Trebuchet-01440c6e83522f6ae1e5e00edc9090b32fed2467.tar.bz2
android_packages_apps_Trebuchet-01440c6e83522f6ae1e5e00edc9090b32fed2467.zip
Adding a view to indicate space blocked by QSB when QSB is hidden
Change-Id: Ifc6b1f2a7312e7919582887ea67bfe900668b70f
Diffstat (limited to 'res')
-rw-r--r--res/layout/qsb_blocker_view.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/layout/qsb_blocker_view.xml b/res/layout/qsb_blocker_view.xml
new file mode 100644
index 000000000..58a148eb7
--- /dev/null
+++ b/res/layout/qsb_blocker_view.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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.
+-->
+<com.android.launcher3.QsbBlockerView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" /> \ No newline at end of file