summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-08-25 11:48:32 -0700
committerAmith Yamasani <yamasani@google.com>2011-08-25 11:48:32 -0700
commit1191d8758c03f82d778c1e73accca6074373b73f (patch)
tree13f1313db31965a791533c081b07b9f50a2a9db3
parentb8e10c9a2c559863da0aaeef4d45e2fd2f0c6a71 (diff)
downloadandroid_packages_apps_PackageInstaller-1191d8758c03f82d778c1e73accca6074373b73f.tar.gz
android_packages_apps_PackageInstaller-1191d8758c03f82d778c1e73accca6074373b73f.tar.bz2
android_packages_apps_PackageInstaller-1191d8758c03f82d778c1e73accca6074373b73f.zip
Don't stick to the actionbar.
Bug: 5214241 Override all or none of the layout params in the include tag, otherwise the source layout values will be ignored. Change-Id: Ib9c3b1bdd6ba6cacc15fa8839f7be91887aaca39
-rw-r--r--res/layout/uninstall_progress.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/uninstall_progress.xml b/res/layout/uninstall_progress.xml
index 76c657a6..080d1785 100644
--- a/res/layout/uninstall_progress.xml
+++ b/res/layout/uninstall_progress.xml
@@ -66,7 +66,9 @@
layout="@layout/app_details"
android:id="@+id/app_snippet"
android:layout_height="wrap_content"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_marginTop="16dip"
+ android:layout_marginLeft="16dip"
android:layout_alignParentTop="true" />
<LinearLayout