summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPinyao Ting <pinyaoting@google.com>2019-08-26 14:36:02 -0700
committerPinyao Ting <pinyaoting@google.com>2019-09-25 15:58:41 -0700
commit59e908b54f72768efcae3db5897c50010d1fc5f2 (patch)
tree22af25a40d765647e8e85e07e8265ccbefdf89e5 /res/values
parent0b72d6a8913012f3f3aab2c28924185accbb6cb4 (diff)
downloadandroid_packages_apps_Trebuchet-59e908b54f72768efcae3db5897c50010d1fc5f2.tar.gz
android_packages_apps_Trebuchet-59e908b54f72768efcae3db5897c50010d1fc5f2.tar.bz2
android_packages_apps_Trebuchet-59e908b54f72768efcae3db5897c50010d1fc5f2.zip
migrate custom widgets in comply with plugin framework
Bug: 139888225 Change-Id: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71 Merged-In: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71 (cherry picked from commit c7a6c2979cc063dd493316d0d19cbc0501a23a64)
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index e76b89826..7be584e93 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -159,21 +159,6 @@
<attr name="canThumbDetach" format="boolean" />
</declare-styleable>
- <declare-styleable name="CustomAppWidgetProviderInfo">
- <attr name="providerId" format="integer" />
-
- <attr name="android:label" />
- <attr name="android:initialLayout" />
- <attr name="android:icon" />
- <attr name="android:previewImage" />
- <attr name="android:resizeMode" />
-
- <attr name="numRows" />
- <attr name="numColumns" />
- <attr name="numMinRows" format="integer" />
- <attr name="numMinColumns" format="integer" />
- </declare-styleable>
-
<declare-styleable name="PreviewFragment">
<attr name="android:name" />
<attr name="android:id" />