Fix GridLayoutAnimationControllerTest for Landscape Mode

Issue 8132

Make the number of columns fixed so that animation delays work
in whatever mode the phone is in.

Change-Id: I73697fcfd31f009ef0b0cd5c48d19187ed443643
diff --git a/tests/res/layout/gridlayout_anim_controller_layout.xml b/tests/res/layout/gridlayout_anim_controller_layout.xml
index fdc1033..000389e 100644
--- a/tests/res/layout/gridlayout_anim_controller_layout.xml
+++ b/tests/res/layout/gridlayout_anim_controller_layout.xml
@@ -21,7 +21,7 @@
     android:padding="10dp"
     android:verticalSpacing="20dp"
     android:horizontalSpacing="20dp"
-    android:numColumns="auto_fit"
+    android:numColumns="3"
     android:columnWidth="60dp"
     android:stretchMode="columnWidth"
     android:gravity="center"