summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-11 16:30:44 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-11 16:48:05 -0700
commitdfaccf64bd59343de483b12eee6db61c960aedce (patch)
tree91cf70c144aae25cdf0d63c4780532ddd4256dcd /res/values/attrs.xml
parent1d7a55668e0a36a7ab150db2df4007dd5810bde8 (diff)
downloadandroid_packages_apps_Trebuchet-dfaccf64bd59343de483b12eee6db61c960aedce.tar.gz
android_packages_apps_Trebuchet-dfaccf64bd59343de483b12eee6db61c960aedce.tar.bz2
android_packages_apps_Trebuchet-dfaccf64bd59343de483b12eee6db61c960aedce.zip
Various icon size changes
1) Setting different icon and text size for workspace and all apps 2) Setting padding during BubbleTextView inflation Change-Id: I59da6986b0d98e8e2aa6065743bb799a6bf06a37
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index a1f28452a..fee3417b0 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -22,8 +22,10 @@
<declare-styleable name="BubbleTextView">
<attr name="layoutHorizontal" format="boolean" />
<attr name="iconSizeOverride" format="dimension" />
- <attr name="iconPaddingOverride" format="dimension" />
- <attr name="textSizeOverride" format="dimension" />
+ <attr name="iconDisplay" format="integer">
+ <enum name="workspace" value="0" />
+ <enum name="all_apps" value="1" />
+ </attr>
<attr name="deferShadowGeneration" format="boolean" />
<attr name="customShadows" format="boolean" />
</declare-styleable>