summaryrefslogtreecommitdiffstats
path: root/res/layout/app_details.xml
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-06-16 21:24:12 -0700
committerKenny Root <kroot@google.com>2011-06-16 21:24:12 -0700
commitf5c2404b772bfcfa1301b938845c5aed8908cdde (patch)
tree778094775ad3062b7193802b79d01796f0c101c6 /res/layout/app_details.xml
parent5c433293c938dd49146d4af04ef8fcdea4965bda (diff)
downloadandroid_packages_apps_PackageInstaller-f5c2404b772bfcfa1301b938845c5aed8908cdde.tar.gz
android_packages_apps_PackageInstaller-f5c2404b772bfcfa1301b938845c5aed8908cdde.tar.bz2
android_packages_apps_PackageInstaller-f5c2404b772bfcfa1301b938845c5aed8908cdde.zip
Fix layouts for both tablet and phone
Change-Id: Ibb208d4586f4b52fede380acede40153f322bd49
Diffstat (limited to 'res/layout/app_details.xml')
-rwxr-xr-xres/layout/app_details.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml
index b3683700..1c6730a7 100755
--- a/res/layout/app_details.xml
+++ b/res/layout/app_details.xml
@@ -22,6 +22,7 @@ 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"