From 54335ecf8828d8e9a38f497f4f44e3b0cb2e3d1f Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Tue, 27 Sep 2011 21:28:11 -0700 Subject: Fix bug: All Apps progress bar wasn't centered Change-Id: I28647e9c77364e1761e6be19f4940dc5bc836423 --- res/layout/apps_customize_progressbar.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/apps_customize_progressbar.xml b/res/layout/apps_customize_progressbar.xml index d790f214d..6a8010f0a 100644 --- a/res/layout/apps_customize_progressbar.xml +++ b/res/layout/apps_customize_progressbar.xml @@ -20,5 +20,4 @@ android:id="@+id/apps_customize_progress_bar" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_marginRight="5dp" /> + android:layout_gravity="center" /> -- cgit v1.2.3