From 6e4ffc14d4ca8091d9e88d9ca96c8dfc8d007aad Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 8 Jan 2010 15:07:13 -0800 Subject: [PATCH] Deprecate fill_parent and introduce match_parent. Bug: #2361749. --- res/layout/candidates.xml | 14 +++++++------- res/layout/input.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/res/layout/candidates.xml b/res/layout/candidates.xml index 39df81dd2..3af967fd2 100755 --- a/res/layout/candidates.xml +++ b/res/layout/candidates.xml @@ -21,7 +21,7 @@ @@ -29,21 +29,21 @@ @@ -57,13 +57,13 @@ diff --git a/res/layout/input.xml b/res/layout/input.xml index f2f30ca84..1d7c6f746 100755 --- a/res/layout/input.xml +++ b/res/layout/input.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/keyboardView" android:layout_alignParentBottom="true" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/keyboard_background" android:keyBackground="@drawable/btn_keyboard_key"