summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-01-03 16:47:18 -0800
committerSunny Goyal <sunnygoyal@google.com>2019-01-07 12:35:35 -0800
commit9fc5ae7fa7e40f626e62a980ebdde9103d2c62b2 (patch)
tree9ad0fd4669ff187bf0408f5911140840f1b0bf20 /res/values
parente0c927a50b7dc5c15dfc740ec43d5161fa6fbc92 (diff)
downloadandroid_packages_apps_Trebuchet-9fc5ae7fa7e40f626e62a980ebdde9103d2c62b2.tar.gz
android_packages_apps_Trebuchet-9fc5ae7fa7e40f626e62a980ebdde9103d2c62b2.tar.bz2
android_packages_apps_Trebuchet-9fc5ae7fa7e40f626e62a980ebdde9103d2c62b2.zip
Moving folder shape logic definition to xml
Adding support for storing custom parameters in shape definition Change-Id: I06f04f1836b337f8cc0ab2ad8c893bb03ae9c794
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 8c4dd1efd..53877ffa2 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -33,9 +33,11 @@
<attr name="workspaceKeyShadowColor" format="color" />
<attr name="workspaceStatusBarScrim" format="reference" />
<attr name="widgetsTheme" format="reference" />
- <attr name="folderDotColor" format="color" />
<attr name="loadingIconColor" format="color" />
+ <attr name="folderDotColor" format="color" />
+ <attr name="folderIconRadius" format="float" />
+
<!-- BubbleTextView specific attributes. -->
<declare-styleable name="BubbleTextView">
<attr name="layoutHorizontal" format="boolean" />