summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-09-17 16:47:33 -0700
committerWinson Chung <winsonc@google.com>2010-09-17 16:48:00 -0700
commit64a3cd4f204dd5f3676249d50aa0881b2e279b1f (patch)
treeca67a0b7c8ec3ce721e9600d2d00230065ca1383 /res/values/attrs.xml
parent24ab2f1bb59a1b15f80bd398c7e3e3b3c98599fb (diff)
downloadandroid_packages_apps_Trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.tar.gz
android_packages_apps_Trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.tar.bz2
android_packages_apps_Trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.zip
Changing the holographic outline algorithm to match designs.
Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 8aa6efbf9..3ef26fb05 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -55,6 +55,19 @@
<attr name="yAxisEndPadding" format="dimension" />
</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" />
+ <!-- The checked blur color of the holographic outline -->
+ <attr name="checkedBlurColor" format="color" />
+ <!-- The checked outline color of the holographic outline -->
+ <attr name="checkedOutlineColor" format="color" />
+ </declare-styleable>
+
<!-- PagedView specific attributes. These attributes are used to customize
a PagedView view in XML files. -->
<declare-styleable name="PagedView">