summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-01-20 11:54:25 -0800
committerSunny Goyal <sunnygoyal@google.com>2017-01-20 15:44:15 -0800
commit65513ba58c7d22bae2db82be6a2bfd243d844be9 (patch)
treed87f48ee47d6f300ff003bb87ef0f1cb12767694 /res/drawable
parentdbb28b2bf8fc69e2e8e2e77714c05dbf5063f6ec (diff)
downloadandroid_packages_apps_Trebuchet-65513ba58c7d22bae2db82be6a2bfd243d844be9.tar.gz
android_packages_apps_Trebuchet-65513ba58c7d22bae2db82be6a2bfd243d844be9.tar.bz2
android_packages_apps_Trebuchet-65513ba58c7d22bae2db82be6a2bfd243d844be9.zip
Using WidgetCell in the Pin Item confirmation prompt for a consistent UI
Also fixing some platform API changes in PinItemRequestCompat Bug: 33584624 Change-Id: I255829f0079f1a3967bf8d6a337da12c890eb7ec
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bg_drag_box.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/res/drawable/bg_drag_box.xml b/res/drawable/bg_drag_box.xml
deleted file mode 100644
index 49b3b8618..000000000
--- a/res/drawable/bg_drag_box.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 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.
-*/
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle" >
- <stroke android:color="?android:attr/colorAccent"
- android:dashGap="2dp"
- android:dashWidth="4dp"
- android:width="1dp" />
-</shape>