diff options
author | Winson Chung <winsonc@google.com> | 2010-09-17 16:47:33 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-09-17 16:48:00 -0700 |
commit | 64a3cd4f204dd5f3676249d50aa0881b2e279b1f (patch) | |
tree | ca67a0b7c8ec3ce721e9600d2d00230065ca1383 /res/values | |
parent | 24ab2f1bb59a1b15f80bd398c7e3e3b3c98599fb (diff) | |
download | packages_apps_trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.zip packages_apps_trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.tar.gz packages_apps_trebuchet-64a3cd4f204dd5f3676249d50aa0881b2e279b1f.tar.bz2 |
Changing the holographic outline algorithm to match designs.
Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 8aa6efb..3ef26fb 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"> |