Integrate unsubmitted cupcake change 147364:
	CTS: add test cases for android.view.animation.AnimationSet, AnimationUtils and Transformation.
diff --git a/tests/res/layout/anim_layout.xml b/tests/res/layout/anim_layout.xml
index f300f92..75b56f2 100644
--- a/tests/res/layout/anim_layout.xml
+++ b/tests/res/layout/anim_layout.xml
@@ -16,7 +16,8 @@
  -->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 android:layout_width="fill_parent"
-                android:layout_height="fill_parent">
+                android:layout_height="fill_parent"
+                android:id="@+id/anim_window_parent">
 
     <TextView android:id="@+id/anim_window"
         android:layout_width="100dip"