summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-12-01 15:47:31 -0800
committerWinson Chung <winsonc@google.com>2010-12-01 18:58:17 -0800
commit29d6fea296ebecb607525c8245a54696ad7c5db7 (patch)
tree3d10d23a00fe7e649859f2bdc62e6355f9047748 /res/values/attrs.xml
parentf28958bc003177cc98ed9bde62f412811784ec14 (diff)
downloadandroid_packages_apps_Trebuchet-29d6fea296ebecb607525c8245a54696ad7c5db7.tar.gz
android_packages_apps_Trebuchet-29d6fea296ebecb607525c8245a54696ad7c5db7.tar.bz2
android_packages_apps_Trebuchet-29d6fea296ebecb607525c8245a54696ad7c5db7.zip
Adding outlines to side pages for widgets and wallpaper pages in the customization tray.
Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 975548e9c..853d49e15 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -74,6 +74,15 @@
<attr name="checkedOutlineColor" 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">