summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-05 12:54:24 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-03-05 14:56:38 -0800
commit726bee7d5da64e0cdca991c03c79a6c4ec41c694 (patch)
treecea8e33f2d97c6f7ab43bb69585a337b2af88667 /res/values/attrs.xml
parent85f1eed52de4c983c1e279523a1c9b35d6ccb842 (diff)
downloadandroid_packages_apps_Trebuchet-726bee7d5da64e0cdca991c03c79a6c4ec41c694.tar.gz
android_packages_apps_Trebuchet-726bee7d5da64e0cdca991c03c79a6c4ec41c694.tar.bz2
android_packages_apps_Trebuchet-726bee7d5da64e0cdca991c03c79a6c4ec41c694.zip
Removing click-feedback shadow generation logic in BubbleTextView
Instead of animating the shadow, animating the icon scale. This avoids unnecessary bitmap creating at app-launch and also plays nice with the app-launch transition Change-Id: I1d3d24bc7212a6d659855ff1002a45388e269e52
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 1351dfa84..64ca05e3c 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -44,7 +44,6 @@
<enum name="widget_section" value="3" />
<enum name="shortcut_popup" value="4" />
</attr>
- <attr name="deferShadowGeneration" format="boolean" />
<attr name="centerVertically" format="boolean" />
</declare-styleable>