summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-05-18 15:04:49 -0700
committerMichael Jurka <mikejurka@google.com>2012-05-22 21:03:55 -0700
commitdac8591072959f69eaa8c6319311fd111ae75db6 (patch)
tree60d0cfc42a9e384c42a3635322ea5ca282554e0b /res/values/attrs.xml
parenta4ac83cc3b285780328a052a2d42646c1abf3d13 (diff)
downloadandroid_packages_apps_Trebuchet-dac8591072959f69eaa8c6319311fd111ae75db6.tar.gz
android_packages_apps_Trebuchet-dac8591072959f69eaa8c6319311fd111ae75db6.tar.bz2
android_packages_apps_Trebuchet-dac8591072959f69eaa8c6319311fd111ae75db6.zip
Updating how widget previews look
Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index cd939db0f..224daac53 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -93,24 +93,6 @@
<attr name="sourceImageViewId" format="integer" />
</declare-styleable>
- <!-- PagedViewIcon specific attributes. These attributes are used to customize
- a PagedViewIcon view in XML files. -->
- <declare-styleable name="PagedViewIcon">
- <!-- The blur color of the holographic outline -->
- <attr name="blurColor" format="color" />
- <!-- The outline color of the holographic outline -->
- <attr name="outlineColor" format="color" />
- </declare-styleable>
-
- <!-- PagedViewWidget specific attributes. These attributes are used to
- customize a PagedViewWidget view in XML files. -->
- <declare-styleable name="PagedViewWidget">
- <!-- The blur color of the holographic outline -->
- <attr name="blurColor" />
- <!-- The outline color of the holographic outline -->
- <attr name="outlineColor" />
- </declare-styleable>
-
<!-- PagedView specific attributes. These attributes are used to customize
a PagedView view in XML files. -->
<declare-styleable name="PagedView">