commit | ad081cb42fc92ade283a2ff6a2e02ff87bd7a1c7 | [log] [tgz] |
---|---|---|
author | Brian Muramatsu <btmura@google.com> | Mon May 10 16:26:50 2010 -0700 |
committer | Brian Muramatsu <btmura@android.com> | Mon May 10 17:27:00 2010 -0700 |
tree | 51491f8240258041d9aef7a6d86dff7304e7c661 | |
parent | d2c8cdf8cec38f9cd772103233a8ec6bbe80bd4e [diff] |
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"