summaryrefslogtreecommitdiffstats
path: root/tests/GridLayoutTest/res/layout/grid3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GridLayoutTest/res/layout/grid3.xml')
-rw-r--r--tests/GridLayoutTest/res/layout/grid3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/GridLayoutTest/res/layout/grid3.xml b/tests/GridLayoutTest/res/layout/grid3.xml
index 536be7e..3c2db54 100644
--- a/tests/GridLayoutTest/res/layout/grid3.xml
+++ b/tests/GridLayoutTest/res/layout/grid3.xml
@@ -66,8 +66,8 @@
<Space
android:layout_row="4"
android:layout_column="2"
- android:layout_heightSpec="canStretch"
- android:layout_widthSpec="canStretch"
+ android:layout_rowFlexibility="canStretch"
+ android:layout_columnFlexibility="canStretch"
/>
<Button