From 980a938c1c9a6a5791a8240e5a1e6638ab28dc77 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 8 Jan 2010 15:06:28 -0800 Subject: Deprecate fill_parent and introduce match_parent. Bug: #2361749. --- opengl/tests/gldual/res/layout/gldual_activity.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opengl') diff --git a/opengl/tests/gldual/res/layout/gldual_activity.xml b/opengl/tests/gldual/res/layout/gldual_activity.xml index f2d59c7..d75acbc 100644 --- a/opengl/tests/gldual/res/layout/gldual_activity.xml +++ b/opengl/tests/gldual/res/layout/gldual_activity.xml @@ -17,14 +17,14 @@ + android:layout_width="match_parent" + android:layout_height="match_parent"> -- cgit v1.1