summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-01-04 00:50:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-04 00:50:25 +0000
commit8c3c9d26347b5b860f9cd57a8d0b885daaae3c60 (patch)
treec07eae6fdb5649ba3f02e865aa03213dfbfc87a8 /res
parenta92638ab7d4957dd2dbff50c818f65492430967f (diff)
parent29947f0b53eb30c0324204376df001680d4d4ab1 (diff)
downloadandroid_packages_apps_Trebuchet-8c3c9d26347b5b860f9cd57a8d0b885daaae3c60.tar.gz
android_packages_apps_Trebuchet-8c3c9d26347b5b860f9cd57a8d0b885daaae3c60.tar.bz2
android_packages_apps_Trebuchet-8c3c9d26347b5b860f9cd57a8d0b885daaae3c60.zip
Merge "No more waiting around for resume" into ub-launcher3-master
Diffstat (limited to 'res')
-rw-r--r--res/drawable/bg_deferred_app_widget.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/drawable/bg_deferred_app_widget.xml b/res/drawable/bg_deferred_app_widget.xml
new file mode 100644
index 000000000..07bae480b
--- /dev/null
+++ b/res/drawable/bg_deferred_app_widget.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2015, 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.
+*/
+-->
+
+<inset
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:inset="8dp">
+ <color android:color="#77000000" />
+</inset>