summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2017-03-20 14:47:08 -0700
committerJon Miranda <jonmiranda@google.com>2017-03-20 14:51:43 -0700
commit5150d59603affa5104204b55920f16ee6425fba0 (patch)
treef7d210e74190b7fcda2b208dea664cabdd87e3ef /res
parentb00fcd4e49eae98304b98bde24804dc0dedcfbee (diff)
downloadandroid_packages_apps_Trebuchet-5150d59603affa5104204b55920f16ee6425fba0.tar.gz
android_packages_apps_Trebuchet-5150d59603affa5104204b55920f16ee6425fba0.tar.bz2
android_packages_apps_Trebuchet-5150d59603affa5104204b55920f16ee6425fba0.zip
Add padding to pending widget background.
Bug: 36450202 Change-Id: I12c754d0ff1ac2f9a63d2e475bff5524fe51cb57
Diffstat (limited to 'res')
-rw-r--r--res/drawable/pending_widget_bg.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/pending_widget_bg.xml b/res/drawable/pending_widget_bg.xml
new file mode 100644
index 000000000..cf29f90cc
--- /dev/null
+++ b/res/drawable/pending_widget_bg.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2017 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:drawable="@drawable/round_rect_primary"
+ android:inset="@dimen/pending_widget_min_padding" />