diff options
author | Kenny Root <kroot@google.com> | 2011-06-23 03:47:56 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-06-23 04:04:22 -0700 |
commit | 8cdde96c39af256e62da0340187234046b2af5ab (patch) | |
tree | 942fd1b139f9e925f65a6a4f58e0fa38f17a120a /res/layout/app_details.xml | |
parent | 37d68303e770a3f8b3327317008a031357f5ed69 (diff) | |
download | packages_apps_packageinstaller-8cdde96c39af256e62da0340187234046b2af5ab.zip packages_apps_packageinstaller-8cdde96c39af256e62da0340187234046b2af5ab.tar.gz packages_apps_packageinstaller-8cdde96c39af256e62da0340187234046b2af5ab.tar.bz2 |
Fix layouts some more
Bug: 4770335
Change-Id: Iceef40eb1bf01457d715a21a5ebef942de484195
Diffstat (limited to 'res/layout/app_details.xml')
-rwxr-xr-x | res/layout/app_details.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml index 1c6730a..b368370 100755 --- a/res/layout/app_details.xml +++ b/res/layout/app_details.xml @@ -22,7 +22,6 @@ installation screens <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/app_snippet" - android:layout_weight="1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dip" |