From 48b55244d286b6d4e3699a5d9e938a9c87aaae75 Mon Sep 17 00:00:00 2001 From: Philip Milne Date: Wed, 29 Jun 2011 11:09:45 -0700 Subject: Support for maximum values in layout GridLayout. A cell's ability to shrink or stretch is now integrated with the constraints system, which is now supplied with both upper and lower bounds. Also: . Remove package private access (pseudo) annotation . Remove rowWeight and columnWeight attributes and fields . Remove code to handle weights Change-Id: I9e2432101d15466c621f51ae362435051fab5764 --- tests/GridLayoutTest/res/layout/grid3.xml | 4 ++-- tests/GridLayoutTest/src/com/android/test/layout/Activity2.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/GridLayoutTest') diff --git a/tests/GridLayoutTest/res/layout/grid3.xml b/tests/GridLayoutTest/res/layout/grid3.xml index ba911c2..536be7e 100644 --- a/tests/GridLayoutTest/res/layout/grid3.xml +++ b/tests/GridLayoutTest/res/layout/grid3.xml @@ -66,8 +66,8 @@