commit | 54335ecf8828d8e9a38f497f4f44e3b0cb2e3d1f | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Tue Sep 27 21:28:11 2011 -0700 |
committer | Michael Jurka <mikejurka@google.com> | Tue Sep 27 21:28:11 2011 -0700 |
tree | c702fa63b6cb5970df1842f190da8a624afced7b | |
parent | cd61d139479709f0e2fa7a8c37109906d871d876 [diff] |
Fix bug: All Apps progress bar wasn't centered Change-Id: I28647e9c77364e1761e6be19f4940dc5bc836423
diff --git a/res/layout/apps_customize_progressbar.xml b/res/layout/apps_customize_progressbar.xml index d790f21..6a8010f 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" />