summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-05-08 01:13:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-08 01:13:31 +0000
commit8a2a5fa0d1e399b45ee45cc754f0680cf51be5a4 (patch)
treeb6fefc8a072d9a31f79a74c5a5b7392aed3c71d2 /packages/SystemUI/res
parent607562a7660a9b0eec2a8eb52388bdc7604747d2 (diff)
parentd552d9d8e964c102e6832610be46cf2c041e8829 (diff)
downloadframeworks_base-8a2a5fa0d1e399b45ee45cc754f0680cf51be5a4.zip
frameworks_base-8a2a5fa0d1e399b45ee45cc754f0680cf51be5a4.tar.gz
frameworks_base-8a2a5fa0d1e399b45ee45cc754f0680cf51be5a4.tar.bz2
Merge "Introduce AmbientState for StackScroller."
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/values/ids.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/ids.xml b/packages/SystemUI/res/values/ids.xml
index e5168c4..4369741 100644
--- a/packages/SystemUI/res/values/ids.xml
+++ b/packages/SystemUI/res/values/ids.xml
@@ -18,11 +18,13 @@
<resources>
<item type="id" name="translation_y_animator_tag"/>
<item type="id" name="translation_z_animator_tag"/>
+ <item type="id" name="scale_animator_tag"/>
<item type="id" name="alpha_animator_tag"/>
<item type="id" name="top_inset_animator_tag"/>
<item type="id" name="height_animator_tag"/>
<item type="id" name="translation_y_animator_end_value_tag"/>
<item type="id" name="translation_z_animator_end_value_tag"/>
+ <item type="id" name="scale_animator_end_value_tag"/>
<item type="id" name="alpha_animator_end_value_tag"/>
<item type="id" name="top_inset_animator_end_value_tag"/>
<item type="id" name="height_animator_end_value_tag"/>