summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-09-14 11:26:21 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-09-16 12:05:02 -0700
commitbaec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a (patch)
tree1f7308d88cdb308df0452b241dfe27927d5c767d /res/values/attrs.xml
parentf595f3de0fb166f5b4d43f885b63dccaaa9efd5b (diff)
downloadandroid_packages_apps_Trebuchet-baec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a.tar.gz
android_packages_apps_Trebuchet-baec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a.tar.bz2
android_packages_apps_Trebuchet-baec6ffae2c260180dbdf2c6b2ca2f38e1df8f1a.zip
Updating the paddings in folder cell
> Updating overall padding for the cell and adding drawable padding > Ensuring that the folder cell is always rendered properly based on available vertical space Bug: 30605958 Change-Id: I8ceb9fea5a25052b0d7461f52edca0e6a33fa085
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 3cfaf02d0..3423835a9 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -25,7 +25,8 @@
<attr name="iconDisplay" format="integer">
<enum name="workspace" value="0" />
<enum name="all_apps" value="1" />
- <enum name="widget_section" value="2" />
+ <enum name="folder" value="2" />
+ <enum name="widget_section" value="3" />
</attr>
<attr name="deferShadowGeneration" format="boolean" />
<attr name="customShadows" format="boolean" />