summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_find.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:06:43 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:11:41 -0800
commit15b8ec6b226f4d57307716e1f495e10a91f8cbf4 (patch)
treefca32553554723742e4ccdf7dd7ae0cc0c8432e1 /res/layout/browser_find.xml
parent2290d2174a096d537f8cf899243ecaa9cb88ad5b (diff)
downloadpackages_apps_Browser-15b8ec6b226f4d57307716e1f495e10a91f8cbf4.zip
packages_apps_Browser-15b8ec6b226f4d57307716e1f495e10a91f8cbf4.tar.gz
packages_apps_Browser-15b8ec6b226f4d57307716e1f495e10a91f8cbf4.tar.bz2
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout/browser_find.xml')
-rw-r--r--res/layout/browser_find.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/browser_find.xml b/res/layout/browser_find.xml
index 7a77152..e2f0cf6 100644
--- a/res/layout/browser_find.xml
+++ b/res/layout/browser_find.xml
@@ -16,7 +16,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/findControls"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="5dip"
android:paddingLeft="4dip"
@@ -45,7 +45,7 @@
android:layout_marginRight="6dip"
>
<EditText android:id="@+id/edit"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollHorizontally="true"
android:inputType="text"