From 1191d8758c03f82d778c1e73accca6074373b73f Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Thu, 25 Aug 2011 11:48:32 -0700 Subject: 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 --- res/layout/uninstall_progress.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" />