diff options
author | Romain Guy <romainguy@android.com> | 2010-01-08 15:07:05 -0800 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2010-01-08 15:11:55 -0800 |
commit | e40d35ee030031d04dc6f8d53af5710ae16b351e (patch) | |
tree | d2d35a2a9e9e776cc410384bdd230968e2d5080d /res/layout/app_details.xml | |
parent | ae84c36bc5b7cc7979790d6793efafa1cb29ab08 (diff) | |
download | packages_apps_packageinstaller-e40d35ee030031d04dc6f8d53af5710ae16b351e.zip packages_apps_packageinstaller-e40d35ee030031d04dc6f8d53af5710ae16b351e.tar.gz packages_apps_packageinstaller-e40d35ee030031d04dc6f8d53af5710ae16b351e.tar.bz2 |
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout/app_details.xml')
-rwxr-xr-x | res/layout/app_details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml index 3ea8430..0b04792 100755 --- a/res/layout/app_details.xml +++ b/res/layout/app_details.xml @@ -22,7 +22,7 @@ installation screens <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/app_snippet" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="65dip" android:background="@color/title_background"> <ImageView android:id="@+id/app_icon" |