summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-05-08 13:38:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-08 13:38:40 +0000
commit448b52ec3b3b0eb9c46f0bdfba705a54a56ea624 (patch)
treedc550bd3439fc596ac6f4bd09ae13b0f6bd024f1 /packages/SystemUI/res
parent8e812b74cb6a3fe460275af01f9b256606aa4428 (diff)
parent695015dd1116d7dea0de9bc58e77d633bf5cc045 (diff)
downloadframeworks_base-448b52ec3b3b0eb9c46f0bdfba705a54a56ea624.zip
frameworks_base-448b52ec3b3b0eb9c46f0bdfba705a54a56ea624.tar.gz
frameworks_base-448b52ec3b3b0eb9c46f0bdfba705a54a56ea624.tar.bz2
am 155f9087: Merge "Improved animation logic of the new notifications"
* commit '155f908763480fe60363f5f4f6bf85e60f31a6ce': Improved animation logic of the new notifications
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/values/ids.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/ids.xml b/packages/SystemUI/res/values/ids.xml
index 4369741..6418930 100644
--- a/packages/SystemUI/res/values/ids.xml
+++ b/packages/SystemUI/res/values/ids.xml
@@ -28,5 +28,11 @@
<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"/>
+ <item type="id" name="translation_y_animator_start_value_tag"/>
+ <item type="id" name="translation_z_animator_start_value_tag"/>
+ <item type="id" name="scale_animator_start_value_tag"/>
+ <item type="id" name="alpha_animator_start_value_tag"/>
+ <item type="id" name="top_inset_animator_start_value_tag"/>
+ <item type="id" name="height_animator_start_value_tag"/>
</resources>