diff options
Diffstat (limited to 'tests/GridLayoutTest/res/layout/grid3.xml')
-rw-r--r-- | tests/GridLayoutTest/res/layout/grid3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GridLayoutTest/res/layout/grid3.xml b/tests/GridLayoutTest/res/layout/grid3.xml index 5cdacf7..ba911c2 100644 --- a/tests/GridLayoutTest/res/layout/grid3.xml +++ b/tests/GridLayoutTest/res/layout/grid3.xml @@ -21,7 +21,7 @@ android:layout_height="match_parent" android:useDefaultMargins="true" - android:marginsIncludedInAlignment="false" + android:alignmentMode="alignBounds" android:columnCount="4" > |