diff options
author | Romain Guy <romainguy@android.com> | 2010-01-08 15:06:43 -0800 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2010-01-08 15:11:41 -0800 |
commit | 15b8ec6b226f4d57307716e1f495e10a91f8cbf4 (patch) | |
tree | fca32553554723742e4ccdf7dd7ae0cc0c8432e1 /res/layout/website_settings_row.xml | |
parent | 2290d2174a096d537f8cf899243ecaa9cb88ad5b (diff) | |
download | packages_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/website_settings_row.xml')
-rw-r--r-- | res/layout/website_settings_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/website_settings_row.xml b/res/layout/website_settings_row.xml index d916978..6308035 100644 --- a/res/layout/website_settings_row.xml +++ b/res/layout/website_settings_row.xml @@ -16,7 +16,7 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:drawingCacheQuality="auto" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="?android:attr/listPreferredItemHeight" android:gravity="center_vertical" android:padding="0dip"> |