From e40d35ee030031d04dc6f8d53af5710ae16b351e Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 8 Jan 2010 15:07:05 -0800 Subject: Deprecate fill_parent and introduce match_parent. Bug: #2361749. --- res/layout/app_details.xml | 2 +- res/layout/install_confirm.xml | 10 +++++----- res/layout/install_start.xml | 4 ++-- res/layout/op_progress.xml | 14 +++++++------- res/layout/uninstall_confirm.xml | 8 ++++---- res/layout/uninstall_progress.xml | 12 ++++++------ 6 files changed, 25 insertions(+), 25 deletions(-) (limited to 'res') diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml index 3ea84309..0b047922 100755 --- a/res/layout/app_details.xml +++ b/res/layout/app_details.xml @@ -22,7 +22,7 @@ installation screens @@ -47,7 +47,7 @@ @@ -63,7 +63,7 @@ @@ -73,7 +73,7 @@ + android:layout_width="match_parent" + android:layout_height="match_parent"> + android:layout_width="match_parent" + android:layout_height="match_parent"> diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml index 32d3dadc..e84d04a6 100755 --- a/res/layout/uninstall_confirm.xml +++ b/res/layout/uninstall_confirm.xml @@ -23,8 +23,8 @@ + android:layout_width="match_parent" + android:layout_height="match_parent"> + android:layout_width="match_parent" + android:layout_height="match_parent"> @@ -36,14 +36,14 @@