From ce436337daa8e48a743a4e09ec3a56bb3e86006d Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Thu, 19 Aug 2010 17:55:31 -0700 Subject: [PATCH] Revert "Revert "demo multi-property animations"" This reverts commit afb6baf91595960a858c48f70bc32f14836bac52. --- samples/ApiDemos/AndroidManifest.xml | 8 + .../res/layout/animation_multi_property.xml | 28 +++ .../animation/MultiPropertyAnimation.java | 178 ++++++++++++++++++ 3 files changed, 214 insertions(+) create mode 100644 samples/ApiDemos/res/layout/animation_multi_property.xml create mode 100644 samples/ApiDemos/src/com/example/android/apis/animation/MultiPropertyAnimation.java diff --git a/samples/ApiDemos/AndroidManifest.xml b/samples/ApiDemos/AndroidManifest.xml index b23bdfe98..fcfcb2010 100644 --- a/samples/ApiDemos/AndroidManifest.xml +++ b/samples/ApiDemos/AndroidManifest.xml @@ -838,6 +838,14 @@ + + + + + + + diff --git a/samples/ApiDemos/res/layout/animation_multi_property.xml b/samples/ApiDemos/res/layout/animation_multi_property.xml new file mode 100644 index 000000000..f49c5b0db --- /dev/null +++ b/samples/ApiDemos/res/layout/animation_multi_property.xml @@ -0,0 +1,28 @@ + + + +