From e8b6618c4c8cbfca2a63f4fc7ccd41fdfc79f953 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 8 Jan 2010 15:06:28 -0800 Subject: [PATCH] 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(-) diff --git a/opengl/tests/gldual/res/layout/gldual_activity.xml b/opengl/tests/gldual/res/layout/gldual_activity.xml index f2d59c74e..d75acbcb3 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">